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>
| Constructor and Description |
|---|
TransportationStatusType() |
| Modifier and Type | Method and Description |
|---|---|
CarrierAssignedIDType |
getCarrierAssignedID()
Gets the value of the carrierAssignedID property.
|
List<ConsignmentType> |
getConsignment()
Gets the value of the consignment property.
|
CustomizationIDType |
getCustomizationID()
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.
|
IDType |
getID()
Gets the value of the id property.
|
IssueDateType |
getIssueDate()
Gets the value of the issueDate property.
|
IssueTimeType |
getIssueTime()
Gets the value of the issueTime property.
|
NameType |
getName()
Gets the value of the name property.
|
List<NoteType> |
getNote()
Gets the value of the note property.
|
OtherInstructionType |
getOtherInstruction()
Gets the value of the otherInstruction property.
|
ProfileExecutionIDType |
getProfileExecutionID()
Gets the value of the profileExecutionID property.
|
ProfileIDType |
getProfileID()
Gets the value of the profileID property.
|
PartyType |
getReceiverParty()
Gets the value of the receiverParty property.
|
PartyType |
getSenderParty()
Gets the value of the senderParty property.
|
ShippingOrderIDType |
getShippingOrderID()
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.
|
DocumentReferenceType |
getTransportationStatusRequestDocumentReference()
Gets the value of the transportationStatusRequestDocumentReference property.
|
TransportationStatusTypeCodeType |
getTransportationStatusTypeCode()
Gets the value of the transportationStatusTypeCode property.
|
List<TransportEventType> |
getTransportEvent()
Gets the value of the transportEvent property.
|
DocumentReferenceType |
getTransportExecutionPlanDocumentReference()
Gets the value of the transportExecutionPlanDocumentReference property.
|
TransportExecutionStatusCodeType |
getTransportExecutionStatusCode()
Gets the value of the transportExecutionStatusCode property.
|
UBLExtensionsType |
getUBLExtensions()
Gets the value of the ublExtensions property.
|
UBLVersionIDType |
getUBLVersionID()
Gets the value of the ublVersionID property.
|
TransportEventType |
getUpdatedDeliveryTransportEvent()
Gets the value of the updatedDeliveryTransportEvent property.
|
TransportEventType |
getUpdatedPickupTransportEvent()
Gets the value of the updatedPickupTransportEvent property.
|
UUIDType |
getUUID()
Gets the value of the uuid property.
|
void |
setCarrierAssignedID(CarrierAssignedIDType value)
Sets the value of the carrierAssignedID property.
|
void |
setCustomizationID(CustomizationIDType value)
Sets the value of the customizationID property.
|
void |
setID(IDType value)
Sets the value of the id property.
|
void |
setIssueDate(IssueDateType value)
Sets the value of the issueDate property.
|
void |
setIssueTime(IssueTimeType value)
Sets the value of the issueTime property.
|
void |
setName(NameType value)
Sets the value of the name property.
|
void |
setOtherInstruction(OtherInstructionType value)
Sets the value of the otherInstruction property.
|
void |
setProfileExecutionID(ProfileExecutionIDType value)
Sets the value of the profileExecutionID property.
|
void |
setProfileID(ProfileIDType value)
Sets the value of the profileID property.
|
void |
setReceiverParty(PartyType value)
Sets the value of the receiverParty property.
|
void |
setSenderParty(PartyType value)
Sets the value of the senderParty property.
|
void |
setShippingOrderID(ShippingOrderIDType value)
Sets the value of the shippingOrderID property.
|
void |
setTransportationStatusRequestDocumentReference(DocumentReferenceType value)
Sets the value of the transportationStatusRequestDocumentReference property.
|
void |
setTransportationStatusTypeCode(TransportationStatusTypeCodeType value)
Sets the value of the transportationStatusTypeCode property.
|
void |
setTransportExecutionPlanDocumentReference(DocumentReferenceType value)
Sets the value of the transportExecutionPlanDocumentReference property.
|
void |
setTransportExecutionStatusCode(TransportExecutionStatusCodeType value)
Sets the value of the transportExecutionStatusCode property.
|
void |
setUBLExtensions(UBLExtensionsType value)
Sets the value of the ublExtensions property.
|
void |
setUBLVersionID(UBLVersionIDType value)
Sets the value of the ublVersionID property.
|
void |
setUpdatedDeliveryTransportEvent(TransportEventType value)
Sets the value of the updatedDeliveryTransportEvent property.
|
void |
setUpdatedPickupTransportEvent(TransportEventType value)
Sets the value of the updatedPickupTransportEvent property.
|
void |
setUUID(UUIDType value)
Sets the value of the uuid property.
|
protected UBLExtensionsType ublExtensions
protected UBLVersionIDType ublVersionID
protected CustomizationIDType customizationID
protected ProfileIDType profileID
protected ProfileExecutionIDType profileExecutionID
protected IDType id
protected CarrierAssignedIDType carrierAssignedID
protected UUIDType uuid
protected IssueDateType issueDate
protected IssueTimeType issueTime
protected NameType name
protected List<DescriptionType> description
protected ShippingOrderIDType shippingOrderID
protected OtherInstructionType otherInstruction
protected TransportationStatusTypeCodeType transportationStatusTypeCode
protected TransportExecutionStatusCodeType transportExecutionStatusCode
protected List<ConsignmentType> consignment
protected List<TransportEventType> transportEvent
protected List<DocumentReferenceType> documentReference
protected List<SignatureType> signature
protected PartyType senderParty
protected PartyType receiverParty
protected DocumentReferenceType transportationStatusRequestDocumentReference
protected DocumentReferenceType transportExecutionPlanDocumentReference
protected TransportEventType updatedPickupTransportEvent
protected TransportEventType updatedDeliveryTransportEvent
protected List<LocationType> statusLocation
protected List<PeriodType> statusPeriod
public UBLExtensionsType getUBLExtensions()
UBLExtensionsTypepublic void setUBLExtensions(UBLExtensionsType value)
value - allowed object is
UBLExtensionsTypepublic UBLVersionIDType getUBLVersionID()
UBLVersionIDTypepublic void setUBLVersionID(UBLVersionIDType value)
value - allowed object is
UBLVersionIDTypepublic CustomizationIDType getCustomizationID()
CustomizationIDTypepublic void setCustomizationID(CustomizationIDType value)
value - allowed object is
CustomizationIDTypepublic ProfileIDType getProfileID()
ProfileIDTypepublic void setProfileID(ProfileIDType value)
value - allowed object is
ProfileIDTypepublic ProfileExecutionIDType getProfileExecutionID()
ProfileExecutionIDTypepublic void setProfileExecutionID(ProfileExecutionIDType value)
value - allowed object is
ProfileExecutionIDTypepublic void setID(IDType value)
value - allowed object is
IDTypepublic CarrierAssignedIDType getCarrierAssignedID()
CarrierAssignedIDTypepublic void setCarrierAssignedID(CarrierAssignedIDType value)
value - allowed object is
CarrierAssignedIDTypepublic UUIDType getUUID()
UUIDTypepublic void setUUID(UUIDType value)
value - allowed object is
UUIDTypepublic IssueDateType getIssueDate()
IssueDateTypepublic void setIssueDate(IssueDateType value)
value - allowed object is
IssueDateTypepublic IssueTimeType getIssueTime()
IssueTimeTypepublic void setIssueTime(IssueTimeType value)
value - allowed object is
IssueTimeTypepublic NameType getName()
NameTypepublic void setName(NameType value)
value - allowed object is
NameTypepublic List<DescriptionType> getDescription()
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 set method 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
public List<NoteType> getNote()
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 set method 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
public ShippingOrderIDType getShippingOrderID()
ShippingOrderIDTypepublic void setShippingOrderID(ShippingOrderIDType value)
value - allowed object is
ShippingOrderIDTypepublic OtherInstructionType getOtherInstruction()
OtherInstructionTypepublic void setOtherInstruction(OtherInstructionType value)
value - allowed object is
OtherInstructionTypepublic TransportationStatusTypeCodeType getTransportationStatusTypeCode()
TransportationStatusTypeCodeTypepublic void setTransportationStatusTypeCode(TransportationStatusTypeCodeType value)
value - allowed object is
TransportationStatusTypeCodeTypepublic TransportExecutionStatusCodeType getTransportExecutionStatusCode()
TransportExecutionStatusCodeTypepublic void setTransportExecutionStatusCode(TransportExecutionStatusCodeType value)
value - allowed object is
TransportExecutionStatusCodeTypepublic List<ConsignmentType> getConsignment()
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 set method 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
public List<TransportEventType> getTransportEvent()
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 set method 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
public List<DocumentReferenceType> getDocumentReference()
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 set method 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
public List<SignatureType> getSignature()
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 set method 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
public PartyType getSenderParty()
PartyTypepublic void setSenderParty(PartyType value)
value - allowed object is
PartyTypepublic PartyType getReceiverParty()
PartyTypepublic void setReceiverParty(PartyType value)
value - allowed object is
PartyTypepublic DocumentReferenceType getTransportationStatusRequestDocumentReference()
DocumentReferenceTypepublic void setTransportationStatusRequestDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic DocumentReferenceType getTransportExecutionPlanDocumentReference()
DocumentReferenceTypepublic void setTransportExecutionPlanDocumentReference(DocumentReferenceType value)
value - allowed object is
DocumentReferenceTypepublic TransportEventType getUpdatedPickupTransportEvent()
TransportEventTypepublic void setUpdatedPickupTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getUpdatedDeliveryTransportEvent()
TransportEventTypepublic void setUpdatedDeliveryTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic List<LocationType> getStatusLocation()
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 set method 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
public List<PeriodType> getStatusPeriod()
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 set method 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
Copyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.