Class CorrectablePlatformOperatorType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OrganisationPartyType
software.xdev.bzst.dip.client.xmldocument.model.CorrectablePlatformOperatorType
This correctable extends the information about the Reporting Platform Operator by considering the DocSpec element
used to identify the particular report within the DPI message being transmitted.
Java class for CorrectablePlatformOperator_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrectablePlatformOperator_Type">
<complexContent>
<extension base="{urn:oecd:ties:dpi:v1}OrganisationParty_Type">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:dpistf:v1}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Field Summary
FieldsFields inherited from class software.xdev.bzst.dip.client.xmldocument.model.OrganisationPartyType
address, assumedReporting, in, name, nexus, platformBusinessName, resCountryCode, tin, vat -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the docSpec property.voidsetDocSpec(DocSpecType value) Sets the value of the docSpec property.Methods inherited from class software.xdev.bzst.dip.client.xmldocument.model.OrganisationPartyType
getAddress, getIN, getName, getNexus, getPlatformBusinessName, getResCountryCode, getTIN, getVAT, isAssumedReporting, setAssumedReporting, setNexus, setVAT
-
Field Details
-
docSpec
-
-
Constructor Details
-
CorrectablePlatformOperatorType
public CorrectablePlatformOperatorType()
-
-
Method Details
-
getDocSpec
Gets the value of the docSpec property.- Returns:
- possible object is
DocSpecType
-
setDocSpec
Sets the value of the docSpec property.- Parameters:
value- allowed object isDocSpecType
-