Class CorrectableReportableSellerType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType
software.xdev.bzst.dip.client.xmldocument.model.CorrectableReportableSellerType
This correctable extends the information about the Reportable Seller by considering the DocSpec element used to
identify the particular report within the DPI message being transmitted.
Java class for CorrectableReportableSeller_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CorrectableReportableSeller_Type">
<complexContent>
<extension base="{urn:oecd:ties:dpi:v1}ReportableSeller_Type">
<sequence>
<element name="DocSpec" type="{urn:oecd:ties:dpistf:v1}DocSpec_Type"/>
</sequence>
</extension>
</complexContent>
</complexType>
-
Nested Class Summary
Nested classes/interfaces inherited from class software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType
ReportableSellerType.Identity, ReportableSellerType.RelevantActivities -
Field Summary
FieldsFields inherited from class software.xdev.bzst.dip.client.xmldocument.model.ReportableSellerType
identity, relevantActivities -
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.ReportableSellerType
getIdentity, getRelevantActivities, setIdentity, setRelevantActivities
-
Field Details
-
docSpec
-
-
Constructor Details
-
CorrectableReportableSellerType
public CorrectableReportableSellerType()
-
-
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
-