Class DPIOECD
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.DPIOECD
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 Summary
FieldsModifier and TypeFieldDescriptionprotected List<DPIBodyType>protected MessageSpecTypeprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the dpiBody property.Gets the value of the messageSpec property.Gets the value of the version property.voidsetMessageSpec(MessageSpecType value) Sets the value of the messageSpec property.voidsetVersion(String value) Sets the value of the version property.
-
Field Details
-
messageSpec
-
dpiBody
-
version
-
-
Constructor Details
-
DPIOECD
public DPIOECD()
-
-
Method Details
-
getMessageSpec
Gets the value of the messageSpec property.- Returns:
- possible object is
MessageSpecType
-
setMessageSpec
Sets the value of the messageSpec property.- Parameters:
value- allowed object isMessageSpecType
-
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
setmethod 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
Gets the value of the version property.- Returns:
- possible object is
String
-
setVersion
Sets the value of the version property.- Parameters:
value- allowed object isString
-