Class MonitoredStopVisitCancellation
- java.lang.Object
-
- uk.org.siri.siri20.AbstractItemStructure
-
- uk.org.siri.siri20.AbstractReferencingItemStructure
-
- uk.org.siri.siri20.MonitoredStopVisitCancellation
-
- All Implemented Interfaces:
Serializable
public class MonitoredStopVisitCancellation extends AbstractReferencingItemStructure implements Serializable
Type for Cancellation of an earlier Stop Visit.Java class for MonitoredStopVisitCancellationStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MonitoredStopVisitCancellationStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractReferencingItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}StopVisitCancellationIdentityGroup" minOccurs="0"/> <element name="ClearDownRef" type="{http://www.siri.org.uk/siri}ClearDownRefStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}JourneyPatternInfoGroup"/> <element name="Reason" type="{http://www.siri.org.uk/siri}NaturalLanguageStringStructure" maxOccurs="unbounded" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClearDownRefStructureclearDownRefprotected List<NaturalLanguageStringStructure>directionNamesprotected DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected LineRefexternalLineRefprotected GroupOfLinesRefStructuregroupOfLinesRefprotected NaturalLanguageStringStructurejourneyPatternNameprotected JourneyPatternRefjourneyPatternRefprotected LineReflineRefprotected MonitoringRefStructuremonitoringRefprotected List<NaturalLanguageStringStructure>publishedLineNamesprotected List<NaturalLanguageStringStructure>reasonsprotected RouteRefStructurerouteRefprotected FramedVehicleJourneyRefStructurevehicleJourneyRefprotected List<VehicleModesEnumeration>vehicleModesprotected BigIntegervisitNumber-
Fields inherited from class uk.org.siri.siri20.AbstractReferencingItemStructure
itemRef
-
Fields inherited from class uk.org.siri.siri20.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description MonitoredStopVisitCancellation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearDownRefStructuregetClearDownRef()Gets the value of the clearDownRef property.List<NaturalLanguageStringStructure>getDirectionNames()Gets the value of the directionNames property.DirectionRefStructuregetDirectionRef()Gets the value of the directionRef property.ExtensionsgetExtensions()Gets the value of the extensions property.LineRefgetExternalLineRef()Gets the value of the externalLineRef property.GroupOfLinesRefStructuregetGroupOfLinesRef()Gets the value of the groupOfLinesRef property.NaturalLanguageStringStructuregetJourneyPatternName()Gets the value of the journeyPatternName property.JourneyPatternRefgetJourneyPatternRef()Gets the value of the journeyPatternRef property.LineRefgetLineRef()Gets the value of the lineRef property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.List<NaturalLanguageStringStructure>getPublishedLineNames()Name or Number by which the LINE is known to the public.List<NaturalLanguageStringStructure>getReasons()Gets the value of the reasons property.RouteRefStructuregetRouteRef()Gets the value of the routeRef property.FramedVehicleJourneyRefStructuregetVehicleJourneyRef()Gets the value of the vehicleJourneyRef property.List<VehicleModesEnumeration>getVehicleModes()Gets the value of the vehicleModes property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.voidsetClearDownRef(ClearDownRefStructure value)Sets the value of the clearDownRef property.voidsetDirectionRef(DirectionRefStructure value)Sets the value of the directionRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetExternalLineRef(LineRef value)Sets the value of the externalLineRef property.voidsetGroupOfLinesRef(GroupOfLinesRefStructure value)Sets the value of the groupOfLinesRef property.voidsetJourneyPatternName(NaturalLanguageStringStructure value)Sets the value of the journeyPatternName property.voidsetJourneyPatternRef(JourneyPatternRef value)Sets the value of the journeyPatternRef property.voidsetLineRef(LineRef value)Sets the value of the lineRef property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetRouteRef(RouteRefStructure value)Sets the value of the routeRef property.voidsetVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the vehicleJourneyRef property.voidsetVisitNumber(BigInteger value)Sets the value of the visitNumber property.-
Methods inherited from class uk.org.siri.siri20.AbstractReferencingItemStructure
getItemRef, setItemRef
-
Methods inherited from class uk.org.siri.siri20.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
visitNumber
protected BigInteger visitNumber
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
vehicleJourneyRef
protected FramedVehicleJourneyRefStructure vehicleJourneyRef
-
clearDownRef
protected ClearDownRefStructure clearDownRef
-
journeyPatternRef
protected JourneyPatternRef journeyPatternRef
-
journeyPatternName
protected NaturalLanguageStringStructure journeyPatternName
-
vehicleModes
protected List<VehicleModesEnumeration> vehicleModes
-
routeRef
protected RouteRefStructure routeRef
-
publishedLineNames
protected List<NaturalLanguageStringStructure> publishedLineNames
-
groupOfLinesRef
protected GroupOfLinesRefStructure groupOfLinesRef
-
directionNames
protected List<NaturalLanguageStringStructure> directionNames
-
externalLineRef
protected LineRef externalLineRef
-
reasons
protected List<NaturalLanguageStringStructure> reasons
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getMonitoringRef
public MonitoringRefStructure getMonitoringRef()
Gets the value of the monitoringRef property.- Returns:
- possible object is
MonitoringRefStructure
-
setMonitoringRef
public void setMonitoringRef(MonitoringRefStructure value)
Sets the value of the monitoringRef property.- Parameters:
value- allowed object isMonitoringRefStructure
-
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
-
getLineRef
public LineRef getLineRef()
Gets the value of the lineRef property.- Returns:
- possible object is
LineRef
-
setLineRef
public void setLineRef(LineRef value)
Sets the value of the lineRef property.- Parameters:
value- allowed object isLineRef
-
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
-
getVehicleJourneyRef
public FramedVehicleJourneyRefStructure getVehicleJourneyRef()
Gets the value of the vehicleJourneyRef property.- Returns:
- possible object is
FramedVehicleJourneyRefStructure
-
setVehicleJourneyRef
public void setVehicleJourneyRef(FramedVehicleJourneyRefStructure value)
Sets the value of the vehicleJourneyRef property.- Parameters:
value- allowed object isFramedVehicleJourneyRefStructure
-
getClearDownRef
public ClearDownRefStructure getClearDownRef()
Gets the value of the clearDownRef property.- Returns:
- possible object is
ClearDownRefStructure
-
setClearDownRef
public void setClearDownRef(ClearDownRefStructure value)
Sets the value of the clearDownRef property.- Parameters:
value- allowed object isClearDownRefStructure
-
getJourneyPatternRef
public JourneyPatternRef getJourneyPatternRef()
Gets the value of the journeyPatternRef property.- Returns:
- possible object is
JourneyPatternRef
-
setJourneyPatternRef
public void setJourneyPatternRef(JourneyPatternRef value)
Sets the value of the journeyPatternRef property.- Parameters:
value- allowed object isJourneyPatternRef
-
getJourneyPatternName
public NaturalLanguageStringStructure getJourneyPatternName()
Gets the value of the journeyPatternName property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setJourneyPatternName
public void setJourneyPatternName(NaturalLanguageStringStructure value)
Sets the value of the journeyPatternName property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
getVehicleModes
public List<VehicleModesEnumeration> getVehicleModes()
Gets the value of the vehicleModes 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 vehicleModes property.For example, to add a new item, do as follows:
getVehicleModes().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
-
getPublishedLineNames
public List<NaturalLanguageStringStructure> getPublishedLineNames()
Name or Number by which the LINE is known to the public. (Unbounded since SIRI 2.0) Gets the value of the publishedLineNames 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 publishedLineNames property.For example, to add a new item, do as follows:
getPublishedLineNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getGroupOfLinesRef
public GroupOfLinesRefStructure getGroupOfLinesRef()
Gets the value of the groupOfLinesRef property.- Returns:
- possible object is
GroupOfLinesRefStructure
-
setGroupOfLinesRef
public void setGroupOfLinesRef(GroupOfLinesRefStructure value)
Sets the value of the groupOfLinesRef property.- Parameters:
value- allowed object isGroupOfLinesRefStructure
-
getDirectionNames
public List<NaturalLanguageStringStructure> getDirectionNames()
Gets the value of the directionNames 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 directionNames property.For example, to add a new item, do as follows:
getDirectionNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getExternalLineRef
public LineRef getExternalLineRef()
Gets the value of the externalLineRef property.- Returns:
- possible object is
LineRef
-
setExternalLineRef
public void setExternalLineRef(LineRef value)
Sets the value of the externalLineRef property.- Parameters:
value- allowed object isLineRef
-
getReasons
public List<NaturalLanguageStringStructure> getReasons()
Gets the value of the reasons 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 reasons property.For example, to add a new item, do as follows:
getReasons().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
-