Class ConsignmentItemType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ConsignmentItemType
Java class for ConsignmentItemType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConsignmentItemType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="bopAccountId" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}bopAccountIdType" minOccurs="0"/>
<element name="data" type="{http://www.w3.org/2001/XMLSchema}anyType"/>
</sequence>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the bopAccountId property.getData()Gets the value of the data property.voidsetBopAccountId(String value) Sets the value of the bopAccountId property.voidSets the value of the data property.
-
Field Details
-
bopAccountId
-
data
-
-
Constructor Details
-
ConsignmentItemType
public ConsignmentItemType()
-
-
Method Details
-
getBopAccountId
Gets the value of the bopAccountId property.- Returns:
- possible object is
String
-
setBopAccountId
Sets the value of the bopAccountId property.- Parameters:
value- allowed object isString
-
getData
Gets the value of the data property.- Returns:
- possible object is
Object
-
setData
Sets the value of the data property.- Parameters:
value- allowed object isObject
-