Class DPIBodyType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DPIBodyType
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>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected OtherPlatformOperatorsTypeprotected CorrectablePlatformOperatorTypeprotected List<CorrectableReportableSellerType> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the otherPlatformOperators property.Gets the value of the platformOperator property.Gets the value of the reportableSeller property.voidSets the value of the otherPlatformOperators property.voidSets the value of the platformOperator property.
-
Field Details
-
platformOperator
-
otherPlatformOperators
-
reportableSeller
-
-
Constructor Details
-
DPIBodyType
public DPIBodyType()
-
-
Method Details
-
getPlatformOperator
Gets the value of the platformOperator property.- Returns:
- possible object is
CorrectablePlatformOperatorType
-
setPlatformOperator
Sets the value of the platformOperator property.- Parameters:
value- allowed object isCorrectablePlatformOperatorType
-
getOtherPlatformOperators
Gets the value of the otherPlatformOperators property.- Returns:
- possible object is
OtherPlatformOperatorsType
-
setOtherPlatformOperators
Sets the value of the otherPlatformOperators property.- Parameters:
value- allowed object isOtherPlatformOperatorsType
-
getReportableSeller
Gets the value of the reportableSeller 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 reportableSeller property.For example, to add a new item, do as follows:
getReportableSeller().add(newItem);Objects of the following type(s) are allowed in the list
CorrectableReportableSellerType
-