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

public class DPIOECD extends Object

Java class for anonymous complex type.

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

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="MessageSpec" type="{urn:oecd:ties:dpi:v1}MessageSpec_Type"/>
         <element name="DPIBody" type="{urn:oecd:ties:dpi:v1}DPIBody_Type" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
       <attribute name="version" type="{urn:oecd:ties:dpistf:v1}StringMin1Max10_Type" />
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • DPIOECD

      public DPIOECD()
  • Method Details

    • getMessageSpec

      public MessageSpecType getMessageSpec()
      Gets the value of the messageSpec property.
      Returns:
      possible object is MessageSpecType
    • setMessageSpec

      public void setMessageSpec(MessageSpecType value)
      Sets the value of the messageSpec property.
      Parameters:
      value - allowed object is MessageSpecType
    • getDPIBody

      public List<DPIBodyType> getDPIBody()
      Gets the value of the dpiBody 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 dpiBody property.

      For example, to add a new item, do as follows:

          getDPIBody().add(newItem);
       

      Objects of the following type(s) are allowed in the list DPIBodyType

    • getVersion

      public String getVersion()
      Gets the value of the version property.
      Returns:
      possible object is String
    • setVersion

      public void setVersion(String value)
      Sets the value of the version property.
      Parameters:
      value - allowed object is String