Package uk.org.siri.siri10
Class MonitoredStopVisitCancellationStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.AbstractReferencingItemStructure
-
- uk.org.siri.siri10.MonitoredStopVisitCancellationStructure
-
- All Implemented Interfaces:
Serializable
public class MonitoredStopVisitCancellationStructure extends AbstractReferencingItemStructure implements Serializable
Data 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/}AbstractReferencingItemStructure"> <sequence> <group ref="{http://www.siri.org.uk/}StopVisitCancellationIdentityGroup" minOccurs="0"/> <element name="ClearDownRef" type="{http://www.siri.org.uk/}ClearDownRefStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/> <element name="Reason" type="{http://www.siri.org.uk/}NaturalLanguageStringStructure" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ClearDownRefStructureclearDownRefprotected NaturalLanguageStringStructuredirectionNameprotected DirectionRefStructuredirectionRefprotected ExtensionsStructureextensionsprotected LineRefStructureexternalLineRefprotected JourneyPatternRefStructurejourneyPatternRefprotected LineRefStructurelineRefprotected MonitoringRefStructuremonitoringRefprotected NaturalLanguageStringStructurepublishedLineNameprotected NaturalLanguageStringStructurereasonprotected RouteRefStructurerouteRefprotected FramedVehicleJourneyRefStructurevehicleJourneyRefprotected List<VehicleModesEnumeration>vehicleModeprotected BigIntegervisitNumber-
Fields inherited from class uk.org.siri.siri10.AbstractReferencingItemStructure
itemRef
-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description MonitoredStopVisitCancellationStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClearDownRefStructuregetClearDownRef()Gets the value of the clearDownRef 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.JourneyPatternRefStructuregetJourneyPatternRef()Gets the value of the journeyPatternRef property.LineRefStructuregetLineRef()Gets the value of the lineRef property.MonitoringRefStructuregetMonitoringRef()Gets the value of the monitoringRef property.NaturalLanguageStringStructuregetPublishedLineName()Gets the value of the publishedLineName property.NaturalLanguageStringStructuregetReason()Gets the value of the reason property.RouteRefStructuregetRouteRef()Gets the value of the routeRef property.FramedVehicleJourneyRefStructuregetVehicleJourneyRef()Gets the value of the vehicleJourneyRef property.List<VehicleModesEnumeration>getVehicleMode()Gets the value of the vehicleMode property.BigIntegergetVisitNumber()Gets the value of the visitNumber property.voidsetClearDownRef(ClearDownRefStructure value)Sets the value of the clearDownRef 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.voidsetJourneyPatternRef(JourneyPatternRefStructure value)Sets the value of the journeyPatternRef property.voidsetLineRef(LineRefStructure value)Sets the value of the lineRef property.voidsetMonitoringRef(MonitoringRefStructure value)Sets the value of the monitoringRef property.voidsetPublishedLineName(NaturalLanguageStringStructure value)Sets the value of the publishedLineName property.voidsetReason(NaturalLanguageStringStructure value)Sets the value of the reason 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.siri10.AbstractReferencingItemStructure
getItemRef, setItemRef
-
Methods inherited from class uk.org.siri.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
monitoringRef
protected MonitoringRefStructure monitoringRef
-
visitNumber
protected BigInteger visitNumber
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
vehicleJourneyRef
protected FramedVehicleJourneyRefStructure vehicleJourneyRef
-
clearDownRef
protected ClearDownRefStructure clearDownRef
-
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
-
reason
protected NaturalLanguageStringStructure reason
-
extensions
protected ExtensionsStructure 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 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
-
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 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 JAXB 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
-
getReason
public NaturalLanguageStringStructure getReason()
Gets the value of the reason property.- Returns:
- possible object is
NaturalLanguageStringStructure
-
setReason
public void setReason(NaturalLanguageStringStructure value)
Sets the value of the reason property.- Parameters:
value- allowed object isNaturalLanguageStringStructure
-
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
-
-