Class OtherRPOType
- Direct Known Subclasses:
CorrectableOtherRPOType
Java class for OtherRPO_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherRPO_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResCountryCode" type="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="TIN" type="{urn:oecd:ties:dpi:v1}TIN_Type" maxOccurs="unbounded"/>
<element name="Name" type="{urn:oecd:ties:dpi:v1}NameOrganisation_Type"/>
<element name="Address" type="{urn:oecd:ties:dpi:v1}Address_Type"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected AddressTypeprotected NameOrganisationTypeprotected List<CountryCodeType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getName()Gets the value of the name property.Gets the value of the resCountryCode property.getTIN()Gets the value of the tin property.voidsetAddress(AddressType value) Sets the value of the address property.voidsetName(NameOrganisationType value) Sets the value of the name property.
-
Field Details
-
resCountryCode
-
tin
-
name
-
address
-
-
Constructor Details
-
OtherRPOType
public OtherRPOType()
-
-
Method Details
-
getResCountryCode
Gets the value of the resCountryCode property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the resCountryCode property.For example, to add a new item, do as follows:
getResCountryCode().add(newItem);Objects of the following type(s) are allowed in the list
CountryCodeType -
getTIN
Gets the value of the tin property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the tin property.For example, to add a new item, do as follows:
getTIN().add(newItem);Objects of the following type(s) are allowed in the list
TINType -
getName
Gets the value of the name property.- Returns:
- possible object is
NameOrganisationType
-
setName
Sets the value of the name property.- Parameters:
value- allowed object isNameOrganisationType
-
getAddress
Gets the value of the address property.- Returns:
- possible object is
AddressType
-
setAddress
Sets the value of the address property.- Parameters:
value- allowed object isAddressType
-