Class EstimatedCall
- java.lang.Object
-
- uk.org.siri.siri13.EstimatedCall
-
- All Implemented Interfaces:
Serializable
public class EstimatedCall extends Object implements Serializable
Data type for Realtime info about a Vehicle Journey Stop.Java class for EstimatedCallStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="EstimatedCallStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopPointInSequenceGroup"/> <choice minOccurs="0"> <element name="ExtraCall" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> <element name="Cancellation" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/> </choice> <group ref="{http://www.siri.org.uk/siri}CallRealTimeInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}CallPropertyGroup"/> <group ref="{http://www.siri.org.uk/siri}CallNoteGroup"/> <group ref="{http://www.siri.org.uk/siri}DisruptionGroup"/> <group ref="{http://www.siri.org.uk/siri}OnwardsCallGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EstimatedCall()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ZonedDateTimegetAimedDepartureTime()Gets the value of the aimedDepartureTime property.DurationgetAimedHeadwayInterval()Gets the value of the aimedHeadwayInterval property.ArrivalBoardingActivityEnumerationgetArrivalBoardingActivity()Gets the value of the arrivalBoardingActivity property.NaturalLanguageStringStructuregetArrivalPlatformName()Gets the value of the arrivalPlatformName property.CallStatusEnumerationgetArrivalStatus()Gets the value of the arrivalStatus property.List<NaturalLanguageStringStructure>getCallNotes()Gets the value of the callNotes property.DepartureBoardingActivityEnumerationgetDepartureBoardingActivity()Gets the value of the departureBoardingActivity property.NaturalLanguageStringStructuregetDeparturePlatformName()Gets the value of the departurePlatformName property.CallStatusEnumerationgetDepartureStatus()Gets the value of the departureStatus property.NaturalLanguageStringStructuregetDestinationDisplay()Gets the value of the destinationDisplay property.ZonedDateTimegetExpectedArrivalTime()Gets the value of the expectedArrivalTime property.ZonedDateTimegetExpectedDepartureTime()Gets the value of the expectedDepartureTime property.DurationgetExpectedHeadwayInterval()Gets the value of the expectedHeadwayInterval property.ExtensionsgetExtensions()Gets the value of the extensions property.FacilityChangeElementgetFacilityChangeElement()Gets the value of the facilityChangeElement property.List<FacilityConditionElement>getFacilityConditionElements()Information about a change of Equipment availabiltiy at stop that may affect access or use.Gets the value of the facilityConditionElements property.OccupancyEnumerationgetOccupancy()Gets the value of the occupancy property.BigIntegergetOrder()Gets the value of the order property.List<SituationRef>getSituationReves()Gets the value of the situationReves property.NaturalLanguageStringStructuregetStopPointName()Gets the value of the stopPointName property.StopPointRefgetStopPointRef()Gets the value of the stopPointRef property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.BooleanisBoardingStretch()Gets the value of the boardingStretch property.BooleanisCancellation()Gets the value of the cancellation property.BooleanisExtraCall()Gets the value of the extraCall property.BooleanisPredictionInaccurate()Gets the value of the predictionInaccurate property.BooleanisRequestStop()Gets the value of the requestStop property.BooleanisTimingPoint()Gets the value of the timingPoint property.voidsetAimedArrivalTime(ZonedDateTime value)Sets the value of the aimedArrivalTime property.voidsetAimedDepartureTime(ZonedDateTime value)Sets the value of the aimedDepartureTime property.voidsetAimedHeadwayInterval(Duration value)Sets the value of the aimedHeadwayInterval property.voidsetArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)Sets the value of the arrivalBoardingActivity property.voidsetArrivalPlatformName(NaturalLanguageStringStructure value)Sets the value of the arrivalPlatformName property.voidsetArrivalStatus(CallStatusEnumeration value)Sets the value of the arrivalStatus property.voidsetBoardingStretch(Boolean value)Sets the value of the boardingStretch property.voidsetCancellation(Boolean value)Sets the value of the cancellation property.voidsetDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)Sets the value of the departureBoardingActivity property.voidsetDeparturePlatformName(NaturalLanguageStringStructure value)Sets the value of the departurePlatformName property.voidsetDepartureStatus(CallStatusEnumeration value)Sets the value of the departureStatus property.voidsetDestinationDisplay(NaturalLanguageStringStructure value)Sets the value of the destinationDisplay property.voidsetExpectedArrivalTime(ZonedDateTime value)Sets the value of the expectedArrivalTime property.voidsetExpectedDepartureTime(ZonedDateTime value)Sets the value of the expectedDepartureTime property.voidsetExpectedHeadwayInterval(Duration value)Sets the value of the expectedHeadwayInterval property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetExtraCall(Boolean value)Sets the value of the extraCall property.voidsetFacilityChangeElement(FacilityChangeElement value)Sets the value of the facilityChangeElement property.voidsetOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidsetOrder(BigInteger value)Sets the value of the order property.voidsetPredictionInaccurate(Boolean value)Sets the value of the predictionInaccurate property.voidsetRequestStop(Boolean value)Sets the value of the requestStop property.voidsetStopPointName(NaturalLanguageStringStructure value)Sets the value of the stopPointName property.voidsetStopPointRef(StopPointRef value)Sets the value of the stopPointRef property.voidsetTimingPoint(Boolean value)Sets the value of the timingPoint property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.
-
-
-
Field Detail
-
stopPointRef
protected StopPointRef stopPointRef
-
visitNumber
protected BigInteger visitNumber
-
order
protected BigInteger order
-
stopPointName
protected NaturalLanguageStringStructure stopPointName
-
cancellation
protected Boolean cancellation
-
extraCall
protected Boolean extraCall
-
predictionInaccurate
protected Boolean predictionInaccurate
-
occupancy
protected OccupancyEnumeration occupancy
-
timingPoint
protected Boolean timingPoint
-
boardingStretch
protected Boolean boardingStretch
-
requestStop
protected Boolean requestStop
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
callNotes
protected List<NaturalLanguageStringStructure> callNotes
-
facilityConditionElements
protected List<FacilityConditionElement> facilityConditionElements
-
facilityChangeElement
protected FacilityChangeElement facilityChangeElement
-
situationReves
protected List<SituationRef> situationReves
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
expectedArrivalTime
protected ZonedDateTime expectedArrivalTime
-
arrivalStatus
protected CallStatusEnumeration arrivalStatus
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
expectedDepartureTime
protected ZonedDateTime expectedDepartureTime
-
departureStatus
protected CallStatusEnumeration departureStatus
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
expectedHeadwayInterval
protected Duration expectedHeadwayInterval
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getStopPointRef
public StopPointRef getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRef
-
setStopPointRef
public void setStopPointRef(StopPointRef value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRef
-
getVisitNumber
public BigInteger getVisitNumber()
Gets the value of the visitNumber property.- Returns:
- possible object is
BigInteger
-
setVisitNumber
public void setVisitNumber(BigInteger value)
Sets the value of the visitNumber property.- Parameters:
value- allowed object isBigInteger
-
getOrder
public BigInteger getOrder()
Gets the value of the order property.- Returns:
- possible object is
BigInteger
-
setOrder
public void setOrder(BigInteger value)
Sets the value of the order property.- Parameters:
value- allowed object isBigInteger
-
getStopPointName
public NaturalLanguageStringStructure getStopPointName()
Gets the value of the stopPointName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setStopPointName
public void setStopPointName(NaturalLanguageStringStructure value)
Sets the value of the stopPointName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
isCancellation
public Boolean isCancellation()
Gets the value of the cancellation property.- Returns:
- possible object is
Boolean
-
setCancellation
public void setCancellation(Boolean value)
Sets the value of the cancellation property.- Parameters:
value- allowed object isBoolean
-
isExtraCall
public Boolean isExtraCall()
Gets the value of the extraCall property.- Returns:
- possible object is
Boolean
-
setExtraCall
public void setExtraCall(Boolean value)
Sets the value of the extraCall property.- Parameters:
value- allowed object isBoolean
-
isPredictionInaccurate
public Boolean isPredictionInaccurate()
Gets the value of the predictionInaccurate property.- Returns:
- possible object is
Boolean
-
setPredictionInaccurate
public void setPredictionInaccurate(Boolean value)
Sets the value of the predictionInaccurate property.- Parameters:
value- allowed object isBoolean
-
getOccupancy
public OccupancyEnumeration getOccupancy()
Gets the value of the occupancy property.- Returns:
- possible object is
OccupancyEnumeration
-
setOccupancy
public void setOccupancy(OccupancyEnumeration value)
Sets the value of the occupancy property.- Parameters:
value- allowed object isOccupancyEnumeration
-
isTimingPoint
public Boolean isTimingPoint()
Gets the value of the timingPoint property.- Returns:
- possible object is
Boolean
-
setTimingPoint
public void setTimingPoint(Boolean value)
Sets the value of the timingPoint property.- Parameters:
value- allowed object isBoolean
-
isBoardingStretch
public Boolean isBoardingStretch()
Gets the value of the boardingStretch property.- Returns:
- possible object is
Boolean
-
setBoardingStretch
public void setBoardingStretch(Boolean value)
Sets the value of the boardingStretch property.- Parameters:
value- allowed object isBoolean
-
isRequestStop
public Boolean isRequestStop()
Gets the value of the requestStop property.- Returns:
- possible object is
Boolean
-
setRequestStop
public void setRequestStop(Boolean value)
Sets the value of the requestStop property.- Parameters:
value- allowed object isBoolean
-
getDestinationDisplay
public NaturalLanguageStringStructure getDestinationDisplay()
Gets the value of the destinationDisplay property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDestinationDisplay
public void setDestinationDisplay(NaturalLanguageStringStructure value)
Sets the value of the destinationDisplay property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getCallNotes
public List<NaturalLanguageStringStructure> getCallNotes()
Gets the value of the callNotes 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 Jakarta XML Binding object. This is why there is not a
setmethod for the callNotes property.For example, to add a new item, do as follows:
getCallNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getFacilityConditionElements
public List<FacilityConditionElement> getFacilityConditionElements()
Information about a change of Equipment availabiltiy at stop that may affect access or use.Gets the value of the facilityConditionElements 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 Jakarta XML Binding object. This is why there is not a
setmethod for the facilityConditionElements property.For example, to add a new item, do as follows:
getFacilityConditionElements().add(newItem);Objects of the following type(s) are allowed in the list
FacilityConditionElement
-
getFacilityChangeElement
public FacilityChangeElement getFacilityChangeElement()
Gets the value of the facilityChangeElement property.- Returns:
- possible object is
FacilityChangeElement
-
setFacilityChangeElement
public void setFacilityChangeElement(FacilityChangeElement value)
Sets the value of the facilityChangeElement property.- Parameters:
value- allowed object isFacilityChangeElement
-
getSituationReves
public List<SituationRef> getSituationReves()
Gets the value of the situationReves 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 Jakarta XML Binding object. This is why there is not a
setmethod for the situationReves property.For example, to add a new item, do as follows:
getSituationReves().add(newItem);Objects of the following type(s) are allowed in the list
SituationRef
-
getAimedArrivalTime
public ZonedDateTime getAimedArrivalTime()
Gets the value of the aimedArrivalTime property.- Returns:
- possible object is
String
-
setAimedArrivalTime
public void setAimedArrivalTime(ZonedDateTime value)
Sets the value of the aimedArrivalTime property.- Parameters:
value- allowed object isString
-
getExpectedArrivalTime
public ZonedDateTime getExpectedArrivalTime()
Gets the value of the expectedArrivalTime property.- Returns:
- possible object is
String
-
setExpectedArrivalTime
public void setExpectedArrivalTime(ZonedDateTime value)
Sets the value of the expectedArrivalTime property.- Parameters:
value- allowed object isString
-
getArrivalStatus
public CallStatusEnumeration getArrivalStatus()
Gets the value of the arrivalStatus property.- Returns:
- possible object is
CallStatusEnumeration
-
setArrivalStatus
public void setArrivalStatus(CallStatusEnumeration value)
Sets the value of the arrivalStatus property.- Parameters:
value- allowed object isCallStatusEnumeration
-
getArrivalPlatformName
public NaturalLanguageStringStructure getArrivalPlatformName()
Gets the value of the arrivalPlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setArrivalPlatformName
public void setArrivalPlatformName(NaturalLanguageStringStructure value)
Sets the value of the arrivalPlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getArrivalBoardingActivity
public ArrivalBoardingActivityEnumeration getArrivalBoardingActivity()
Gets the value of the arrivalBoardingActivity property.- Returns:
- possible object is
ArrivalBoardingActivityEnumeration
-
setArrivalBoardingActivity
public void setArrivalBoardingActivity(ArrivalBoardingActivityEnumeration value)
Sets the value of the arrivalBoardingActivity property.- Parameters:
value- allowed object isArrivalBoardingActivityEnumeration
-
getAimedDepartureTime
public ZonedDateTime getAimedDepartureTime()
Gets the value of the aimedDepartureTime property.- Returns:
- possible object is
String
-
setAimedDepartureTime
public void setAimedDepartureTime(ZonedDateTime value)
Sets the value of the aimedDepartureTime property.- Parameters:
value- allowed object isString
-
getExpectedDepartureTime
public ZonedDateTime getExpectedDepartureTime()
Gets the value of the expectedDepartureTime property.- Returns:
- possible object is
String
-
setExpectedDepartureTime
public void setExpectedDepartureTime(ZonedDateTime value)
Sets the value of the expectedDepartureTime property.- Parameters:
value- allowed object isString
-
getDepartureStatus
public CallStatusEnumeration getDepartureStatus()
Gets the value of the departureStatus property.- Returns:
- possible object is
CallStatusEnumeration
-
setDepartureStatus
public void setDepartureStatus(CallStatusEnumeration value)
Sets the value of the departureStatus property.- Parameters:
value- allowed object isCallStatusEnumeration
-
getDeparturePlatformName
public NaturalLanguageStringStructure getDeparturePlatformName()
Gets the value of the departurePlatformName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDeparturePlatformName
public void setDeparturePlatformName(NaturalLanguageStringStructure value)
Sets the value of the departurePlatformName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDepartureBoardingActivity
public DepartureBoardingActivityEnumeration getDepartureBoardingActivity()
Gets the value of the departureBoardingActivity property.- Returns:
- possible object is
DepartureBoardingActivityEnumeration
-
setDepartureBoardingActivity
public void setDepartureBoardingActivity(DepartureBoardingActivityEnumeration value)
Sets the value of the departureBoardingActivity property.- Parameters:
value- allowed object isDepartureBoardingActivityEnumeration
-
getAimedHeadwayInterval
public Duration getAimedHeadwayInterval()
Gets the value of the aimedHeadwayInterval property.- Returns:
- possible object is
String
-
setAimedHeadwayInterval
public void setAimedHeadwayInterval(Duration value)
Sets the value of the aimedHeadwayInterval property.- Parameters:
value- allowed object isString
-
getExpectedHeadwayInterval
public Duration getExpectedHeadwayInterval()
Gets the value of the expectedHeadwayInterval property.- Returns:
- possible object is
String
-
setExpectedHeadwayInterval
public void setExpectedHeadwayInterval(Duration value)
Sets the value of the expectedHeadwayInterval property.- Parameters:
value- allowed object isString
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-