Class ConsignmentItemType

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

public class ConsignmentItemType extends Object

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 Details

    • bopAccountId

      protected String bopAccountId
    • data

      protected Object data
  • Constructor Details

    • ConsignmentItemType

      public ConsignmentItemType()
  • Method Details

    • getBopAccountId

      public String getBopAccountId()
      Gets the value of the bopAccountId property.
      Returns:
      possible object is String
    • setBopAccountId

      public void setBopAccountId(String value)
      Sets the value of the bopAccountId property.
      Parameters:
      value - allowed object is String
    • getData

      public Object getData()
      Gets the value of the data property.
      Returns:
      possible object is Object
    • setData

      public void setData(Object value)
      Sets the value of the data property.
      Parameters:
      value - allowed object is Object