Class OtherPlatformOperatorsType

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

public class OtherPlatformOperatorsType extends Object

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 Details

  • Constructor Details

    • OtherPlatformOperatorsType

      public OtherPlatformOperatorsType()
  • Method Details

    • getAssumingPlatformOperator

      public CorrectableOtherRPOType getAssumingPlatformOperator()
      Gets the value of the assumingPlatformOperator property.
      Returns:
      possible object is CorrectableOtherRPOType
    • setAssumingPlatformOperator

      public void setAssumingPlatformOperator(CorrectableOtherRPOType value)
      Sets the value of the assumingPlatformOperator property.
      Parameters:
      value - allowed object is CorrectableOtherRPOType
    • getAssumedPlatformOperator

      public List<CorrectableOtherRPOType> 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 set method 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