Class TransportScheduleType
- java.lang.Object
-
- network.oxalis.peppol.ubl2.jaxb.cac.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>
-
-
Field Summary
Fields Modifier and Type Field Description protected TransportEventTypeactualArrivalTransportEventprotected TransportEventTypeactualDepartureTransportEventprotected TransportEventTypeestimatedArrivalTransportEventprotected TransportEventTypeestimatedDepartureTransportEventprotected TransportEventTypeplannedArrivalTransportEventprotected TransportEventTypeplannedDepartureTransportEventprotected ReferenceDateTypereferenceDateprotected ReferenceTimeTypereferenceTimeprotected ReliabilityPercentTypereliabilityPercentprotected List<RemarksType>remarksprotected SequenceNumericTypesequenceNumericprotected LocationTypestatusLocation
-
Constructor Summary
Constructors Constructor Description TransportScheduleType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TransportEventTypegetActualArrivalTransportEvent()Gets the value of the actualArrivalTransportEvent property.TransportEventTypegetActualDepartureTransportEvent()Gets the value of the actualDepartureTransportEvent property.TransportEventTypegetEstimatedArrivalTransportEvent()Gets the value of the estimatedArrivalTransportEvent property.TransportEventTypegetEstimatedDepartureTransportEvent()Gets the value of the estimatedDepartureTransportEvent property.TransportEventTypegetPlannedArrivalTransportEvent()Gets the value of the plannedArrivalTransportEvent property.TransportEventTypegetPlannedDepartureTransportEvent()Gets the value of the plannedDepartureTransportEvent property.ReferenceDateTypegetReferenceDate()Gets the value of the referenceDate property.ReferenceTimeTypegetReferenceTime()Gets the value of the referenceTime property.ReliabilityPercentTypegetReliabilityPercent()Gets the value of the reliabilityPercent property.List<RemarksType>getRemarks()Gets the value of the remarks property.SequenceNumericTypegetSequenceNumeric()Gets the value of the sequenceNumeric property.LocationTypegetStatusLocation()Gets the value of the statusLocation property.voidsetActualArrivalTransportEvent(TransportEventType value)Sets the value of the actualArrivalTransportEvent property.voidsetActualDepartureTransportEvent(TransportEventType value)Sets the value of the actualDepartureTransportEvent property.voidsetEstimatedArrivalTransportEvent(TransportEventType value)Sets the value of the estimatedArrivalTransportEvent property.voidsetEstimatedDepartureTransportEvent(TransportEventType value)Sets the value of the estimatedDepartureTransportEvent property.voidsetPlannedArrivalTransportEvent(TransportEventType value)Sets the value of the plannedArrivalTransportEvent property.voidsetPlannedDepartureTransportEvent(TransportEventType value)Sets the value of the plannedDepartureTransportEvent property.voidsetReferenceDate(ReferenceDateType value)Sets the value of the referenceDate property.voidsetReferenceTime(ReferenceTimeType value)Sets the value of the referenceTime property.voidsetReliabilityPercent(ReliabilityPercentType value)Sets the value of the reliabilityPercent property.voidsetSequenceNumeric(SequenceNumericType value)Sets the value of the sequenceNumeric property.voidsetStatusLocation(LocationType value)Sets the value of the statusLocation property.
-
-
-
Field Detail
-
sequenceNumeric
protected SequenceNumericType sequenceNumeric
-
referenceDate
protected ReferenceDateType referenceDate
-
referenceTime
protected ReferenceTimeType referenceTime
-
reliabilityPercent
protected ReliabilityPercentType reliabilityPercent
-
remarks
protected List<RemarksType> remarks
-
statusLocation
protected LocationType statusLocation
-
actualArrivalTransportEvent
protected TransportEventType actualArrivalTransportEvent
-
actualDepartureTransportEvent
protected TransportEventType actualDepartureTransportEvent
-
estimatedDepartureTransportEvent
protected TransportEventType estimatedDepartureTransportEvent
-
estimatedArrivalTransportEvent
protected TransportEventType estimatedArrivalTransportEvent
-
plannedDepartureTransportEvent
protected TransportEventType plannedDepartureTransportEvent
-
plannedArrivalTransportEvent
protected TransportEventType plannedArrivalTransportEvent
-
-
Method Detail
-
getSequenceNumeric
public SequenceNumericType getSequenceNumeric()
Gets the value of the sequenceNumeric property.- Returns:
- possible object is
SequenceNumericType
-
setSequenceNumeric
public void setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.- Parameters:
value- allowed object isSequenceNumericType
-
getReferenceDate
public ReferenceDateType getReferenceDate()
Gets the value of the referenceDate property.- Returns:
- possible object is
ReferenceDateType
-
setReferenceDate
public void setReferenceDate(ReferenceDateType value)
Sets the value of the referenceDate property.- Parameters:
value- allowed object isReferenceDateType
-
getReferenceTime
public ReferenceTimeType getReferenceTime()
Gets the value of the referenceTime property.- Returns:
- possible object is
ReferenceTimeType
-
setReferenceTime
public void setReferenceTime(ReferenceTimeType value)
Sets the value of the referenceTime property.- Parameters:
value- allowed object isReferenceTimeType
-
getReliabilityPercent
public ReliabilityPercentType getReliabilityPercent()
Gets the value of the reliabilityPercent property.- Returns:
- possible object is
ReliabilityPercentType
-
setReliabilityPercent
public void setReliabilityPercent(ReliabilityPercentType value)
Sets the value of the reliabilityPercent property.- Parameters:
value- allowed object isReliabilityPercentType
-
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
setmethod 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- Returns:
- The value of the remarks property.
-
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 isLocationType
-
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 isTransportEventType
-
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 isTransportEventType
-
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 isTransportEventType
-
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 isTransportEventType
-
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 isTransportEventType
-
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 isTransportEventType
-
-