
de.vdv.ojp20.siri.OnwardCallStructure Maven / Gradle / Ivy
Show all versions of ojp-java-model Show documentation
//
// This file was generated by the Eclipse Implementation of JAXB, v4.0.5
// See https://eclipse-ee4j.github.io/jaxb-ri
// Any modifications to this file will be lost upon recompilation of the source schema.
//
package de.vdv.ojp20.siri;
import java.math.BigInteger;
import java.time.Duration;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import jakarta.xml.bind.annotation.XmlAccessType;
import jakarta.xml.bind.annotation.XmlAccessorType;
import jakarta.xml.bind.annotation.XmlElement;
import jakarta.xml.bind.annotation.XmlSchemaType;
import jakarta.xml.bind.annotation.XmlType;
import jakarta.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
import org.apache.commons.lang3.builder.ToStringBuilder;
import org.opentripplanner.ojp.netex.OmitNullsToStringStyle;
import org.opentripplanner.ojp.time.XmlDateTime;
import org.opentripplanner.ojp.util.DurationXmlAdapter;
import org.opentripplanner.ojp.util.XmlDateTimeAdapter;
/**
* Java class for OnwardCallStructure complex type
.
*
* The following schema fragment specifies the expected content contained within this class.
*
* {@code
*
*
*
*
*
*
*
*
*
*
*
*
*
*
* }
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "OnwardCallStructure", propOrder = {
"vehicleAtStop",
"timingPoint",
"aimedArrivalTime",
"expectedArrivalTime",
"latestExpectedArrivalTime",
"expectedArrivalPredictionQuality",
"arrivalPredictionUnknown",
"arrivalStatus",
"arrivalCancellationReason",
"arrivalProximityText",
"arrivalPlatformName",
"arrivalBoardingActivity",
"arrivalStopAssignment",
"arrivalFormationAssignment",
"arrivalOrientationRelativeToQuay",
"arrivalOperatorRefs",
"aimedDepartureTime",
"expectedDepartureTime",
"provisionalExpectedDepartureTime",
"earliestExpectedDepartureTime",
"expectedDeparturePredictionQuality",
"departurePredictionUnknown",
"aimedLatestPassengerAccessTime",
"expectedLatestPassengerAccessTime",
"departureStatus",
"departureCancellationReason",
"departureProximityText",
"departurePlatformName",
"departureBoardingActivity",
"departureStopAssignment",
"departureFormationAssignment",
"departureOrientationRelativeToQuay",
"expectedDepartureOccupancy",
"expectedDepartureCapacities",
"recordedDepartureOccupancy",
"recordedDepartureCapacities",
"departureOperatorRefs",
"aimedHeadwayInterval",
"expectedHeadwayInterval",
"distanceFromStop",
"numberOfStopsAway",
"extensions"
})
public class OnwardCallStructure
extends AbstractMonitoredCallStructure
{
@XmlElement(name = "VehicleAtStop", defaultValue = "false")
protected Boolean vehicleAtStop;
@XmlElement(name = "TimingPoint", defaultValue = "true")
protected Boolean timingPoint;
@XmlElement(name = "AimedArrivalTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime aimedArrivalTime;
@XmlElement(name = "ExpectedArrivalTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime expectedArrivalTime;
@XmlElement(name = "LatestExpectedArrivalTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime latestExpectedArrivalTime;
@XmlElement(name = "ExpectedArrivalPredictionQuality")
protected PredictionQualityStructure expectedArrivalPredictionQuality;
@XmlElement(name = "ArrivalPredictionUnknown")
protected String arrivalPredictionUnknown;
@XmlElement(name = "ArrivalStatus")
@XmlSchemaType(name = "NMTOKEN")
protected CallStatusEnumeration arrivalStatus;
@XmlElement(name = "ArrivalCancellationReason")
protected NaturalLanguageStringStructure arrivalCancellationReason;
@XmlElement(name = "ArrivalProximityText")
protected NaturalLanguageStringStructure arrivalProximityText;
@XmlElement(name = "ArrivalPlatformName")
protected NaturalLanguageStringStructure arrivalPlatformName;
@XmlElement(name = "ArrivalBoardingActivity", defaultValue = "alighting")
@XmlSchemaType(name = "NMTOKEN")
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity;
@XmlElement(name = "ArrivalStopAssignment")
protected List arrivalStopAssignment;
@XmlElement(name = "ArrivalFormationAssignment")
protected List arrivalFormationAssignment;
@XmlElement(name = "ArrivalOrientationRelativeToQuay")
protected List arrivalOrientationRelativeToQuay;
@XmlElement(name = "ArrivalOperatorRefs")
protected List arrivalOperatorRefs;
@XmlElement(name = "AimedDepartureTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime aimedDepartureTime;
@XmlElement(name = "ExpectedDepartureTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime expectedDepartureTime;
@XmlElement(name = "ProvisionalExpectedDepartureTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime provisionalExpectedDepartureTime;
@XmlElement(name = "EarliestExpectedDepartureTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime earliestExpectedDepartureTime;
@XmlElement(name = "ExpectedDeparturePredictionQuality")
protected PredictionQualityStructure expectedDeparturePredictionQuality;
@XmlElement(name = "DeparturePredictionUnknown")
protected String departurePredictionUnknown;
@XmlElement(name = "AimedLatestPassengerAccessTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime aimedLatestPassengerAccessTime;
@XmlElement(name = "ExpectedLatestPassengerAccessTime", type = String.class)
@XmlJavaTypeAdapter(XmlDateTimeAdapter.class)
@XmlSchemaType(name = "dateTime")
protected XmlDateTime expectedLatestPassengerAccessTime;
@XmlElement(name = "DepartureStatus")
@XmlSchemaType(name = "NMTOKEN")
protected CallStatusEnumeration departureStatus;
@XmlElement(name = "DepartureCancellationReason")
protected NaturalLanguageStringStructure departureCancellationReason;
@XmlElement(name = "DepartureProximityText")
protected NaturalLanguageStringStructure departureProximityText;
@XmlElement(name = "DeparturePlatformName")
protected NaturalLanguageStringStructure departurePlatformName;
@XmlElement(name = "DepartureBoardingActivity", defaultValue = "boarding")
@XmlSchemaType(name = "NMTOKEN")
protected DepartureBoardingActivityEnumeration departureBoardingActivity;
@XmlElement(name = "DepartureStopAssignment")
protected List departureStopAssignment;
@XmlElement(name = "DepartureFormationAssignment")
protected List departureFormationAssignment;
@XmlElement(name = "DepartureOrientationRelativeToQuay")
protected List departureOrientationRelativeToQuay;
@XmlElement(name = "ExpectedDepartureOccupancy")
protected List expectedDepartureOccupancy;
@XmlElement(name = "ExpectedDepartureCapacities")
protected List expectedDepartureCapacities;
@XmlElement(name = "RecordedDepartureOccupancy")
protected List recordedDepartureOccupancy;
@XmlElement(name = "RecordedDepartureCapacities")
protected List recordedDepartureCapacities;
@XmlElement(name = "DepartureOperatorRefs")
protected List departureOperatorRefs;
@XmlElement(name = "AimedHeadwayInterval", type = String.class)
@XmlJavaTypeAdapter(DurationXmlAdapter.class)
@XmlSchemaType(name = "duration")
protected Duration aimedHeadwayInterval;
@XmlElement(name = "ExpectedHeadwayInterval", type = String.class)
@XmlJavaTypeAdapter(DurationXmlAdapter.class)
@XmlSchemaType(name = "duration")
protected Duration expectedHeadwayInterval;
@XmlElement(name = "DistanceFromStop")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger distanceFromStop;
@XmlElement(name = "NumberOfStopsAway")
@XmlSchemaType(name = "nonNegativeInteger")
protected BigInteger numberOfStopsAway;
@XmlElement(name = "Extensions")
protected ExtensionsStructure extensions;
/**
* Gets the value of the vehicleAtStop property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isVehicleAtStop() {
return vehicleAtStop;
}
/**
* Sets the value of the vehicleAtStop property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setVehicleAtStop(Boolean value) {
this.vehicleAtStop = value;
}
/**
* Gets the value of the timingPoint property.
*
* @return
* possible object is
* {@link Boolean }
*
*/
public Boolean isTimingPoint() {
return timingPoint;
}
/**
* Sets the value of the timingPoint property.
*
* @param value
* allowed object is
* {@link Boolean }
*
*/
public void setTimingPoint(Boolean value) {
this.timingPoint = value;
}
/**
* Gets the value of the aimedArrivalTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getAimedArrivalTime() {
return aimedArrivalTime;
}
/**
* Sets the value of the aimedArrivalTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAimedArrivalTime(XmlDateTime value) {
this.aimedArrivalTime = value;
}
/**
* Gets the value of the expectedArrivalTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getExpectedArrivalTime() {
return expectedArrivalTime;
}
/**
* Sets the value of the expectedArrivalTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpectedArrivalTime(XmlDateTime value) {
this.expectedArrivalTime = value;
}
/**
* Gets the value of the latestExpectedArrivalTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getLatestExpectedArrivalTime() {
return latestExpectedArrivalTime;
}
/**
* Sets the value of the latestExpectedArrivalTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setLatestExpectedArrivalTime(XmlDateTime value) {
this.latestExpectedArrivalTime = value;
}
/**
* Gets the value of the expectedArrivalPredictionQuality property.
*
* @return
* possible object is
* {@link PredictionQualityStructure }
*
*/
public PredictionQualityStructure getExpectedArrivalPredictionQuality() {
return expectedArrivalPredictionQuality;
}
/**
* Sets the value of the expectedArrivalPredictionQuality property.
*
* @param value
* allowed object is
* {@link PredictionQualityStructure }
*
*/
public void setExpectedArrivalPredictionQuality(PredictionQualityStructure value) {
this.expectedArrivalPredictionQuality = value;
}
/**
* Gets the value of the arrivalPredictionUnknown property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getArrivalPredictionUnknown() {
return arrivalPredictionUnknown;
}
/**
* Sets the value of the arrivalPredictionUnknown property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setArrivalPredictionUnknown(String value) {
this.arrivalPredictionUnknown = value;
}
/**
* Gets the value of the arrivalStatus property.
*
* @return
* possible object is
* {@link CallStatusEnumeration }
*
*/
public CallStatusEnumeration getArrivalStatus() {
return arrivalStatus;
}
/**
* Sets the value of the arrivalStatus property.
*
* @param value
* allowed object is
* {@link CallStatusEnumeration }
*
*/
public void setArrivalStatus(CallStatusEnumeration value) {
this.arrivalStatus = value;
}
/**
* Gets the value of the arrivalCancellationReason property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getArrivalCancellationReason() {
return arrivalCancellationReason;
}
/**
* Sets the value of the arrivalCancellationReason property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setArrivalCancellationReason(NaturalLanguageStringStructure value) {
this.arrivalCancellationReason = value;
}
/**
* Gets the value of the arrivalProximityText property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getArrivalProximityText() {
return arrivalProximityText;
}
/**
* Sets the value of the arrivalProximityText property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setArrivalProximityText(NaturalLanguageStringStructure value) {
this.arrivalProximityText = value;
}
/**
* Gets the value of the arrivalPlatformName property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getArrivalPlatformName() {
return arrivalPlatformName;
}
/**
* Sets the value of the arrivalPlatformName property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setArrivalPlatformName(NaturalLanguageStringStructure value) {
this.arrivalPlatformName = value;
}
/**
* Gets the value of the arrivalBoardingActivity property.
*
* @return
* possible object is
* {@link ArrivalBoardingActivityEnumeration }
*
*/
public ArrivalBoardingActivityEnumeration getArrivalBoardingActivity() {
return arrivalBoardingActivity;
}
/**
* Sets the value of the arrivalBoardingActivity property.
*
* @param value
* allowed object is
* {@link ArrivalBoardingActivityEnumeration }
*
*/
public void setArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value) {
this.arrivalBoardingActivity = value;
}
/**
* Gets the value of the arrivalStopAssignment 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 arrivalStopAssignment property.
*
*
* For example, to add a new item, do as follows:
*
*
* getArrivalStopAssignment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StopAssignmentStructure }
*
*
*
* @return
* The value of the arrivalStopAssignment property.
*/
public List getArrivalStopAssignment() {
if (arrivalStopAssignment == null) {
arrivalStopAssignment = new ArrayList<>();
}
return this.arrivalStopAssignment;
}
/**
* Gets the value of the arrivalFormationAssignment 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 arrivalFormationAssignment property.
*
*
* For example, to add a new item, do as follows:
*
*
* getArrivalFormationAssignment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FormationAssignmentStructure }
*
*
*
* @return
* The value of the arrivalFormationAssignment property.
*/
public List getArrivalFormationAssignment() {
if (arrivalFormationAssignment == null) {
arrivalFormationAssignment = new ArrayList<>();
}
return this.arrivalFormationAssignment;
}
/**
* Gets the value of the arrivalOrientationRelativeToQuay 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 arrivalOrientationRelativeToQuay property.
*
*
* For example, to add a new item, do as follows:
*
*
* getArrivalOrientationRelativeToQuay().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link VehicleOrientationRelativeToQuay }
*
*
*
* @return
* The value of the arrivalOrientationRelativeToQuay property.
*/
public List getArrivalOrientationRelativeToQuay() {
if (arrivalOrientationRelativeToQuay == null) {
arrivalOrientationRelativeToQuay = new ArrayList<>();
}
return this.arrivalOrientationRelativeToQuay;
}
/**
* Gets the value of the arrivalOperatorRefs 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 arrivalOperatorRefs property.
*
*
* For example, to add a new item, do as follows:
*
*
* getArrivalOperatorRefs().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link OperatorRefStructure }
*
*
*
* @return
* The value of the arrivalOperatorRefs property.
*/
public List getArrivalOperatorRefs() {
if (arrivalOperatorRefs == null) {
arrivalOperatorRefs = new ArrayList<>();
}
return this.arrivalOperatorRefs;
}
/**
* Gets the value of the aimedDepartureTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getAimedDepartureTime() {
return aimedDepartureTime;
}
/**
* Sets the value of the aimedDepartureTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAimedDepartureTime(XmlDateTime value) {
this.aimedDepartureTime = value;
}
/**
* Gets the value of the expectedDepartureTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getExpectedDepartureTime() {
return expectedDepartureTime;
}
/**
* Sets the value of the expectedDepartureTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpectedDepartureTime(XmlDateTime value) {
this.expectedDepartureTime = value;
}
/**
* Gets the value of the provisionalExpectedDepartureTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getProvisionalExpectedDepartureTime() {
return provisionalExpectedDepartureTime;
}
/**
* Sets the value of the provisionalExpectedDepartureTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setProvisionalExpectedDepartureTime(XmlDateTime value) {
this.provisionalExpectedDepartureTime = value;
}
/**
* Gets the value of the earliestExpectedDepartureTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getEarliestExpectedDepartureTime() {
return earliestExpectedDepartureTime;
}
/**
* Sets the value of the earliestExpectedDepartureTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setEarliestExpectedDepartureTime(XmlDateTime value) {
this.earliestExpectedDepartureTime = value;
}
/**
* Gets the value of the expectedDeparturePredictionQuality property.
*
* @return
* possible object is
* {@link PredictionQualityStructure }
*
*/
public PredictionQualityStructure getExpectedDeparturePredictionQuality() {
return expectedDeparturePredictionQuality;
}
/**
* Sets the value of the expectedDeparturePredictionQuality property.
*
* @param value
* allowed object is
* {@link PredictionQualityStructure }
*
*/
public void setExpectedDeparturePredictionQuality(PredictionQualityStructure value) {
this.expectedDeparturePredictionQuality = value;
}
/**
* Gets the value of the departurePredictionUnknown property.
*
* @return
* possible object is
* {@link String }
*
*/
public String getDeparturePredictionUnknown() {
return departurePredictionUnknown;
}
/**
* Sets the value of the departurePredictionUnknown property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setDeparturePredictionUnknown(String value) {
this.departurePredictionUnknown = value;
}
/**
* Gets the value of the aimedLatestPassengerAccessTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getAimedLatestPassengerAccessTime() {
return aimedLatestPassengerAccessTime;
}
/**
* Sets the value of the aimedLatestPassengerAccessTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAimedLatestPassengerAccessTime(XmlDateTime value) {
this.aimedLatestPassengerAccessTime = value;
}
/**
* Gets the value of the expectedLatestPassengerAccessTime property.
*
* @return
* possible object is
* {@link String }
*
*/
public XmlDateTime getExpectedLatestPassengerAccessTime() {
return expectedLatestPassengerAccessTime;
}
/**
* Sets the value of the expectedLatestPassengerAccessTime property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpectedLatestPassengerAccessTime(XmlDateTime value) {
this.expectedLatestPassengerAccessTime = value;
}
/**
* Gets the value of the departureStatus property.
*
* @return
* possible object is
* {@link CallStatusEnumeration }
*
*/
public CallStatusEnumeration getDepartureStatus() {
return departureStatus;
}
/**
* Sets the value of the departureStatus property.
*
* @param value
* allowed object is
* {@link CallStatusEnumeration }
*
*/
public void setDepartureStatus(CallStatusEnumeration value) {
this.departureStatus = value;
}
/**
* Gets the value of the departureCancellationReason property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getDepartureCancellationReason() {
return departureCancellationReason;
}
/**
* Sets the value of the departureCancellationReason property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setDepartureCancellationReason(NaturalLanguageStringStructure value) {
this.departureCancellationReason = value;
}
/**
* Gets the value of the departureProximityText property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getDepartureProximityText() {
return departureProximityText;
}
/**
* Sets the value of the departureProximityText property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setDepartureProximityText(NaturalLanguageStringStructure value) {
this.departureProximityText = value;
}
/**
* Gets the value of the departurePlatformName property.
*
* @return
* possible object is
* {@link NaturalLanguageStringStructure }
*
*/
public NaturalLanguageStringStructure getDeparturePlatformName() {
return departurePlatformName;
}
/**
* Sets the value of the departurePlatformName property.
*
* @param value
* allowed object is
* {@link NaturalLanguageStringStructure }
*
*/
public void setDeparturePlatformName(NaturalLanguageStringStructure value) {
this.departurePlatformName = value;
}
/**
* Gets the value of the departureBoardingActivity property.
*
* @return
* possible object is
* {@link DepartureBoardingActivityEnumeration }
*
*/
public DepartureBoardingActivityEnumeration getDepartureBoardingActivity() {
return departureBoardingActivity;
}
/**
* Sets the value of the departureBoardingActivity property.
*
* @param value
* allowed object is
* {@link DepartureBoardingActivityEnumeration }
*
*/
public void setDepartureBoardingActivity(DepartureBoardingActivityEnumeration value) {
this.departureBoardingActivity = value;
}
/**
* Gets the value of the departureStopAssignment 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 departureStopAssignment property.
*
*
* For example, to add a new item, do as follows:
*
*
* getDepartureStopAssignment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link StopAssignmentStructure }
*
*
*
* @return
* The value of the departureStopAssignment property.
*/
public List getDepartureStopAssignment() {
if (departureStopAssignment == null) {
departureStopAssignment = new ArrayList<>();
}
return this.departureStopAssignment;
}
/**
* Gets the value of the departureFormationAssignment 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 departureFormationAssignment property.
*
*
* For example, to add a new item, do as follows:
*
*
* getDepartureFormationAssignment().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link FormationAssignmentStructure }
*
*
*
* @return
* The value of the departureFormationAssignment property.
*/
public List getDepartureFormationAssignment() {
if (departureFormationAssignment == null) {
departureFormationAssignment = new ArrayList<>();
}
return this.departureFormationAssignment;
}
/**
* Gets the value of the departureOrientationRelativeToQuay 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 departureOrientationRelativeToQuay property.
*
*
* For example, to add a new item, do as follows:
*
*
* getDepartureOrientationRelativeToQuay().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link VehicleOrientationRelativeToQuay }
*
*
*
* @return
* The value of the departureOrientationRelativeToQuay property.
*/
public List getDepartureOrientationRelativeToQuay() {
if (departureOrientationRelativeToQuay == null) {
departureOrientationRelativeToQuay = new ArrayList<>();
}
return this.departureOrientationRelativeToQuay;
}
/**
* Gets the value of the expectedDepartureOccupancy 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 expectedDepartureOccupancy property.
*
*
* For example, to add a new item, do as follows:
*
*
* getExpectedDepartureOccupancy().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link VehicleOccupancyStructure }
*
*
*
* @return
* The value of the expectedDepartureOccupancy property.
*/
public List getExpectedDepartureOccupancy() {
if (expectedDepartureOccupancy == null) {
expectedDepartureOccupancy = new ArrayList<>();
}
return this.expectedDepartureOccupancy;
}
/**
* Gets the value of the expectedDepartureCapacities 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 expectedDepartureCapacities property.
*
*
* For example, to add a new item, do as follows:
*
*
* getExpectedDepartureCapacities().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PassengerCapacityStructure }
*
*
*
* @return
* The value of the expectedDepartureCapacities property.
*/
public List getExpectedDepartureCapacities() {
if (expectedDepartureCapacities == null) {
expectedDepartureCapacities = new ArrayList<>();
}
return this.expectedDepartureCapacities;
}
/**
* Gets the value of the recordedDepartureOccupancy 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 recordedDepartureOccupancy property.
*
*
* For example, to add a new item, do as follows:
*
*
* getRecordedDepartureOccupancy().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link VehicleOccupancyStructure }
*
*
*
* @return
* The value of the recordedDepartureOccupancy property.
*/
public List getRecordedDepartureOccupancy() {
if (recordedDepartureOccupancy == null) {
recordedDepartureOccupancy = new ArrayList<>();
}
return this.recordedDepartureOccupancy;
}
/**
* Gets the value of the recordedDepartureCapacities 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 recordedDepartureCapacities property.
*
*
* For example, to add a new item, do as follows:
*
*
* getRecordedDepartureCapacities().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link PassengerCapacityStructure }
*
*
*
* @return
* The value of the recordedDepartureCapacities property.
*/
public List getRecordedDepartureCapacities() {
if (recordedDepartureCapacities == null) {
recordedDepartureCapacities = new ArrayList<>();
}
return this.recordedDepartureCapacities;
}
/**
* Gets the value of the departureOperatorRefs 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 departureOperatorRefs property.
*
*
* For example, to add a new item, do as follows:
*
*
* getDepartureOperatorRefs().add(newItem);
*
*
*
*
* Objects of the following type(s) are allowed in the list
* {@link OperatorRefStructure }
*
*
*
* @return
* The value of the departureOperatorRefs property.
*/
public List getDepartureOperatorRefs() {
if (departureOperatorRefs == null) {
departureOperatorRefs = new ArrayList<>();
}
return this.departureOperatorRefs;
}
/**
* Gets the value of the aimedHeadwayInterval property.
*
* @return
* possible object is
* {@link String }
*
*/
public Duration getAimedHeadwayInterval() {
return aimedHeadwayInterval;
}
/**
* Sets the value of the aimedHeadwayInterval property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setAimedHeadwayInterval(Duration value) {
this.aimedHeadwayInterval = value;
}
/**
* Gets the value of the expectedHeadwayInterval property.
*
* @return
* possible object is
* {@link String }
*
*/
public Duration getExpectedHeadwayInterval() {
return expectedHeadwayInterval;
}
/**
* Sets the value of the expectedHeadwayInterval property.
*
* @param value
* allowed object is
* {@link String }
*
*/
public void setExpectedHeadwayInterval(Duration value) {
this.expectedHeadwayInterval = value;
}
/**
* Gets the value of the distanceFromStop property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getDistanceFromStop() {
return distanceFromStop;
}
/**
* Sets the value of the distanceFromStop property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setDistanceFromStop(BigInteger value) {
this.distanceFromStop = value;
}
/**
* Gets the value of the numberOfStopsAway property.
*
* @return
* possible object is
* {@link BigInteger }
*
*/
public BigInteger getNumberOfStopsAway() {
return numberOfStopsAway;
}
/**
* Sets the value of the numberOfStopsAway property.
*
* @param value
* allowed object is
* {@link BigInteger }
*
*/
public void setNumberOfStopsAway(BigInteger value) {
this.numberOfStopsAway = value;
}
/**
* Gets the value of the extensions property.
*
* @return
* possible object is
* {@link ExtensionsStructure }
*
*/
public ExtensionsStructure getExtensions() {
return extensions;
}
/**
* Sets the value of the extensions property.
*
* @param value
* allowed object is
* {@link ExtensionsStructure }
*
*/
public void setExtensions(ExtensionsStructure value) {
this.extensions = value;
}
public OnwardCallStructure withVehicleAtStop(Boolean value) {
setVehicleAtStop(value);
return this;
}
public OnwardCallStructure withTimingPoint(Boolean value) {
setTimingPoint(value);
return this;
}
public OnwardCallStructure withAimedArrivalTime(XmlDateTime value) {
setAimedArrivalTime(value);
return this;
}
public OnwardCallStructure withExpectedArrivalTime(XmlDateTime value) {
setExpectedArrivalTime(value);
return this;
}
public OnwardCallStructure withLatestExpectedArrivalTime(XmlDateTime value) {
setLatestExpectedArrivalTime(value);
return this;
}
public OnwardCallStructure withExpectedArrivalPredictionQuality(PredictionQualityStructure value) {
setExpectedArrivalPredictionQuality(value);
return this;
}
public OnwardCallStructure withArrivalPredictionUnknown(String value) {
setArrivalPredictionUnknown(value);
return this;
}
public OnwardCallStructure withArrivalStatus(CallStatusEnumeration value) {
setArrivalStatus(value);
return this;
}
public OnwardCallStructure withArrivalCancellationReason(NaturalLanguageStringStructure value) {
setArrivalCancellationReason(value);
return this;
}
public OnwardCallStructure withArrivalProximityText(NaturalLanguageStringStructure value) {
setArrivalProximityText(value);
return this;
}
public OnwardCallStructure withArrivalPlatformName(NaturalLanguageStringStructure value) {
setArrivalPlatformName(value);
return this;
}
public OnwardCallStructure withArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value) {
setArrivalBoardingActivity(value);
return this;
}
public OnwardCallStructure withArrivalStopAssignment(StopAssignmentStructure... values) {
if (values!= null) {
for (StopAssignmentStructure value: values) {
getArrivalStopAssignment().add(value);
}
}
return this;
}
public OnwardCallStructure withArrivalStopAssignment(Collection values) {
if (values!= null) {
getArrivalStopAssignment().addAll(values);
}
return this;
}
public OnwardCallStructure withArrivalFormationAssignment(FormationAssignmentStructure... values) {
if (values!= null) {
for (FormationAssignmentStructure value: values) {
getArrivalFormationAssignment().add(value);
}
}
return this;
}
public OnwardCallStructure withArrivalFormationAssignment(Collection values) {
if (values!= null) {
getArrivalFormationAssignment().addAll(values);
}
return this;
}
public OnwardCallStructure withArrivalOrientationRelativeToQuay(VehicleOrientationRelativeToQuay... values) {
if (values!= null) {
for (VehicleOrientationRelativeToQuay value: values) {
getArrivalOrientationRelativeToQuay().add(value);
}
}
return this;
}
public OnwardCallStructure withArrivalOrientationRelativeToQuay(Collection values) {
if (values!= null) {
getArrivalOrientationRelativeToQuay().addAll(values);
}
return this;
}
public OnwardCallStructure withArrivalOperatorRefs(OperatorRefStructure... values) {
if (values!= null) {
for (OperatorRefStructure value: values) {
getArrivalOperatorRefs().add(value);
}
}
return this;
}
public OnwardCallStructure withArrivalOperatorRefs(Collection values) {
if (values!= null) {
getArrivalOperatorRefs().addAll(values);
}
return this;
}
public OnwardCallStructure withAimedDepartureTime(XmlDateTime value) {
setAimedDepartureTime(value);
return this;
}
public OnwardCallStructure withExpectedDepartureTime(XmlDateTime value) {
setExpectedDepartureTime(value);
return this;
}
public OnwardCallStructure withProvisionalExpectedDepartureTime(XmlDateTime value) {
setProvisionalExpectedDepartureTime(value);
return this;
}
public OnwardCallStructure withEarliestExpectedDepartureTime(XmlDateTime value) {
setEarliestExpectedDepartureTime(value);
return this;
}
public OnwardCallStructure withExpectedDeparturePredictionQuality(PredictionQualityStructure value) {
setExpectedDeparturePredictionQuality(value);
return this;
}
public OnwardCallStructure withDeparturePredictionUnknown(String value) {
setDeparturePredictionUnknown(value);
return this;
}
public OnwardCallStructure withAimedLatestPassengerAccessTime(XmlDateTime value) {
setAimedLatestPassengerAccessTime(value);
return this;
}
public OnwardCallStructure withExpectedLatestPassengerAccessTime(XmlDateTime value) {
setExpectedLatestPassengerAccessTime(value);
return this;
}
public OnwardCallStructure withDepartureStatus(CallStatusEnumeration value) {
setDepartureStatus(value);
return this;
}
public OnwardCallStructure withDepartureCancellationReason(NaturalLanguageStringStructure value) {
setDepartureCancellationReason(value);
return this;
}
public OnwardCallStructure withDepartureProximityText(NaturalLanguageStringStructure value) {
setDepartureProximityText(value);
return this;
}
public OnwardCallStructure withDeparturePlatformName(NaturalLanguageStringStructure value) {
setDeparturePlatformName(value);
return this;
}
public OnwardCallStructure withDepartureBoardingActivity(DepartureBoardingActivityEnumeration value) {
setDepartureBoardingActivity(value);
return this;
}
public OnwardCallStructure withDepartureStopAssignment(StopAssignmentStructure... values) {
if (values!= null) {
for (StopAssignmentStructure value: values) {
getDepartureStopAssignment().add(value);
}
}
return this;
}
public OnwardCallStructure withDepartureStopAssignment(Collection values) {
if (values!= null) {
getDepartureStopAssignment().addAll(values);
}
return this;
}
public OnwardCallStructure withDepartureFormationAssignment(FormationAssignmentStructure... values) {
if (values!= null) {
for (FormationAssignmentStructure value: values) {
getDepartureFormationAssignment().add(value);
}
}
return this;
}
public OnwardCallStructure withDepartureFormationAssignment(Collection values) {
if (values!= null) {
getDepartureFormationAssignment().addAll(values);
}
return this;
}
public OnwardCallStructure withDepartureOrientationRelativeToQuay(VehicleOrientationRelativeToQuay... values) {
if (values!= null) {
for (VehicleOrientationRelativeToQuay value: values) {
getDepartureOrientationRelativeToQuay().add(value);
}
}
return this;
}
public OnwardCallStructure withDepartureOrientationRelativeToQuay(Collection values) {
if (values!= null) {
getDepartureOrientationRelativeToQuay().addAll(values);
}
return this;
}
public OnwardCallStructure withExpectedDepartureOccupancy(VehicleOccupancyStructure... values) {
if (values!= null) {
for (VehicleOccupancyStructure value: values) {
getExpectedDepartureOccupancy().add(value);
}
}
return this;
}
public OnwardCallStructure withExpectedDepartureOccupancy(Collection values) {
if (values!= null) {
getExpectedDepartureOccupancy().addAll(values);
}
return this;
}
public OnwardCallStructure withExpectedDepartureCapacities(PassengerCapacityStructure... values) {
if (values!= null) {
for (PassengerCapacityStructure value: values) {
getExpectedDepartureCapacities().add(value);
}
}
return this;
}
public OnwardCallStructure withExpectedDepartureCapacities(Collection values) {
if (values!= null) {
getExpectedDepartureCapacities().addAll(values);
}
return this;
}
public OnwardCallStructure withRecordedDepartureOccupancy(VehicleOccupancyStructure... values) {
if (values!= null) {
for (VehicleOccupancyStructure value: values) {
getRecordedDepartureOccupancy().add(value);
}
}
return this;
}
public OnwardCallStructure withRecordedDepartureOccupancy(Collection values) {
if (values!= null) {
getRecordedDepartureOccupancy().addAll(values);
}
return this;
}
public OnwardCallStructure withRecordedDepartureCapacities(PassengerCapacityStructure... values) {
if (values!= null) {
for (PassengerCapacityStructure value: values) {
getRecordedDepartureCapacities().add(value);
}
}
return this;
}
public OnwardCallStructure withRecordedDepartureCapacities(Collection values) {
if (values!= null) {
getRecordedDepartureCapacities().addAll(values);
}
return this;
}
public OnwardCallStructure withDepartureOperatorRefs(OperatorRefStructure... values) {
if (values!= null) {
for (OperatorRefStructure value: values) {
getDepartureOperatorRefs().add(value);
}
}
return this;
}
public OnwardCallStructure withDepartureOperatorRefs(Collection values) {
if (values!= null) {
getDepartureOperatorRefs().addAll(values);
}
return this;
}
public OnwardCallStructure withAimedHeadwayInterval(Duration value) {
setAimedHeadwayInterval(value);
return this;
}
public OnwardCallStructure withExpectedHeadwayInterval(Duration value) {
setExpectedHeadwayInterval(value);
return this;
}
public OnwardCallStructure withDistanceFromStop(BigInteger value) {
setDistanceFromStop(value);
return this;
}
public OnwardCallStructure withNumberOfStopsAway(BigInteger value) {
setNumberOfStopsAway(value);
return this;
}
public OnwardCallStructure withExtensions(ExtensionsStructure value) {
setExtensions(value);
return this;
}
@Override
public OnwardCallStructure withStopPointRef(StopPointRefStructure value) {
setStopPointRef(value);
return this;
}
@Override
public OnwardCallStructure withVisitNumber(BigInteger value) {
setVisitNumber(value);
return this;
}
@Override
public OnwardCallStructure withOrder(BigInteger value) {
setOrder(value);
return this;
}
@Override
public OnwardCallStructure withStopPointName(NaturalLanguageStringStructure... values) {
if (values!= null) {
for (NaturalLanguageStringStructure value: values) {
getStopPointName().add(value);
}
}
return this;
}
@Override
public OnwardCallStructure withStopPointName(Collection values) {
if (values!= null) {
getStopPointName().addAll(values);
}
return this;
}
/**
* Generates a String representation of the contents of this type.
* This is an extension method, produced by the 'ts' xjc plugin
*
*/
@Override
public String toString() {
return ToStringBuilder.reflectionToString(this, OmitNullsToStringStyle.INSTANCE);
}
}