Class MonitoredCallStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractMonitoredCallStructure
-
- uk.org.siri.siri10.MonitoredCallStructure
-
- All Implemented Interfaces:
Serializable
public class MonitoredCallStructure extends AbstractMonitoredCallStructure implements Serializable
Type for Current Call at stop.Java class for MonitoredCallStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoredCallStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractMonitoredCallStructure"> <sequence> <group ref="{http://www.siri.org.uk/}MonitoredCallGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class uk.org.siri.siri10.AbstractMonitoredCallStructure
order, stopPointName, stopPointRef, visitNumber
-
-
Constructor Summary
Constructors Constructor Description MonitoredCallStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetActualArrivalTime()Gets the value of the actualArrivalTime property.ZonedDateTimegetActualDepartureTime()Gets the value of the actualDepartureTime property.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>getCallNote()Gets the value of the callNote 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.FacilityChangeStructuregetFacilityChange()Gets the value of the facilityChange property.StringgetSignalStatus()Gets the value of the signalStatus property.List<SituationRefStructure>getSituationRef()Gets the value of the situationRef property.LocationStructuregetVehicleLocationAtStop()Gets the value of the vehicleLocationAtStop property.BooleanisBoardingStretch()Gets the value of the boardingStretch property.BooleanisPlatformTraversal()Gets the value of the platformTraversal property.BooleanisRequestStop()Gets the value of the requestStop property.BooleanisReversesAtStop()Gets the value of the reversesAtStop property.BooleanisTimingPoint()Gets the value of the timingPoint property.BooleanisVehicleAtStop()Gets the value of the vehicleAtStop property.voidsetActualArrivalTime(ZonedDateTime value)Sets the value of the actualArrivalTime property.voidsetActualDepartureTime(ZonedDateTime value)Sets the value of the actualDepartureTime 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.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.voidsetFacilityChange(FacilityChangeStructure value)Sets the value of the facilityChange property.voidsetPlatformTraversal(Boolean value)Sets the value of the platformTraversal property.voidsetRequestStop(Boolean value)Sets the value of the requestStop property.voidsetReversesAtStop(Boolean value)Sets the value of the reversesAtStop property.voidsetSignalStatus(String value)Sets the value of the signalStatus property.voidsetTimingPoint(Boolean value)Sets the value of the timingPoint property.voidsetVehicleAtStop(Boolean value)Sets the value of the vehicleAtStop property.voidsetVehicleLocationAtStop(LocationStructure value)Sets the value of the vehicleLocationAtStop property.-
Methods inherited from class uk.org.siri.siri10.AbstractMonitoredCallStructure
getOrder, getStopPointName, getStopPointRef, getVisitNumber, setOrder, setStopPointName, setStopPointRef, setVisitNumber
-
-
-
-
Field Detail
-
vehicleAtStop
protected Boolean vehicleAtStop
-
vehicleLocationAtStop
protected LocationStructure vehicleLocationAtStop
-
reversesAtStop
protected Boolean reversesAtStop
-
platformTraversal
protected Boolean platformTraversal
-
signalStatus
protected String signalStatus
-
timingPoint
protected Boolean timingPoint
-
boardingStretch
protected Boolean boardingStretch
-
requestStop
protected Boolean requestStop
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
callNote
protected List<NaturalLanguageStringStructure> callNote
-
situationRef
protected List<SituationRefStructure> situationRef
-
facilityChange
protected FacilityChangeStructure facilityChange
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
actualArrivalTime
protected ZonedDateTime actualArrivalTime
-
expectedArrivalTime
protected ZonedDateTime expectedArrivalTime
-
arrivalStatus
protected CallStatusEnumeration arrivalStatus
-
arrivalPlatformName
protected NaturalLanguageStringStructure arrivalPlatformName
-
arrivalBoardingActivity
protected ArrivalBoardingActivityEnumeration arrivalBoardingActivity
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
actualDepartureTime
protected ZonedDateTime actualDepartureTime
-
expectedDepartureTime
protected ZonedDateTime expectedDepartureTime
-
departureStatus
protected CallStatusEnumeration departureStatus
-
departurePlatformName
protected NaturalLanguageStringStructure departurePlatformName
-
departureBoardingActivity
protected DepartureBoardingActivityEnumeration departureBoardingActivity
-
aimedHeadwayInterval
protected Duration aimedHeadwayInterval
-
expectedHeadwayInterval
protected Duration expectedHeadwayInterval
-
-
Method Detail
-
isVehicleAtStop
public Boolean isVehicleAtStop()
Gets the value of the vehicleAtStop property.- Returns:
- possible object is
Boolean
-
setVehicleAtStop
public void setVehicleAtStop(Boolean value)
Sets the value of the vehicleAtStop property.- Parameters:
value- allowed object isBoolean
-
getVehicleLocationAtStop
public LocationStructure getVehicleLocationAtStop()
Gets the value of the vehicleLocationAtStop property.- Returns:
- possible object is
LocationStructure
-
setVehicleLocationAtStop
public void setVehicleLocationAtStop(LocationStructure value)
Sets the value of the vehicleLocationAtStop property.- Parameters:
value- allowed object isLocationStructure
-
isReversesAtStop
public Boolean isReversesAtStop()
Gets the value of the reversesAtStop property.- Returns:
- possible object is
Boolean
-
setReversesAtStop
public void setReversesAtStop(Boolean value)
Sets the value of the reversesAtStop property.- Parameters:
value- allowed object isBoolean
-
isPlatformTraversal
public Boolean isPlatformTraversal()
Gets the value of the platformTraversal property.- Returns:
- possible object is
Boolean
-
setPlatformTraversal
public void setPlatformTraversal(Boolean value)
Sets the value of the platformTraversal property.- Parameters:
value- allowed object isBoolean
-
getSignalStatus
public String getSignalStatus()
Gets the value of the signalStatus property.- Returns:
- possible object is
String
-
setSignalStatus
public void setSignalStatus(String value)
Sets the value of the signalStatus property.- Parameters:
value- allowed object isString
-
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
-
getCallNote
public List<NaturalLanguageStringStructure> getCallNote()
Gets the value of the callNote 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
setmethod for the callNote property.For example, to add a new item, do as follows:
getCallNote().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getSituationRef
public List<SituationRefStructure> getSituationRef()
Gets the value of the situationRef 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
setmethod for the situationRef property.For example, to add a new item, do as follows:
getSituationRef().add(newItem);Objects of the following type(s) are allowed in the list
SituationRefStructure
-
getFacilityChange
public FacilityChangeStructure getFacilityChange()
Gets the value of the facilityChange property.- Returns:
- possible object is
FacilityChangeStructure
-
setFacilityChange
public void setFacilityChange(FacilityChangeStructure value)
Sets the value of the facilityChange property.- Parameters:
value- allowed object isFacilityChangeStructure
-
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
-
getActualArrivalTime
public ZonedDateTime getActualArrivalTime()
Gets the value of the actualArrivalTime property.- Returns:
- possible object is
String
-
setActualArrivalTime
public void setActualArrivalTime(ZonedDateTime value)
Sets the value of the actualArrivalTime 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
-
getActualDepartureTime
public ZonedDateTime getActualDepartureTime()
Gets the value of the actualDepartureTime property.- Returns:
- possible object is
String
-
setActualDepartureTime
public void setActualDepartureTime(ZonedDateTime value)
Sets the value of the actualDepartureTime 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
Duration
-
setAimedHeadwayInterval
public void setAimedHeadwayInterval(Duration value)
Sets the value of the aimedHeadwayInterval property.- Parameters:
value- allowed object isDuration
-
getExpectedHeadwayInterval
public Duration getExpectedHeadwayInterval()
Gets the value of the expectedHeadwayInterval property.- Returns:
- possible object is
Duration
-
-