Java class for RuImPairCossEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RuImPairCossEntry">
<complexContent>
<restriction base=" http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ru_im_pair_id" minOccurs="0">
<simpleType>
<restriction base=" http://www.w3.org/2001/XMLSchema}long">
<totalDigits value="12"/>
</restriction>
</simpleType>
</element>
<element name="agency_id" type=" http://eu/rne/pcs-online/WebServices/types/Dictionaries}AgencyId"/>
<element name="progress_status_id" minOccurs="0">
<simpleType>
<restriction base=" http://www.w3.org/2001/XMLSchema}string">
<length value="1"/>
</restriction>
</simpleType>
</element>
</sequence>
<attribute name="id">
<simpleType>
<restriction base=" http://www.w3.org/2001/XMLSchema}long">
<totalDigits value="12"/>
</restriction>
</simpleType>
</attribute>
</restriction>
</complexContent>
</complexType>
| name | data type | type | namespace | min/max occurs | constraints | description |
|---|---|---|---|---|---|---|
| id | long | attribute | 0/1 | Technical (PCS specific) identifier for the RuImPair coss entry. The value of this field will be the same as ru-im pair id. | ||
| ru_im_pair_id | long | element | 0/1 | The ru-im pair id for which the c-oss agency is responsible (act on behalf of IM). | ||
| agency_id | AgencyId | element | 1/1 | required | ||
| progress_status_id | string | element | 0/1 |
Example
<r----- 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>
</r----->