@CodingStyleguideUnaware public class TransportScheduleType extends Object implements Serializable, com.helger.commons.lang.IExplicitlyCloneable
<?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>
This class was annotated by ph-jaxb22-plugin -Xph-annotate
This class contains methods created by ph-jaxb22-plugin -Xph-equalshashcode
This class contains methods created by ph-jaxb22-plugin -Xph-tostring
This class contains methods created by ph-jaxb22-plugin -Xph-list-extension
This class contains methods created by ph-jaxb22-plugin -Xph-cloneable2
This class contains methods created by ph-jaxb22-plugin -Xph-value-extender
| Constructor and Description |
|---|
TransportScheduleType()
Default constructor
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
| Modifier and Type | Method and Description |
|---|---|
void |
addRemarks(RemarksType elem)
Created by ph-jaxb22-plugin -Xph-list-extension
|
TransportScheduleType |
clone()
Created by ph-jaxb22-plugin -Xph-cloneable2
|
void |
cloneTo(TransportScheduleType ret)
This method clones all values from
this to the passed object. |
boolean |
equals(Object o)
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
TransportEventType |
getActualArrivalTransportEvent()
<?
|
TransportEventType |
getActualDepartureTransportEvent()
<?
|
TransportEventType |
getEstimatedArrivalTransportEvent()
<?
|
TransportEventType |
getEstimatedDepartureTransportEvent()
<?
|
TransportEventType |
getPlannedArrivalTransportEvent()
<?
|
TransportEventType |
getPlannedDepartureTransportEvent()
<?
|
ReferenceDateType |
getReferenceDate()
<?
|
LocalDate |
getReferenceDateValue()
Get the value of the contained ReferenceDateType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ReferenceTimeType |
getReferenceTime()
<?
|
LocalTime |
getReferenceTimeValue()
Get the value of the contained ReferenceTimeType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
ReliabilityPercentType |
getReliabilityPercent()
<?
|
BigDecimal |
getReliabilityPercentValue()
Get the value of the contained ReliabilityPercentType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
List<RemarksType> |
getRemarks()
<?
|
RemarksType |
getRemarksAtIndex(int index)
Created by ph-jaxb22-plugin -Xph-list-extension
|
int |
getRemarksCount()
Created by ph-jaxb22-plugin -Xph-list-extension
|
SequenceNumericType |
getSequenceNumeric()
<?
|
BigDecimal |
getSequenceNumericValue()
Get the value of the contained SequenceNumericType object
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
LocationType |
getStatusLocation()
<?
|
int |
hashCode()
Created by ph-jaxb22-plugin -Xph-equalshashcode
|
boolean |
hasNoRemarksEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
boolean |
hasRemarksEntries()
Created by ph-jaxb22-plugin -Xph-list-extension
|
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.
|
ReferenceDateType |
setReferenceDate(LocalDate valueParam)
Special setter with value of type LocalDate
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setReferenceDate(ReferenceDateType value)
Sets the value of the referenceDate property.
|
ReferenceTimeType |
setReferenceTime(LocalTime valueParam)
Special setter with value of type LocalTime
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setReferenceTime(ReferenceTimeType value)
Sets the value of the referenceTime property.
|
ReliabilityPercentType |
setReliabilityPercent(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setReliabilityPercent(ReliabilityPercentType value)
Sets the value of the reliabilityPercent property.
|
void |
setRemarks(List<RemarksType> aList)
Created by ph-jaxb22-plugin -Xph-list-extension
|
SequenceNumericType |
setSequenceNumeric(BigDecimal valueParam)
Special setter with value of type BigDecimal
Note: automatically created by ph-jaxb22-plugin -Xph-value-extender |
void |
setSequenceNumeric(SequenceNumericType value)
Sets the value of the sequenceNumeric property.
|
void |
setStatusLocation(LocationType value)
Sets the value of the statusLocation property.
|
String |
toString()
Created by ph-jaxb22-plugin -Xph-tostring
|
public TransportScheduleType()
@Nullable 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(@Nullable SequenceNumericType value)
value - allowed object is
SequenceNumericType@Nullable public 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(@Nullable ReferenceDateType value)
value - allowed object is
ReferenceDateType@Nullable public 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(@Nullable ReferenceTimeType value)
value - allowed object is
ReferenceTimeType@Nullable public 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(@Nullable ReliabilityPercentType value)
value - allowed object is
ReliabilityPercentType@Nonnull @ReturnsMutableObject(value="JAXB implementation style") public 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
@Nullable 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(@Nullable LocationType value)
value - allowed object is
LocationType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventType@Nullable public 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(@Nullable TransportEventType value)
value - allowed object is
TransportEventTypepublic boolean equals(Object o)
public int hashCode()
public String toString()
public void setRemarks(@Nullable List<RemarksType> aList)
aList - The new list member to set. May be null.public boolean hasRemarksEntries()
true if at least one item is contained, false otherwise.public boolean hasNoRemarksEntries()
true if no item is contained, false otherwise.@Nonnegative public int getRemarksCount()
@Nullable public RemarksType getRemarksAtIndex(@Nonnegative int index) throws IndexOutOfBoundsException
index - The index to retrievenullIndexOutOfBoundsException - if the index is invalid!public void addRemarks(@Nonnull RemarksType elem)
elem - The element to be added. May not be null.public void cloneTo(@Nonnull TransportScheduleType ret)
this to the passed object. All data in the parameter object is overwritten!Created by ph-jaxb22-plugin -Xph-cloneable2ret - The target object to clone to. May not be null.@Nonnull @ReturnsMutableCopy public TransportScheduleType clone()
@Nonnull public ReferenceDateType setReferenceDate(@Nullable LocalDate valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ReferenceTimeType setReferenceTime(@Nullable LocalTime valueParam)
valueParam - The value to be set. May be null.null@Nonnull public SequenceNumericType setSequenceNumeric(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nonnull public ReliabilityPercentType setReliabilityPercent(@Nullable BigDecimal valueParam)
valueParam - The value to be set. May be null.null@Nullable public BigDecimal getSequenceNumericValue()
null@Nullable public LocalDate getReferenceDateValue()
null@Nullable public LocalTime getReferenceTimeValue()
null@Nullable public BigDecimal getReliabilityPercentValue()
nullCopyright © 2014–2020 Philip Helger. All rights reserved.