Class OrganisationPartyType
- Direct Known Subclasses:
CorrectablePlatformOperatorType
Java class for OrganisationParty_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganisationParty_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ResCountryCode" maxOccurs="unbounded" minOccurs="0">
<simpleType>
<restriction base="{urn:oecd:ties:isodpitypes:v1}CountryCode_Type">
</restriction>
</simpleType>
</element>
<element name="TIN" type="{urn:oecd:ties:dpi:v1}TIN_Type" maxOccurs="unbounded"/>
<element name="IN" type="{urn:oecd:ties:dpi:v1}OrganisationIN_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="VAT" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" minOccurs="0"/>
<element name="Name" type="{urn:oecd:ties:dpi:v1}NameOrganisation_Type" maxOccurs="unbounded"/>
<element name="PlatformBusinessName" type="{urn:oecd:ties:dpistf:v1}StringMin1Max200_Type" maxOccurs="unbounded" minOccurs="0"/>
<element name="Address" type="{urn:oecd:ties:dpi:v1}Address_Type" maxOccurs="unbounded"/>
<element name="Nexus" type="{urn:oecd:ties:dpi:v1}Nexus_EnumType" minOccurs="0"/>
<element name="AssumedReporting" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<AddressType>protected Booleanprotected List<OrganisationINType>protected List<NameOrganisationType>protected NexusEnumTypeprotected List<CountryCodeType>protected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the address property.getIN()Gets the value of the in property.getName()Gets the value of the name property.getNexus()Gets the value of the nexus property.Gets the value of the platformBusinessName property.Gets the value of the resCountryCode property.getTIN()Gets the value of the tin property.getVAT()Gets the value of the vat property.Gets the value of the assumedReporting property.voidsetAssumedReporting(Boolean value) Sets the value of the assumedReporting property.voidsetNexus(NexusEnumType value) Sets the value of the nexus property.voidSets the value of the vat property.
-
Field Details
-
resCountryCode
-
tin
-
in
-
vat
-
name
-
platformBusinessName
-
address
-
nexus
-
assumedReporting
-
-
Constructor Details
-
OrganisationPartyType
public OrganisationPartyType()
-
-
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 -
getIN
Gets the value of the in 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 in property.For example, to add a new item, do as follows:
getIN().add(newItem);Objects of the following type(s) are allowed in the list
OrganisationINType -
getVAT
Gets the value of the vat property.- Returns:
- possible object is
String
-
setVAT
Sets the value of the vat property.- Parameters:
value- allowed object isString
-
getName
Gets the value of the name 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 name property.For example, to add a new item, do as follows:
getName().add(newItem);Objects of the following type(s) are allowed in the list
NameOrganisationType -
getPlatformBusinessName
Gets the value of the platformBusinessName 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 platformBusinessName property.For example, to add a new item, do as follows:
getPlatformBusinessName().add(newItem);Objects of the following type(s) are allowed in the list
String -
getAddress
Gets the value of the address 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 address property.For example, to add a new item, do as follows:
getAddress().add(newItem);Objects of the following type(s) are allowed in the list
AddressType -
getNexus
Gets the value of the nexus property.- Returns:
- possible object is
NexusEnumType
-
setNexus
Sets the value of the nexus property.- Parameters:
value- allowed object isNexusEnumType
-
isAssumedReporting
Gets the value of the assumedReporting property.- Returns:
- possible object is
Boolean
-
setAssumedReporting
Sets the value of the assumedReporting property.- Parameters:
value- allowed object isBoolean
-