Class 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>
     
    • Constructor Detail

      • TransportationStatusType

        public TransportationStatusType()
    • Method Detail

      • setUBLExtensions

        public void setUBLExtensions​(UBLExtensionsType value)
        Sets the value of the ublExtensions property.
        Parameters:
        value - allowed object is UBLExtensionsType
      • setUBLVersionID

        public void setUBLVersionID​(UBLVersionIDType value)
        Sets the value of the ublVersionID property.
        Parameters:
        value - allowed object is UBLVersionIDType
      • setCustomizationID

        public void setCustomizationID​(CustomizationIDType value)
        Sets the value of the customizationID property.
        Parameters:
        value - allowed object is CustomizationIDType
      • 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 is ProfileIDType
      • getID

        public IDType getID()
        Gets the value of the id property.
        Returns:
        possible object is IDType
      • setID

        public void setID​(IDType value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is IDType
      • 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 is UUIDType
      • 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 is IssueDateType
      • 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 is IssueTimeType
      • 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 is NameType
      • 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 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

      • 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 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

      • setShippingOrderID

        public void setShippingOrderID​(ShippingOrderIDType value)
        Sets the value of the shippingOrderID property.
        Parameters:
        value - allowed object is ShippingOrderIDType
      • 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 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

      • 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 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

      • 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 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

      • 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 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

      • 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 is PartyType
      • 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 is PartyType
      • 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 is DocumentReferenceType
      • 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 is DocumentReferenceType
      • 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 is TransportEventType
      • 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 is TransportEventType
      • 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 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

      • 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 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