Class CorrectablePlatformOperatorType

java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OrganisationPartyType
software.xdev.bzst.dip.client.xmldocument.model.CorrectablePlatformOperatorType

public class CorrectablePlatformOperatorType extends OrganisationPartyType
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 Details

  • Constructor Details

    • CorrectablePlatformOperatorType

      public CorrectablePlatformOperatorType()
  • Method Details

    • getDocSpec

      public DocSpecType getDocSpec()
      Gets the value of the docSpec property.
      Returns:
      possible object is DocSpecType
    • setDocSpec

      public void setDocSpec(DocSpecType value)
      Sets the value of the docSpec property.
      Parameters:
      value - allowed object is DocSpecType