RuImPair Data Type

Java class for RuImPair complex type.

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

 <complexType name="RuImPair">
   <complexContent>
     <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dossier_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}long">
               <totalDigits value="12"/>
             </restriction>
           </simpleType>
         </element>
         <element name="applicant_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="im_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId" minOccurs="0"/>
         <element name="applicant_progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="im_progress_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="dossier_status_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <minLength value="1"/>
               <maxLength value="2"/>
             </restriction>
           </simpleType>
         </element>
         <element name="process_type_id" minOccurs="0">
           <simpleType>
             <restriction base=" http://www.w3.org/2001/XMLSchema}string">
               <length value="1"/>
             </restriction>
           </simpleType>
         </element>
         <element name="pa_pm_data" type=" http://eu/rne/pcs-online/WebServices/types/DossierPaPm}PairPaPmData" minOccurs="0"/>
         <element name="ru_im_pair_coss_entry" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}RuImPairCossEntry" minOccurs="0"/>
         <element name="national_im_parameters" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="national_im_parameter" type=" http://eu/rne/pcs-online/WebServices/types/NationalImParameters}NationalImParameter" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
         <element name="responsible_ru_agencies" minOccurs="0">
           <complexType>
             <complexContent>
               <restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
                 <sequence>
                   <element name="responsible_ru" type=" http://eu/rne/pcs-online/WebServices/types/DossierRuImPairs}ResponsibleRu" maxOccurs="unbounded" minOccurs="0"/>
                 </sequence>
               </restriction>
             </complexContent>
           </complexType>
         </element>
       </sequence>
       <attribute name="id" type=" http://www.w3.org/2001/XMLSchema}long" />
     </restriction>
   </complexContent>
 </complexType>
 

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
id long attribute 0/1 Technical (PCS specific) identifier for the RuImPair.
dossier_id long element 0/1 Technical (PCS specific) identifier for the dossier.
applicant_id AgencyId element 0/1 Applicant agency identifier.
im_id AgencyId element 0/1 IM agency identifier.
applicant_progress_status_id string element 0/1 Progress status identifier for applicant agencies.
im_progress_status_id string element 0/1 Progress status identifier for IM agencies.
dossier_status_id string element 0/1 Dossier status identifier.
process_type_id string element 0/1 Dossier process type identifier.
pa_pm_data PairPaPmData element 0/1 Path Alteration/Modification data.
ru_im_pair_coss_entry RuImPairCossEntry element 0/1 C-OSS entry for the dossier pair.
national_im_parameters NationalImParameters (Anonymous) element 0/1 Dossier national IM parameters.
responsible_ru_agencies ResponsibleRuAgencies (Anonymous) element 0/1 Responsible RU agencies.

Example

<r----- id="...">
  <dossier_id>...</dossier_id>
  <applicant_id>
    <agency_id>...</agency_id>
    <agency_uic_id>...</agency_uic_id>
  </applicant_id>
  <im_id>
    <agency_id>...</agency_id>
    <agency_uic_id>...</agency_uic_id>
  </im_id>
  <applicant_progress_status_id>...</applicant_progress_status_id>
  <im_progress_status_id>...</im_progress_status_id>
  <dossier_status_id>...</dossier_status_id>
  <process_type_id>...</process_type_id>
  <pa_pm_data>
    <process_initiator>...</process_initiator>
    <affected_by_process>...</affected_by_process>
  </pa_pm_data>
  <ru_im_pair_coss_entry id="...">
    <ru_im_pair_id>...</ru_im_pair_id>
    <agency_id>
      <agency_id>...</agency_id>
      <agency_uic_id>...</agency_uic_id>
    </agency_id>
    <progress_status_id>...</progress_status_id>
  </ru_im_pair_coss_entry>
  <national_im_parameters>
    <national_im_parameter id="..." mandatory="...">
      <name>...</name>
      <value>...</value>
      <type>...</type>
      <valid_values>...</valid_values>
      <min_length>...</min_length>
      <max_length>...</max_length>
      <format>...</format>
      <mandatory_conditional_param_id>...</mandatory_conditional_param_id>
      <mandatory_conditional_value>...</mandatory_conditional_value>
      <nested_conditional_param_id>...</nested_conditional_param_id>
      <nested_conditional_value>...</nested_conditional_value>
      <scope>...</scope>
      <conditional_expression>...</conditional_expression>
      <is_hidden>...</is_hidden>
      <description>...</description>
    </national_im_parameter>
  </national_im_parameters>
  <responsible_ru_agencies>
    <responsible_ru>
      <agency_id/>
    </responsible_ru>
  </responsible_ru_agencies>
</r----->