Class ConsignmentType
java.lang.Object
software.xdev.bzst.dip.client.xmldocument.model.ConsignmentType
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 Summary
FieldsModifier and TypeFieldDescriptionprotected XMLGregorianCalendarprotected CustomerIdentifierTypeprotected Stringprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the creationTime property.Gets the value of the customerIdentifier property.Gets the value of the referenceId property.Gets the value of the transferticketId property.voidSets the value of the creationTime property.voidSets the value of the customerIdentifier property.voidsetReferenceId(String value) Sets the value of the referenceId property.voidsetTransferticketId(String value) Sets the value of the transferticketId property.
-
Field Details
-
customerIdentifier
-
creationTime
-
transferticketId
-
referenceId
-
-
Constructor Details
-
ConsignmentType
public ConsignmentType()
-
-
Method Details
-
getCustomerIdentifier
Gets the value of the customerIdentifier property.- Returns:
- possible object is
CustomerIdentifierType
-
setCustomerIdentifier
Sets the value of the customerIdentifier property.- Parameters:
value- allowed object isCustomerIdentifierType
-
getCreationTime
Gets the value of the creationTime property.- Returns:
- possible object is
XMLGregorianCalendar
-
setCreationTime
Sets the value of the creationTime property.- Parameters:
value- allowed object isXMLGregorianCalendar
-
getTransferticketId
Gets the value of the transferticketId property.- Returns:
- possible object is
String
-
setTransferticketId
Sets the value of the transferticketId property.- Parameters:
value- allowed object isString
-
getReferenceId
Gets the value of the referenceId property.- Returns:
- possible object is
String
-
setReferenceId
Sets the value of the referenceId property.- Parameters:
value- allowed object isString
-