public class TransportScheduleType extends Object
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ABIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Details</ccts:DictionaryEntryName>
<ccts:Definition>Describes the location and schedule relating to a transport means.</ccts:Definition>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
</ccts:Component>
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() |
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()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Sequence. Numeric</ccts:DictionaryEntryName>
<ccts:Definition>A number indicating the order of this status in the sequence in which statuses are to be presented.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTerm>Sequence</ccts:PropertyTerm>
<ccts:RepresentationTerm>Numeric</ccts:RepresentationTerm>
<ccts:DataType>Numeric. Type</ccts:DataType>
</ccts:Component>
SequenceNumericTypepublic void setSequenceNumeric(SequenceNumericType value)
value - allowed object is
SequenceNumericTypepublic ReferenceDateType getReferenceDate()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Reference Date. Date</ccts:DictionaryEntryName>
<ccts:Definition>The reference date for the transport schedule status.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTerm>Reference Date</ccts:PropertyTerm>
<ccts:RepresentationTerm>Date</ccts:RepresentationTerm>
<ccts:DataType>Date. Type</ccts:DataType>
</ccts:Component>
ReferenceDateTypepublic void setReferenceDate(ReferenceDateType value)
value - allowed object is
ReferenceDateTypepublic ReferenceTimeType getReferenceTime()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Reference Time. Time</ccts:DictionaryEntryName>
<ccts:Definition>The reference time for the transport schedule status.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTerm>Reference Time</ccts:PropertyTerm>
<ccts:RepresentationTerm>Time</ccts:RepresentationTerm>
<ccts:DataType>Time. Type</ccts:DataType>
</ccts:Component>
ReferenceTimeTypepublic void setReferenceTime(ReferenceTimeType value)
value - allowed object is
ReferenceTimeTypepublic ReliabilityPercentType getReliabilityPercent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Reliability Percent. Percent</ccts:DictionaryEntryName>
<ccts:Definition>The reliability of the transport schedule status, expressed as a percentage.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTerm>Reliability Percent</ccts:PropertyTerm>
<ccts:RepresentationTerm>Percent</ccts:RepresentationTerm>
<ccts:DataType>Percent. Type</ccts:DataType>
</ccts:Component>
ReliabilityPercentTypepublic void setReliabilityPercent(ReliabilityPercentType value)
value - allowed object is
ReliabilityPercentTypepublic List<RemarksType> getRemarks()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>BBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Remarks. Text</ccts:DictionaryEntryName>
<ccts:Definition>Remarks related to the transport schedule status.</ccts:Definition>
<ccts:Cardinality>0..n</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTerm>Remarks</ccts:PropertyTerm>
<ccts:RepresentationTerm>Text</ccts:RepresentationTerm>
<ccts:DataType>Text. Type</ccts:DataType>
</ccts:Component>
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
public LocationType getStatusLocation()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Status_ Location. Location</ccts:DictionaryEntryName>
<ccts:Definition>The location for which status is reported.</ccts:Definition>
<ccts:Cardinality>1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Status</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Location</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Location</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Location</ccts:RepresentationTerm>
</ccts:Component>
LocationTypepublic void setStatusLocation(LocationType value)
value - allowed object is
LocationTypepublic TransportEventType getActualArrivalTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Actual Arrival_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>The actual arrival at a location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Actual Arrival</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setActualArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getActualDepartureTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Actual Departure_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>The actual departure from a location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Actual Departure</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setActualDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getEstimatedDepartureTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Estimated Departure_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>An estimated departure from a specified location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Estimated Departure</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setEstimatedDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getEstimatedArrivalTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Estimated Arrival_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>An estimated arrival at a specified location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Estimated Arrival</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setEstimatedArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getPlannedDepartureTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Planned Departure_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>The planned departure from a specified location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Planned Departure</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setPlannedDepartureTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypepublic TransportEventType getPlannedArrivalTransportEvent()
<?xml version="1.0" encoding="UTF-8"?><ccts:Component xmlns:ccts="urn:un:unece:uncefact:documentation:2" xmlns="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cac="urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-2" xmlns:cbc="urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-2" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ccts:ComponentType>ASBIE</ccts:ComponentType>
<ccts:DictionaryEntryName>Transport Schedule. Planned Arrival_ Transport Event. Transport Event</ccts:DictionaryEntryName>
<ccts:Definition>The planned arrival at a specified location.</ccts:Definition>
<ccts:Cardinality>0..1</ccts:Cardinality>
<ccts:ObjectClass>Transport Schedule</ccts:ObjectClass>
<ccts:PropertyTermQualifier>Planned Arrival</ccts:PropertyTermQualifier>
<ccts:PropertyTerm>Transport Event</ccts:PropertyTerm>
<ccts:AssociatedObjectClass>Transport Event</ccts:AssociatedObjectClass>
<ccts:RepresentationTerm>Transport Event</ccts:RepresentationTerm>
</ccts:Component>
TransportEventTypepublic void setPlannedArrivalTransportEvent(TransportEventType value)
value - allowed object is
TransportEventTypeCopyright © 2015 Direktoratet for forvaltning og IKT (Difi). All rights reserved.