Class VehicleActivityStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractIdentifiedItemStructure
-
- uk.org.siri.siri10.VehicleActivityStructure
-
- All Implemented Interfaces:
Serializable
public class VehicleActivityStructure extends AbstractIdentifiedItemStructure implements Serializable
Data type for a Vehicle Activity.Java class for VehicleActivityStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="VehicleActivityStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractIdentifiedItemStructure"> <sequence> <element name="ValidUntilTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="VehicleMonitoringRef" type="{http://www.siri.org.uk/}VehicleMonitoringRefStructure"/> <element name="ProgressBetweenStops" type="{http://www.siri.org.uk/}ProgressBetweenStopsStructure" minOccurs="0"/> <choice> <element name="MonitoredVehicleJourney"> <complexType> <complexContent> <extension base="{http://www.siri.org.uk/}MonitoredVehicleJourneyStructure"> </extension> </complexContent> </complexType> </element> <group ref="{http://www.siri.org.uk/}VehicleActivityFlattenedMonitoredJourneyGroup"/> </choice> <element name="VehicleActivityNote" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVehicleActivityStructure.MonitoredVehicleJourneyJava class for anonymous complex type.
-
Field Summary
-
Fields inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
itemIdentifier
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description VehicleActivityStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatgetBearing()Gets the value of the bearing property.BlockRefStructuregetBlockRef()Gets the value of the blockRef property.QualityIndexEnumerationgetConfidenceLevel()Gets the value of the confidenceLevel property.CourseOfJourneyStructuregetCourseOfJourneyRef()Gets the value of the courseOfJourneyRef property.StringgetDataSource()Gets the value of the dataSource property.DurationgetDelay()Gets the value of the delay property.ZonedDateTimegetDestinationAimedArrivalTime()Gets the value of the destinationAimedArrivalTime property.NaturalLanguageStringStructuregetDestinationName()Gets the value of the destinationName property.NaturalLanguagePlaceNameStructuregetDestinationShortName()Gets the value of the destinationShortName property.NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.LineRefStructuregetExternalLineRef()Gets the value of the externalLineRef property.FramedVehicleJourneyRefStructuregetFramedVehicleJourneyRef()Gets the value of the framedVehicleJourneyRef property.List<NaturalLanguageStringStructure>getJourneyNote()Gets the value of the journeyNote property.JourneyPatternRefStructuregetJourneyPatternRef()Gets the value of the journeyPatternRef property.LineRefStructuregetLineRef()Gets the value of the lineRef property.VehicleActivityStructure.MonitoredVehicleJourneygetMonitoredVehicleJourney()Gets the value of the monitoredVehicleJourney property.List<String>getMonitoringError()Gets the value of the monitoringError property.NaturalLanguageStringStructuregetNextStopPointShortName()Gets the value of the nextStopPointShortName property.OccupancyEnumerationgetOccupancy()Gets the value of the occupancy property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.ZonedDateTimegetOriginAimedDepartureTime()Gets the value of the originAimedDepartureTime property.NaturalLanguagePlaceNameStructuregetOriginName()Gets the value of the originName property.NaturalLanguagePlaceNameStructuregetOriginShortName()Gets the value of the originShortName property.ProductCategoryRefStructuregetProductCategoryRef()Gets the value of the productCategoryRef property.ProgressBetweenStopsStructuregetProgressBetweenStops()Gets the value of the progressBetweenStops property.ProgressRateEnumerationgetProgressRate()Gets the value of the progressRate property.NaturalLanguageStringStructuregetProgressStatus()Gets the value of the progressStatus property.NaturalLanguageStringStructuregetPublishedLineName()Gets the value of the publishedLineName property.RouteRefStructuregetRouteRef()Gets the value of the routeRef property.List<ServiceFeatureRefStructure>getServiceFeatureRef()Classification of service into arbitrary Service categories, e.g.NaturalLanguageStringStructuregetStopPointName()Gets the value of the stopPointName property.StopPointRefStructuregetStopPointRef()Gets the value of the stopPointRef property.ZonedDateTimegetValidUntilTime()Gets the value of the validUntilTime property.List<NaturalLanguageStringStructure>getVehicleActivityNote()Gets the value of the vehicleActivityNote property.List<VehicleFeatureRefStructure>getVehicleFeatureRef()Gets the value of the vehicleFeatureRef property.NaturalLanguageStringStructuregetVehicleJourneyName()Gets the value of the vehicleJourneyName property.LocationStructuregetVehicleLocation()Gets the value of the vehicleLocation property.List<VehicleModesEnumeration>getVehicleMode()Gets the value of the vehicleMode property.VehicleMonitoringRefStructuregetVehicleMonitoringRef()Gets the value of the vehicleMonitoringRef property.VehicleRefStructuregetVehicleRef()Gets the value of the vehicleRef property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.BooleanisHeadwayService()Gets the value of the headwayService property.BooleanisInCongestion()Gets the value of the inCongestion property.BooleanisInPanic()Gets the value of the inPanic property.BooleanisMonitored()Gets the value of the monitored property.BooleanisPredictionInaccurate()Gets the value of the predictionInaccurate property.BooleanisVehicleAtStop()Gets the value of the vehicleAtStop property.voidsetBearing(Float value)Sets the value of the bearing property.voidsetBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidsetConfidenceLevel(QualityIndexEnumeration value)Sets the value of the confidenceLevel property.voidsetCourseOfJourneyRef(CourseOfJourneyStructure value)Sets the value of the courseOfJourneyRef property.voidsetDataSource(String value)Sets the value of the dataSource property.voidsetDelay(Duration value)Sets the value of the delay property.voidsetDestinationAimedArrivalTime(ZonedDateTime value)Sets the value of the destinationAimedArrivalTime property.voidsetDestinationName(NaturalLanguageStringStructure value)Sets the value of the destinationName property.voidsetDestinationShortName(NaturalLanguagePlaceNameStructure value)Sets the value of the destinationShortName property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetExternalLineRef(LineRefStructure value)Sets the value of the externalLineRef property.voidsetFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the framedVehicleJourneyRef property.voidsetHeadwayService(Boolean value)Sets the value of the headwayService property.voidsetInCongestion(Boolean value)Sets the value of the inCongestion property.voidsetInPanic(Boolean value)Sets the value of the inPanic property.voidsetJourneyPatternRef(JourneyPatternRefStructure value)Sets the value of the journeyPatternRef property.voidsetLineRef(LineRefStructure value)Sets the value of the lineRef property.voidsetMonitored(Boolean value)Sets the value of the monitored property.voidsetMonitoredVehicleJourney(VehicleActivityStructure.MonitoredVehicleJourney value)Sets the value of the monitoredVehicleJourney property.voidsetNextStopPointShortName(NaturalLanguageStringStructure value)Sets the value of the nextStopPointShortName property.voidsetOccupancy(OccupancyEnumeration value)Sets the value of the occupancy property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetOriginAimedDepartureTime(ZonedDateTime value)Sets the value of the originAimedDepartureTime property.voidsetOriginName(NaturalLanguagePlaceNameStructure value)Sets the value of the originName property.voidsetOriginShortName(NaturalLanguagePlaceNameStructure value)Sets the value of the originShortName property.voidsetPredictionInaccurate(Boolean value)Sets the value of the predictionInaccurate property.voidsetProductCategoryRef(ProductCategoryRefStructure value)Sets the value of the productCategoryRef property.voidsetProgressBetweenStops(ProgressBetweenStopsStructure value)Sets the value of the progressBetweenStops property.voidsetProgressRate(ProgressRateEnumeration value)Sets the value of the progressRate property.voidsetProgressStatus(NaturalLanguageStringStructure value)Sets the value of the progressStatus property.voidsetPublishedLineName(NaturalLanguageStringStructure value)Sets the value of the publishedLineName property.voidsetRouteRef(RouteRefStructure value)Sets the value of the routeRef property.voidsetStopPointName(NaturalLanguageStringStructure value)Sets the value of the stopPointName property.voidsetStopPointRef(StopPointRefStructure value)Sets the value of the stopPointRef property.voidsetValidUntilTime(ZonedDateTime value)Sets the value of the validUntilTime property.voidsetVehicleAtStop(Boolean value)Sets the value of the vehicleAtStop property.voidsetVehicleJourneyName(NaturalLanguageStringStructure value)Sets the value of the vehicleJourneyName property.voidsetVehicleLocation(LocationStructure value)Sets the value of the vehicleLocation property.voidsetVehicleMonitoringRef(VehicleMonitoringRefStructure value)Sets the value of the vehicleMonitoringRef property.voidsetVehicleRef(VehicleRefStructure value)Sets the value of the vehicleRef property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.-
Methods inherited from class uk.org.siri.siri10.AbstractIdentifiedItemStructure
getItemIdentifier, setItemIdentifier
-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
validUntilTime
protected ZonedDateTime validUntilTime
-
vehicleMonitoringRef
protected VehicleMonitoringRefStructure vehicleMonitoringRef
-
progressBetweenStops
protected ProgressBetweenStopsStructure progressBetweenStops
-
monitoredVehicleJourney
protected VehicleActivityStructure.MonitoredVehicleJourney monitoredVehicleJourney
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
framedVehicleJourneyRef
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef
-
journeyPatternRef
protected JourneyPatternRefStructure journeyPatternRef
-
vehicleMode
protected List<VehicleModesEnumeration> vehicleMode
-
routeRef
protected RouteRefStructure routeRef
-
publishedLineName
protected NaturalLanguageStringStructure publishedLineName
-
directionName
protected NaturalLanguageStringStructure directionName
-
externalLineRef
protected LineRefStructure externalLineRef
-
operatorRef
protected OperatorRefStructure operatorRef
-
productCategoryRef
protected ProductCategoryRefStructure productCategoryRef
-
serviceFeatureRef
protected List<ServiceFeatureRefStructure> serviceFeatureRef
-
vehicleFeatureRef
protected List<VehicleFeatureRefStructure> vehicleFeatureRef
-
originName
protected NaturalLanguagePlaceNameStructure originName
-
originShortName
protected NaturalLanguagePlaceNameStructure originShortName
-
destinationName
protected NaturalLanguageStringStructure destinationName
-
destinationShortName
protected NaturalLanguagePlaceNameStructure destinationShortName
-
headwayService
protected Boolean headwayService
-
originAimedDepartureTime
protected ZonedDateTime originAimedDepartureTime
-
destinationAimedArrivalTime
protected ZonedDateTime destinationAimedArrivalTime
-
vehicleJourneyName
protected NaturalLanguageStringStructure vehicleJourneyName
-
journeyNote
protected List<NaturalLanguageStringStructure> journeyNote
-
monitored
protected Boolean monitored
-
inCongestion
protected Boolean inCongestion
-
inPanic
protected Boolean inPanic
-
predictionInaccurate
protected Boolean predictionInaccurate
-
dataSource
protected String dataSource
-
confidenceLevel
protected QualityIndexEnumeration confidenceLevel
-
vehicleLocation
protected LocationStructure vehicleLocation
-
bearing
protected Float bearing
-
progressRate
protected ProgressRateEnumeration progressRate
-
occupancy
protected OccupancyEnumeration occupancy
-
delay
protected Duration delay
-
progressStatus
protected NaturalLanguageStringStructure progressStatus
-
blockRef
protected BlockRefStructure blockRef
-
courseOfJourneyRef
protected CourseOfJourneyStructure courseOfJourneyRef
-
vehicleRef
protected VehicleRefStructure vehicleRef
-
stopPointRef
protected StopPointRefStructure stopPointRef
-
visitNumber
protected BigInteger visitNumber
-
stopPointName
protected NaturalLanguageStringStructure stopPointName
-
vehicleAtStop
protected Boolean vehicleAtStop
-
nextStopPointShortName
protected NaturalLanguageStringStructure nextStopPointShortName
-
vehicleActivityNote
protected List<NaturalLanguageStringStructure> vehicleActivityNote
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
getValidUntilTime
public ZonedDateTime getValidUntilTime()
Gets the value of the validUntilTime property.- Returns:
- possible object is
String
-
setValidUntilTime
public void setValidUntilTime(ZonedDateTime value)
Sets the value of the validUntilTime property.- Parameters:
value- allowed object isString
-
getVehicleMonitoringRef
public VehicleMonitoringRefStructure getVehicleMonitoringRef()
Gets the value of the vehicleMonitoringRef property.- Returns:
- possible object is
VehicleMonitoringRefStructure
-
setVehicleMonitoringRef
public void setVehicleMonitoringRef(VehicleMonitoringRefStructure value)
Sets the value of the vehicleMonitoringRef property.- Parameters:
value- allowed object isVehicleMonitoringRefStructure
-
getProgressBetweenStops
public ProgressBetweenStopsStructure getProgressBetweenStops()
Gets the value of the progressBetweenStops property.- Returns:
- possible object is
ProgressBetweenStopsStructure
-
setProgressBetweenStops
public void setProgressBetweenStops(ProgressBetweenStopsStructure value)
Sets the value of the progressBetweenStops property.- Parameters:
value- allowed object isProgressBetweenStopsStructure
-
getMonitoredVehicleJourney
public VehicleActivityStructure.MonitoredVehicleJourney getMonitoredVehicleJourney()
Gets the value of the monitoredVehicleJourney property.- Returns:
- possible object is
VehicleActivityStructure.MonitoredVehicleJourney
-
setMonitoredVehicleJourney
public void setMonitoredVehicleJourney(VehicleActivityStructure.MonitoredVehicleJourney value)
Sets the value of the monitoredVehicleJourney property.- Parameters:
value- allowed object isVehicleActivityStructure.MonitoredVehicleJourney
-
getLineRef
public LineRefStructure getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRefStructure
-
setLineRef
public void setLineRef(LineRefStructure value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRefStructure
-
getDirectionRef
public DirectionRefStructure getDirectionRef()
Gets the value of the directionRef property.- Returns:
- possible object is
DirectionRefStructure
-
setDirectionRef
public void setDirectionRef(DirectionRefStructure value)
Sets the value of the directionRef property.- Parameters:
value- allowed object isDirectionRefStructure
-
getFramedVehicleJourneyRef
public FramedVehicleJourneyRefStructure getFramedVehicleJourneyRef()
Gets the value of the framedVehicleJourneyRef property.- Returns:
- possible object is
FramedVehicleJourneyRefStructure
-
setFramedVehicleJourneyRef
public void setFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)
Sets the value of the framedVehicleJourneyRef property.- Parameters:
value- allowed object isFramedVehicleJourneyRefStructure
-
getJourneyPatternRef
public JourneyPatternRefStructure getJourneyPatternRef()
Gets the value of the journeyPatternRef property.- Returns:
- possible object is
JourneyPatternRefStructure
-
setJourneyPatternRef
public void setJourneyPatternRef(JourneyPatternRefStructure value)
Sets the value of the journeyPatternRef property.- Parameters:
value- allowed object isJourneyPatternRefStructure
-
getVehicleMode
public List<VehicleModesEnumeration> getVehicleMode()
Gets the value of the vehicleMode 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 vehicleMode property.For example, to add a new item, do as follows:
getVehicleMode().add(newItem);Objects of the following type(s) are allowed in the list
VehicleModesEnumeration
-
getRouteRef
public RouteRefStructure getRouteRef()
Gets the value of the routeRef property.- Returns:
- possible object is
RouteRefStructure
-
setRouteRef
public void setRouteRef(RouteRefStructure value)
Sets the value of the routeRef property.- Parameters:
value- allowed object isRouteRefStructure
-
getPublishedLineName
public NaturalLanguageStringStructure getPublishedLineName()
Gets the value of the publishedLineName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setPublishedLineName
public void setPublishedLineName(NaturalLanguageStringStructure value)
Sets the value of the publishedLineName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDirectionName
public NaturalLanguageStringStructure getDirectionName()
Gets the value of the directionName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDirectionName
public void setDirectionName(NaturalLanguageStringStructure value)
Sets the value of the directionName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getExternalLineRef
public LineRefStructure getExternalLineRef()
Gets the value of the externalLineRef property.- Returns:
- possible object is
LineRefStructure
-
setExternalLineRef
public void setExternalLineRef(LineRefStructure value)
Sets the value of the externalLineRef property.- Parameters:
value- allowed object isLineRefStructure
-
getOperatorRef
public OperatorRefStructure getOperatorRef()
Gets the value of the operatorRef property.- Returns:
- possible object is
OperatorRefStructure
-
setOperatorRef
public void setOperatorRef(OperatorRefStructure value)
Sets the value of the operatorRef property.- Parameters:
value- allowed object isOperatorRefStructure
-
getProductCategoryRef
public ProductCategoryRefStructure getProductCategoryRef()
Gets the value of the productCategoryRef property.- Returns:
- possible object is
ProductCategoryRefStructure
-
setProductCategoryRef
public void setProductCategoryRef(ProductCategoryRefStructure value)
Sets the value of the productCategoryRef property.- Parameters:
value- allowed object isProductCategoryRefStructure
-
getServiceFeatureRef
public List<ServiceFeatureRefStructure> getServiceFeatureRef()
Classification of service into arbitrary Service categories, e.g. school bus. Recommended SIRI values based on TPEG are given in SIRI documentation and enumerated in the siri_facilities package.Gets the value of the serviceFeatureRef 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 serviceFeatureRef property.For example, to add a new item, do as follows:
getServiceFeatureRef().add(newItem);Objects of the following type(s) are allowed in the list
ServiceFeatureRefStructure
-
getVehicleFeatureRef
public List<VehicleFeatureRefStructure> getVehicleFeatureRef()
Gets the value of the vehicleFeatureRef 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 vehicleFeatureRef property.For example, to add a new item, do as follows:
getVehicleFeatureRef().add(newItem);Objects of the following type(s) are allowed in the list
VehicleFeatureRefStructure
-
getOriginName
public NaturalLanguagePlaceNameStructure getOriginName()
Gets the value of the originName property.- Returns:
- possible object is
NaturalLanguagePlaceNameStructure
-
setOriginName
public void setOriginName(NaturalLanguagePlaceNameStructure value)
Sets the value of the originName property.- Parameters:
value- allowed object isNaturalLanguagePlaceNameStructure
-
getOriginShortName
public NaturalLanguagePlaceNameStructure getOriginShortName()
Gets the value of the originShortName property.- Returns:
- possible object is
NaturalLanguagePlaceNameStructure
-
setOriginShortName
public void setOriginShortName(NaturalLanguagePlaceNameStructure value)
Sets the value of the originShortName property.- Parameters:
value- allowed object isNaturalLanguagePlaceNameStructure
-
getDestinationName
public NaturalLanguageStringStructure getDestinationName()
Gets the value of the destinationName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setDestinationName
public void setDestinationName(NaturalLanguageStringStructure value)
Sets the value of the destinationName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getDestinationShortName
public NaturalLanguagePlaceNameStructure getDestinationShortName()
Gets the value of the destinationShortName property.- Returns:
- possible object is
NaturalLanguagePlaceNameStructure
-
setDestinationShortName
public void setDestinationShortName(NaturalLanguagePlaceNameStructure value)
Sets the value of the destinationShortName property.- Parameters:
value- allowed object isNaturalLanguagePlaceNameStructure
-
isHeadwayService
public Boolean isHeadwayService()
Gets the value of the headwayService property.- Returns:
- possible object is
Boolean
-
setHeadwayService
public void setHeadwayService(Boolean value)
Sets the value of the headwayService property.- Parameters:
value- allowed object isBoolean
-
getOriginAimedDepartureTime
public ZonedDateTime getOriginAimedDepartureTime()
Gets the value of the originAimedDepartureTime property.- Returns:
- possible object is
String
-
setOriginAimedDepartureTime
public void setOriginAimedDepartureTime(ZonedDateTime value)
Sets the value of the originAimedDepartureTime property.- Parameters:
value- allowed object isString
-
getDestinationAimedArrivalTime
public ZonedDateTime getDestinationAimedArrivalTime()
Gets the value of the destinationAimedArrivalTime property.- Returns:
- possible object is
String
-
setDestinationAimedArrivalTime
public void setDestinationAimedArrivalTime(ZonedDateTime value)
Sets the value of the destinationAimedArrivalTime property.- Parameters:
value- allowed object isString
-
getVehicleJourneyName
public NaturalLanguageStringStructure getVehicleJourneyName()
Gets the value of the vehicleJourneyName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setVehicleJourneyName
public void setVehicleJourneyName(NaturalLanguageStringStructure value)
Sets the value of the vehicleJourneyName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getJourneyNote
public List<NaturalLanguageStringStructure> getJourneyNote()
Gets the value of the journeyNote 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 journeyNote property.For example, to add a new item, do as follows:
getJourneyNote().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
isMonitored
public Boolean isMonitored()
Gets the value of the monitored property.- Returns:
- possible object is
Boolean
-
setMonitored
public void setMonitored(Boolean value)
Sets the value of the monitored property.- Parameters:
value- allowed object isBoolean
-
getMonitoringError
public List<String> getMonitoringError()
Gets the value of the monitoringError 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 monitoringError property.For example, to add a new item, do as follows:
getMonitoringError().add(newItem);Objects of the following type(s) are allowed in the list
String
-
isInCongestion
public Boolean isInCongestion()
Gets the value of the inCongestion property.- Returns:
- possible object is
Boolean
-
setInCongestion
public void setInCongestion(Boolean value)
Sets the value of the inCongestion property.- Parameters:
value- allowed object isBoolean
-
isInPanic
public Boolean isInPanic()
Gets the value of the inPanic property.- Returns:
- possible object is
Boolean
-
setInPanic
public void setInPanic(Boolean value)
Sets the value of the inPanic 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
-
getDataSource
public String getDataSource()
Gets the value of the dataSource property.- Returns:
- possible object is
String
-
setDataSource
public void setDataSource(String value)
Sets the value of the dataSource property.- Parameters:
value- allowed object isString
-
getConfidenceLevel
public QualityIndexEnumeration getConfidenceLevel()
Gets the value of the confidenceLevel property.- Returns:
- possible object is
QualityIndexEnumeration
-
setConfidenceLevel
public void setConfidenceLevel(QualityIndexEnumeration value)
Sets the value of the confidenceLevel property.- Parameters:
value- allowed object isQualityIndexEnumeration
-
getVehicleLocation
public LocationStructure getVehicleLocation()
Gets the value of the vehicleLocation property.- Returns:
- possible object is
LocationStructure
-
setVehicleLocation
public void setVehicleLocation(LocationStructure value)
Sets the value of the vehicleLocation property.- Parameters:
value- allowed object isLocationStructure
-
getBearing
public Float getBearing()
Gets the value of the bearing property.- Returns:
- possible object is
Float
-
setBearing
public void setBearing(Float value)
Sets the value of the bearing property.- Parameters:
value- allowed object isFloat
-
getProgressRate
public ProgressRateEnumeration getProgressRate()
Gets the value of the progressRate property.- Returns:
- possible object is
ProgressRateEnumeration
-
setProgressRate
public void setProgressRate(ProgressRateEnumeration value)
Sets the value of the progressRate property.- Parameters:
value- allowed object isProgressRateEnumeration
-
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
-
getDelay
public Duration getDelay()
Gets the value of the delay property.- Returns:
- possible object is
String
-
setDelay
public void setDelay(Duration value)
Sets the value of the delay property.- Parameters:
value- allowed object isString
-
getProgressStatus
public NaturalLanguageStringStructure getProgressStatus()
Gets the value of the progressStatus property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setProgressStatus
public void setProgressStatus(NaturalLanguageStringStructure value)
Sets the value of the progressStatus property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getBlockRef
public BlockRefStructure getBlockRef()
Gets the value of the blockRef property.- Returns:
- possible object is
BlockRefStructure
-
setBlockRef
public void setBlockRef(BlockRefStructure value)
Sets the value of the blockRef property.- Parameters:
value- allowed object isBlockRefStructure
-
getCourseOfJourneyRef
public CourseOfJourneyStructure getCourseOfJourneyRef()
Gets the value of the courseOfJourneyRef property.- Returns:
- possible object is
CourseOfJourneyStructure
-
setCourseOfJourneyRef
public void setCourseOfJourneyRef(CourseOfJourneyStructure value)
Sets the value of the courseOfJourneyRef property.- Parameters:
value- allowed object isCourseOfJourneyStructure
-
getVehicleRef
public VehicleRefStructure getVehicleRef()
Gets the value of the vehicleRef property.- Returns:
- possible object is
VehicleRefStructure
-
setVehicleRef
public void setVehicleRef(VehicleRefStructure value)
Sets the value of the vehicleRef property.- Parameters:
value- allowed object isVehicleRefStructure
-
getStopPointRef
public StopPointRefStructure getStopPointRef()
Gets the value of the stopPointRef property.- Returns:
- possible object is
StopPointRefStructure
-
setStopPointRef
public void setStopPointRef(StopPointRefStructure value)
Sets the value of the stopPointRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
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
-
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
-
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
-
getNextStopPointShortName
public NaturalLanguageStringStructure getNextStopPointShortName()
Gets the value of the nextStopPointShortName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setNextStopPointShortName
public void setNextStopPointShortName(NaturalLanguageStringStructure value)
Sets the value of the nextStopPointShortName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getVehicleActivityNote
public List<NaturalLanguageStringStructure> getVehicleActivityNote()
Gets the value of the vehicleActivityNote 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 vehicleActivityNote property.For example, to add a new item, do as follows:
getVehicleActivityNote().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getExtensions
public ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-