Class TransportationStatusType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.TransportationStatusType
-
public class TransportationStatusType extends Object
Java class for TransportationStatusType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TransportationStatusType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonExtensionComponents-2}UBLExtensions" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UBLVersionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CustomizationID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ProfileExecutionID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ID"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}CarrierAssignedID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}UUID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueDate" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}IssueTime" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Name" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Description" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Note" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ShippingOrderID" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}OtherInstruction" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportationStatusTypeCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}TransportExecutionStatusCode" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Consignment" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportEvent" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}DocumentReference" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}Signature" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}SenderParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ReceiverParty" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportationStatusRequestDocumentReference" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}TransportExecutionPlanDocumentReference" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UpdatedPickupTransportEvent" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}UpdatedDeliveryTransportEvent" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}StatusLocation" maxOccurs="unbounded" minOccurs="0"/> <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}StatusPeriod" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description TransportationStatusType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CarrierAssignedIDTypegetCarrierAssignedID()Gets the value of the carrierAssignedID property.List<ConsignmentType>getConsignment()Gets the value of the consignment property.CustomizationIDTypegetCustomizationID()Gets the value of the customizationID property.List<DescriptionType>getDescription()Gets the value of the description property.List<DocumentReferenceType>getDocumentReference()Gets the value of the documentReference property.IDTypegetID()Gets the value of the id property.IssueDateTypegetIssueDate()Gets the value of the issueDate property.IssueTimeTypegetIssueTime()Gets the value of the issueTime property.NameTypegetName()Gets the value of the name property.List<NoteType>getNote()Gets the value of the note property.OtherInstructionTypegetOtherInstruction()Gets the value of the otherInstruction property.ProfileExecutionIDTypegetProfileExecutionID()Gets the value of the profileExecutionID property.ProfileIDTypegetProfileID()Gets the value of the profileID property.PartyTypegetReceiverParty()Gets the value of the receiverParty property.PartyTypegetSenderParty()Gets the value of the senderParty property.ShippingOrderIDTypegetShippingOrderID()Gets the value of the shippingOrderID property.List<SignatureType>getSignature()Gets the value of the signature property.List<LocationType>getStatusLocation()Gets the value of the statusLocation property.List<PeriodType>getStatusPeriod()Gets the value of the statusPeriod property.DocumentReferenceTypegetTransportationStatusRequestDocumentReference()Gets the value of the transportationStatusRequestDocumentReference property.TransportationStatusTypeCodeTypegetTransportationStatusTypeCode()Gets the value of the transportationStatusTypeCode property.List<TransportEventType>getTransportEvent()Gets the value of the transportEvent property.DocumentReferenceTypegetTransportExecutionPlanDocumentReference()Gets the value of the transportExecutionPlanDocumentReference property.TransportExecutionStatusCodeTypegetTransportExecutionStatusCode()Gets the value of the transportExecutionStatusCode property.UBLExtensionsTypegetUBLExtensions()Gets the value of the ublExtensions property.UBLVersionIDTypegetUBLVersionID()Gets the value of the ublVersionID property.TransportEventTypegetUpdatedDeliveryTransportEvent()Gets the value of the updatedDeliveryTransportEvent property.TransportEventTypegetUpdatedPickupTransportEvent()Gets the value of the updatedPickupTransportEvent property.UUIDTypegetUUID()Gets the value of the uuid property.voidsetCarrierAssignedID(CarrierAssignedIDType value)Sets the value of the carrierAssignedID property.voidsetCustomizationID(CustomizationIDType value)Sets the value of the customizationID property.voidsetID(IDType value)Sets the value of the id property.voidsetIssueDate(IssueDateType value)Sets the value of the issueDate property.voidsetIssueTime(IssueTimeType value)Sets the value of the issueTime property.voidsetName(NameType value)Sets the value of the name property.voidsetOtherInstruction(OtherInstructionType value)Sets the value of the otherInstruction property.voidsetProfileExecutionID(ProfileExecutionIDType value)Sets the value of the profileExecutionID property.voidsetProfileID(ProfileIDType value)Sets the value of the profileID property.voidsetReceiverParty(PartyType value)Sets the value of the receiverParty property.voidsetSenderParty(PartyType value)Sets the value of the senderParty property.voidsetShippingOrderID(ShippingOrderIDType value)Sets the value of the shippingOrderID property.voidsetTransportationStatusRequestDocumentReference(DocumentReferenceType value)Sets the value of the transportationStatusRequestDocumentReference property.voidsetTransportationStatusTypeCode(TransportationStatusTypeCodeType value)Sets the value of the transportationStatusTypeCode property.voidsetTransportExecutionPlanDocumentReference(DocumentReferenceType value)Sets the value of the transportExecutionPlanDocumentReference property.voidsetTransportExecutionStatusCode(TransportExecutionStatusCodeType value)Sets the value of the transportExecutionStatusCode property.voidsetUBLExtensions(UBLExtensionsType value)Sets the value of the ublExtensions property.voidsetUBLVersionID(UBLVersionIDType value)Sets the value of the ublVersionID property.voidsetUpdatedDeliveryTransportEvent(TransportEventType value)Sets the value of the updatedDeliveryTransportEvent property.voidsetUpdatedPickupTransportEvent(TransportEventType value)Sets the value of the updatedPickupTransportEvent property.voidsetUUID(UUIDType value)Sets the value of the uuid property.
-
-
-
Field Detail
-
ublExtensions
protected UBLExtensionsType ublExtensions
-
ublVersionID
protected UBLVersionIDType ublVersionID
-
customizationID
protected CustomizationIDType customizationID
-
profileID
protected ProfileIDType profileID
-
profileExecutionID
protected ProfileExecutionIDType profileExecutionID
-
id
protected IDType id
-
carrierAssignedID
protected CarrierAssignedIDType carrierAssignedID
-
uuid
protected UUIDType uuid
-
issueDate
protected IssueDateType issueDate
-
issueTime
protected IssueTimeType issueTime
-
name
protected NameType name
-
description
protected List<DescriptionType> description
-
shippingOrderID
protected ShippingOrderIDType shippingOrderID
-
otherInstruction
protected OtherInstructionType otherInstruction
-
transportationStatusTypeCode
protected TransportationStatusTypeCodeType transportationStatusTypeCode
-
transportExecutionStatusCode
protected TransportExecutionStatusCodeType transportExecutionStatusCode
-
consignment
protected List<ConsignmentType> consignment
-
transportEvent
protected List<TransportEventType> transportEvent
-
documentReference
protected List<DocumentReferenceType> documentReference
-
signature
protected List<SignatureType> signature
-
senderParty
protected PartyType senderParty
-
receiverParty
protected PartyType receiverParty
-
transportationStatusRequestDocumentReference
protected DocumentReferenceType transportationStatusRequestDocumentReference
-
transportExecutionPlanDocumentReference
protected DocumentReferenceType transportExecutionPlanDocumentReference
-
updatedPickupTransportEvent
protected TransportEventType updatedPickupTransportEvent
-
updatedDeliveryTransportEvent
protected TransportEventType updatedDeliveryTransportEvent
-
statusLocation
protected List<LocationType> statusLocation
-
statusPeriod
protected List<PeriodType> statusPeriod
-
-
Method Detail
-
getUBLExtensions
public UBLExtensionsType getUBLExtensions()
Gets the value of the ublExtensions property.- Returns:
- possible object is
UBLExtensionsType
-
setUBLExtensions
public void setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.- Parameters:
value- allowed object isUBLExtensionsType
-
getUBLVersionID
public UBLVersionIDType getUBLVersionID()
Gets the value of the ublVersionID property.- Returns:
- possible object is
UBLVersionIDType
-
setUBLVersionID
public void setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.- Parameters:
value- allowed object isUBLVersionIDType
-
getCustomizationID
public CustomizationIDType getCustomizationID()
Gets the value of the customizationID property.- Returns:
- possible object is
CustomizationIDType
-
setCustomizationID
public void setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.- Parameters:
value- allowed object isCustomizationIDType
-
getProfileID
public ProfileIDType getProfileID()
Gets the value of the profileID property.- Returns:
- possible object is
ProfileIDType
-
setProfileID
public void setProfileID(ProfileIDType value)
Sets the value of the profileID property.- Parameters:
value- allowed object isProfileIDType
-
getProfileExecutionID
public ProfileExecutionIDType getProfileExecutionID()
Gets the value of the profileExecutionID property.- Returns:
- possible object is
ProfileExecutionIDType
-
setProfileExecutionID
public void setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.- Parameters:
value- allowed object isProfileExecutionIDType
-
setID
public void setID(IDType value)
Sets the value of the id property.- Parameters:
value- allowed object isIDType
-
getCarrierAssignedID
public CarrierAssignedIDType getCarrierAssignedID()
Gets the value of the carrierAssignedID property.- Returns:
- possible object is
CarrierAssignedIDType
-
setCarrierAssignedID
public void setCarrierAssignedID(CarrierAssignedIDType value)
Sets the value of the carrierAssignedID property.- Parameters:
value- allowed object isCarrierAssignedIDType
-
getUUID
public UUIDType getUUID()
Gets the value of the uuid property.- Returns:
- possible object is
UUIDType
-
setUUID
public void setUUID(UUIDType value)
Sets the value of the uuid property.- Parameters:
value- allowed object isUUIDType
-
getIssueDate
public IssueDateType getIssueDate()
Gets the value of the issueDate property.- Returns:
- possible object is
IssueDateType
-
setIssueDate
public void setIssueDate(IssueDateType value)
Sets the value of the issueDate property.- Parameters:
value- allowed object isIssueDateType
-
getIssueTime
public IssueTimeType getIssueTime()
Gets the value of the issueTime property.- Returns:
- possible object is
IssueTimeType
-
setIssueTime
public void setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.- Parameters:
value- allowed object isIssueTimeType
-
getName
public NameType getName()
Gets the value of the name property.- Returns:
- possible object is
NameType
-
setName
public void setName(NameType value)
Sets the value of the name property.- Parameters:
value- allowed object isNameType
-
getDescription
public List<DescriptionType> getDescription()
Gets the value of the description 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 JAXB object. This is why there is not a
setmethod for the description property.For example, to add a new item, do as follows:
getDescription().add(newItem);Objects of the following type(s) are allowed in the list
DescriptionType
-
getNote
public List<NoteType> getNote()
Gets the value of the note 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 JAXB object. This is why there is not a
setmethod for the note property.For example, to add a new item, do as follows:
getNote().add(newItem);Objects of the following type(s) are allowed in the list
NoteType
-
getShippingOrderID
public ShippingOrderIDType getShippingOrderID()
Gets the value of the shippingOrderID property.- Returns:
- possible object is
ShippingOrderIDType
-
setShippingOrderID
public void setShippingOrderID(ShippingOrderIDType value)
Sets the value of the shippingOrderID property.- Parameters:
value- allowed object isShippingOrderIDType
-
getOtherInstruction
public OtherInstructionType getOtherInstruction()
Gets the value of the otherInstruction property.- Returns:
- possible object is
OtherInstructionType
-
setOtherInstruction
public void setOtherInstruction(OtherInstructionType value)
Sets the value of the otherInstruction property.- Parameters:
value- allowed object isOtherInstructionType
-
getTransportationStatusTypeCode
public TransportationStatusTypeCodeType getTransportationStatusTypeCode()
Gets the value of the transportationStatusTypeCode property.- Returns:
- possible object is
TransportationStatusTypeCodeType
-
setTransportationStatusTypeCode
public void setTransportationStatusTypeCode(TransportationStatusTypeCodeType value)
Sets the value of the transportationStatusTypeCode property.- Parameters:
value- allowed object isTransportationStatusTypeCodeType
-
getTransportExecutionStatusCode
public TransportExecutionStatusCodeType getTransportExecutionStatusCode()
Gets the value of the transportExecutionStatusCode property.- Returns:
- possible object is
TransportExecutionStatusCodeType
-
setTransportExecutionStatusCode
public void setTransportExecutionStatusCode(TransportExecutionStatusCodeType value)
Sets the value of the transportExecutionStatusCode property.- Parameters:
value- allowed object isTransportExecutionStatusCodeType
-
getConsignment
public List<ConsignmentType> getConsignment()
Gets the value of the consignment 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 JAXB object. This is why there is not a
setmethod for the consignment property.For example, to add a new item, do as follows:
getConsignment().add(newItem);Objects of the following type(s) are allowed in the list
ConsignmentType
-
getTransportEvent
public List<TransportEventType> getTransportEvent()
Gets the value of the transportEvent 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 JAXB object. This is why there is not a
setmethod for the transportEvent property.For example, to add a new item, do as follows:
getTransportEvent().add(newItem);Objects of the following type(s) are allowed in the list
TransportEventType
-
getDocumentReference
public List<DocumentReferenceType> getDocumentReference()
Gets the value of the documentReference 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 JAXB object. This is why there is not a
setmethod for the documentReference property.For example, to add a new item, do as follows:
getDocumentReference().add(newItem);Objects of the following type(s) are allowed in the list
DocumentReferenceType
-
getSignature
public List<SignatureType> getSignature()
Gets the value of the signature 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 JAXB object. This is why there is not a
setmethod for the signature property.For example, to add a new item, do as follows:
getSignature().add(newItem);Objects of the following type(s) are allowed in the list
SignatureType
-
getSenderParty
public PartyType getSenderParty()
Gets the value of the senderParty property.- Returns:
- possible object is
PartyType
-
setSenderParty
public void setSenderParty(PartyType value)
Sets the value of the senderParty property.- Parameters:
value- allowed object isPartyType
-
getReceiverParty
public PartyType getReceiverParty()
Gets the value of the receiverParty property.- Returns:
- possible object is
PartyType
-
setReceiverParty
public void setReceiverParty(PartyType value)
Sets the value of the receiverParty property.- Parameters:
value- allowed object isPartyType
-
getTransportationStatusRequestDocumentReference
public DocumentReferenceType getTransportationStatusRequestDocumentReference()
Gets the value of the transportationStatusRequestDocumentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setTransportationStatusRequestDocumentReference
public void setTransportationStatusRequestDocumentReference(DocumentReferenceType value)
Sets the value of the transportationStatusRequestDocumentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
getTransportExecutionPlanDocumentReference
public DocumentReferenceType getTransportExecutionPlanDocumentReference()
Gets the value of the transportExecutionPlanDocumentReference property.- Returns:
- possible object is
DocumentReferenceType
-
setTransportExecutionPlanDocumentReference
public void setTransportExecutionPlanDocumentReference(DocumentReferenceType value)
Sets the value of the transportExecutionPlanDocumentReference property.- Parameters:
value- allowed object isDocumentReferenceType
-
getUpdatedPickupTransportEvent
public TransportEventType getUpdatedPickupTransportEvent()
Gets the value of the updatedPickupTransportEvent property.- Returns:
- possible object is
TransportEventType
-
setUpdatedPickupTransportEvent
public void setUpdatedPickupTransportEvent(TransportEventType value)
Sets the value of the updatedPickupTransportEvent property.- Parameters:
value- allowed object isTransportEventType
-
getUpdatedDeliveryTransportEvent
public TransportEventType getUpdatedDeliveryTransportEvent()
Gets the value of the updatedDeliveryTransportEvent property.- Returns:
- possible object is
TransportEventType
-
setUpdatedDeliveryTransportEvent
public void setUpdatedDeliveryTransportEvent(TransportEventType value)
Sets the value of the updatedDeliveryTransportEvent property.- Parameters:
value- allowed object isTransportEventType
-
getStatusLocation
public List<LocationType> getStatusLocation()
Gets the value of the statusLocation 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 JAXB object. This is why there is not a
setmethod for the statusLocation property.For example, to add a new item, do as follows:
getStatusLocation().add(newItem);Objects of the following type(s) are allowed in the list
LocationType
-
getStatusPeriod
public List<PeriodType> getStatusPeriod()
Gets the value of the statusPeriod 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 JAXB object. This is why there is not a
setmethod for the statusPeriod property.For example, to add a new item, do as follows:
getStatusPeriod().add(newItem);Objects of the following type(s) are allowed in the list
PeriodType
-
-