Class TransportScheduleType


  • public class TransportScheduleType
    extends Object

    Java class for TransportScheduleType complex type.

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

     <complexType name="TransportScheduleType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}SequenceNumeric"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceDate" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReferenceTime" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}ReliabilityPercent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2}Remarks" maxOccurs="unbounded" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}StatusLocation"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActualArrivalTransportEvent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}ActualDepartureTransportEvent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EstimatedDepartureTransportEvent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}EstimatedArrivalTransportEvent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PlannedDepartureTransportEvent" minOccurs="0"/>
             <element ref="{urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2}PlannedArrivalTransportEvent" minOccurs="0"/>
           </sequence>
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • TransportScheduleType

        public TransportScheduleType()
    • Method Detail

      • setSequenceNumeric

        public void setSequenceNumeric​(SequenceNumericType value)
        Sets the value of the sequenceNumeric property.
        Parameters:
        value - allowed object is SequenceNumericType
      • setReferenceDate

        public void setReferenceDate​(ReferenceDateType value)
        Sets the value of the referenceDate property.
        Parameters:
        value - allowed object is ReferenceDateType
      • setReferenceTime

        public void setReferenceTime​(ReferenceTimeType value)
        Sets the value of the referenceTime property.
        Parameters:
        value - allowed object is ReferenceTimeType
      • getRemarks

        public List<RemarksType> getRemarks()
        Gets the value of the remarks 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 remarks property.

        For example, to add a new item, do as follows:

            getRemarks().add(newItem);
         

        Objects of the following type(s) are allowed in the list RemarksType

      • getStatusLocation

        public LocationType getStatusLocation()
        Gets the value of the statusLocation property.
        Returns:
        possible object is LocationType
      • setStatusLocation

        public void setStatusLocation​(LocationType value)
        Sets the value of the statusLocation property.
        Parameters:
        value - allowed object is LocationType
      • getActualArrivalTransportEvent

        public TransportEventType getActualArrivalTransportEvent()
        Gets the value of the actualArrivalTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setActualArrivalTransportEvent

        public void setActualArrivalTransportEvent​(TransportEventType value)
        Sets the value of the actualArrivalTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType
      • getActualDepartureTransportEvent

        public TransportEventType getActualDepartureTransportEvent()
        Gets the value of the actualDepartureTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setActualDepartureTransportEvent

        public void setActualDepartureTransportEvent​(TransportEventType value)
        Sets the value of the actualDepartureTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType
      • getEstimatedDepartureTransportEvent

        public TransportEventType getEstimatedDepartureTransportEvent()
        Gets the value of the estimatedDepartureTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setEstimatedDepartureTransportEvent

        public void setEstimatedDepartureTransportEvent​(TransportEventType value)
        Sets the value of the estimatedDepartureTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType
      • getEstimatedArrivalTransportEvent

        public TransportEventType getEstimatedArrivalTransportEvent()
        Gets the value of the estimatedArrivalTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setEstimatedArrivalTransportEvent

        public void setEstimatedArrivalTransportEvent​(TransportEventType value)
        Sets the value of the estimatedArrivalTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType
      • getPlannedDepartureTransportEvent

        public TransportEventType getPlannedDepartureTransportEvent()
        Gets the value of the plannedDepartureTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setPlannedDepartureTransportEvent

        public void setPlannedDepartureTransportEvent​(TransportEventType value)
        Sets the value of the plannedDepartureTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType
      • getPlannedArrivalTransportEvent

        public TransportEventType getPlannedArrivalTransportEvent()
        Gets the value of the plannedArrivalTransportEvent property.
        Returns:
        possible object is TransportEventType
      • setPlannedArrivalTransportEvent

        public void setPlannedArrivalTransportEvent​(TransportEventType value)
        Sets the value of the plannedArrivalTransportEvent property.
        Parameters:
        value - allowed object is TransportEventType