java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DPIBodyType

public class DPIBodyType extends Object

Java class for DPIBody_Type complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DPIBody_Type">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="PlatformOperator" type="{urn:oecd:ties:dpi:v1}CorrectablePlatformOperator_Type"/>
         <element name="OtherPlatformOperators" type="{urn:oecd:ties:dpi:v1}OtherPlatformOperators_Type"
         minOccurs="0"/>
         <element name="ReportableSeller" type="{urn:oecd:ties:dpi:v1}CorrectableReportableSeller_Type"
         maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>