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>
| Modifier and Type | Field and Description |
|---|---|
protected TransportEventType |
actualArrivalTransportEvent |
protected TransportEventType |
actualDepartureTransportEvent |
protected TransportEventType |
estimatedArrivalTransportEvent |
protected TransportEventType |
estimatedDepartureTransportEvent |
protected TransportEventType |
plannedArrivalTransportEvent |
protected TransportEventType |
plannedDepartureTransportEvent |
protected ReferenceDateType |
referenceDate |
protected ReferenceTimeType |
referenceTime |
protected ReliabilityPercentType |
reliabilityPercent |
protected List<RemarksType> |
remarks |
protected SequenceNumericType |
sequenceNumeric |
protected LocationType |
statusLocation |
| Constructor and Description |
|---|
TransportScheduleType() |
| Modifier and Type | Method and Description |
|---|---|
TransportEventType |
getActualArrivalTransportEvent()
Gets the value of the actualArrivalTransportEvent property.
|
TransportEventType |
getActualDepartureTransportEvent()
Gets the value of the actualDepartureTransportEvent property.
|
TransportEventType |
getEstimatedArrivalTransportEvent()
Gets the value of the estimatedArrivalTransportEvent property.
|
TransportEventType |
getEstimatedDepartureTransportEvent()
Gets the value of the estimatedDepartureTransportEvent property.
|
TransportEventType |
getPlannedArrivalTransportEvent()
Gets the value of the plannedArrivalTransportEvent property.
|
TransportEventType |
getPlannedDepartureTransportEvent()
Gets the value of the plannedDepartureTransportEvent property.
|
ReferenceDateType |
getReferenceDate()
Gets the value of the referenceDate property.
|
ReferenceTimeType |
getReferenceTime()
Gets the value of the referenceTime property.
|
ReliabilityPercentType |
getReliabilityPercent()
Gets the value of the reliabilityPercent property.
|
List<RemarksType> |
getRemarks()
Gets the value of the remarks property.
|
SequenceNumericType |
getSequenceNumeric()
Gets the value of the sequenceNumeric property.
|
LocationType |
getStatusLocation()
Gets the value of the statusLocation property.
|
void |
setActualArrivalTransportEvent(TransportEventType value)
Sets the value of the actualArrivalTransportEvent property.
|
void |
setActualDepartureTransportEvent(TransportEventType value)
Sets the value of the actualDepartureTransportEvent property.
|
void |
setEstimatedArrivalTransportEvent(TransportEventType value)
Sets the value of the estimatedArrivalTransportEvent property.
|
void |
setEstimatedDepartureTransportEvent(TransportEventType value)
Sets the value of the estimatedDepartureTransportEvent property.
|
void |
setPlannedArrivalTransportEvent(TransportEventType value)
Sets the value of the plannedArrivalTransportEvent property.
|
void |
setPlannedDepartureTransportEvent(TransportEventType value)
Sets the value of the plannedDepartureTransportEvent property.
|
void |
setReferenceDate(ReferenceDateType value)
Sets the value of the referenceDate property.
|
void |
setReferenceTime(ReferenceTimeType value)
Sets the value of the referenceTime property.
|
void |
setReliabilityPercent(ReliabilityPercentType value)
Sets the value of the reliabilityPercent property.
|
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setStatusLocation(LocationType value)
Sets the value of the statusLocation property.
|
protected SequenceNumericType sequenceNumeric
protected ReferenceDateType referenceDate
protected ReferenceTimeType referenceTime
protected ReliabilityPercentType reliabilityPercent
protected List<RemarksType> remarks
protected LocationType statusLocation
protected TransportEventType actualArrivalTransportEvent
protected TransportEventType actualDepartureTransportEvent
protected TransportEventType estimatedDepartureTransportEvent
protected TransportEventType estimatedArrivalTransportEvent
protected TransportEventType plannedDepartureTransportEvent
protected TransportEventType plannedArrivalTransportEvent
public SequenceNumericType getSequenceNumeric()
SequenceNumericTypepublic void setSequenceNumeric(SequenceNumericType value)
value - allowed object is
SequenceNumericTypepublic ReferenceDateType getReferenceDate()
ReferenceDateTypepublic void setReferenceDate(ReferenceDateType value)
value - allowed object is
ReferenceDateTypepublic ReferenceTimeType getReferenceTime()
ReferenceTimeTypepublic void setReferenceTime(ReferenceTimeType value)
value - allowed object is
ReferenceTimeTypepublic ReliabilityPercentType getReliabilityPercent()
ReliabilityPercentTypepublic void setReliabilityPercent(ReliabilityPercentType value)
value - allowed object is
ReliabilityPercentTypepublic List<RemarksType> getRemarks()
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
public LocationType getStatusLocation()
LocationTypepublic void setStatusLocation(LocationType value)
value - allowed object is
LocationTypepublic TransportEventType getActualArrivalTransportEvent()
TransportEventTypepublic void setActualArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getActualDepartureTransportEvent()
TransportEventTypepublic void setActualDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getEstimatedDepartureTransportEvent()
TransportEventTypepublic void setEstimatedDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getEstimatedArrivalTransportEvent()
TransportEventTypepublic void setEstimatedArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getPlannedDepartureTransportEvent()
TransportEventTypepublic void setPlannedDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getPlannedArrivalTransportEvent()
TransportEventTypepublic void setPlannedArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypeCopyright © 2017 Direktoratet for forvaltning og IKT (Difi). All rights reserved.