Class ConsignmentType

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

public class ConsignmentType extends Object

Java class for ConsignmentType complex type.

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

 <complexType name="ConsignmentType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="customerIdentifier" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}CustomerIdentifierType"/>
         <element name="creationTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="transferticketId" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}customTicketIdNumberType"/>
         <element name="referenceId" type="{http://itzbund.de/ozg/bzst/post/dip/v1/}customTicketIdNumberType" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
  • Field Details

  • Constructor Details

    • ConsignmentType

      public ConsignmentType()
  • Method Details

    • getCustomerIdentifier

      public CustomerIdentifierType getCustomerIdentifier()
      Gets the value of the customerIdentifier property.
      Returns:
      possible object is CustomerIdentifierType
    • setCustomerIdentifier

      public void setCustomerIdentifier(CustomerIdentifierType value)
      Sets the value of the customerIdentifier property.
      Parameters:
      value - allowed object is CustomerIdentifierType
    • getCreationTime

      public XMLGregorianCalendar getCreationTime()
      Gets the value of the creationTime property.
      Returns:
      possible object is XMLGregorianCalendar
    • setCreationTime

      public void setCreationTime(XMLGregorianCalendar value)
      Sets the value of the creationTime property.
      Parameters:
      value - allowed object is XMLGregorianCalendar
    • getTransferticketId

      public String getTransferticketId()
      Gets the value of the transferticketId property.
      Returns:
      possible object is String
    • setTransferticketId

      public void setTransferticketId(String value)
      Sets the value of the transferticketId property.
      Parameters:
      value - allowed object is String
    • getReferenceId

      public String getReferenceId()
      Gets the value of the referenceId property.
      Returns:
      possible object is String
    • setReferenceId

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