UsedCatalogueData Data Type

Java class for UsedCatalogueData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UsedCatalogueData">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="corridor_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_te_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_process_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_dossier_type" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pap_request_id" type=" http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="catalogue_selector_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="catalogue_path_number" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <maxLength value="200"/>
             </restriction>
           </simpleType>
         </element>
         <element name="is_protected" type=" http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="added_by_agency_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
corridor_id long element 0/1 Represents the corridor to which this path section belongs. Used for both, corridor catalog dossiers and dossier that use (assigned) corridor catalogs. Updated by PCS system only.
catalogue_te_id long element 0/1 Represents the id of the catalogue path section to which this path section belongs. Used for dossier that use (assigned) corridor catalogs. Updated by PCS system only.
catalogue_process_type string element 0/1 In case when this path section is imported from cataloque dossier this value is not null and reference the source catalogue dossier. This field can be used to check the process type of used catalogue dossier. Updated by PCS system only.
catalogue_dossier_type string element 0/1 In case when this path section is imported from cataloque dossier this value is not null and reference the dossier type of used catalogue dossier. This field can be used to identify if used RFC is Fix or Flex. Updated by PCS system only.
pap_request_id long element 0/1 In case when this path section is imported from RFC corridor cataloque dossier this value is not null and reference the corresponding pap request. Updated by PCS system only.
catalogue_selector_agency_id long element 0/1 In case when this path section is imported from Cataloque dossier this value is not null and reference the agency which selected the Catalogue dossier. Updated by PCS system only.
catalogue_path_number string element 0/1  
is_protected boolean element 0/1 Indicates the protected locations.
added_by_agency_id long element 0/1 This field is valid only for intermediate Flex path section and gives the id of the agency that added the path section. Updated by PCS system only.

Example

<u----->
  <corridor_id>...</corridor_id>
  <catalogue_te_id>...</catalogue_te_id>
  <catalogue_process_type>...</catalogue_process_type>
  <catalogue_dossier_type>...</catalogue_dossier_type>
  <pap_request_id>...</pap_request_id>
  <catalogue_selector_agency_id>...</catalogue_selector_agency_id>
  <catalogue_path_number>...</catalogue_path_number>
  <is_protected>...</is_protected>
  <added_by_agency_id>...</added_by_agency_id>
</u----->