Class OtherPlatformOperatorsType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.OtherPlatformOperatorsType
Java class for OtherPlatformOperators_Type complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OtherPlatformOperators_Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<sequence>
<element name="AssumingPlatformOperator" type="{urn:oecd:ties:dpi:v1}CorrectableOtherRPO_Type"/>
</sequence>
<sequence>
<element name="AssumedPlatformOperator" type="{urn:oecd:ties:dpi:v1}CorrectableOtherRPO_Type" maxOccurs="unbounded"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<CorrectableOtherRPOType>protected CorrectableOtherRPOType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the assumedPlatformOperator property.Gets the value of the assumingPlatformOperator property.voidSets the value of the assumingPlatformOperator property.
-
Field Details
-
assumingPlatformOperator
-
assumedPlatformOperator
-
-
Constructor Details
-
OtherPlatformOperatorsType
public OtherPlatformOperatorsType()
-
-
Method Details
-
getAssumingPlatformOperator
Gets the value of the assumingPlatformOperator property.- Returns:
- possible object is
CorrectableOtherRPOType
-
setAssumingPlatformOperator
Sets the value of the assumingPlatformOperator property.- Parameters:
value- allowed object isCorrectableOtherRPOType
-
getAssumedPlatformOperator
Gets the value of the assumedPlatformOperator 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 assumedPlatformOperator property.For example, to add a new item, do as follows:
getAssumedPlatformOperator().add(newItem);Objects of the following type(s) are allowed in the list
CorrectableOtherRPOType
-