Class DatedVehicleJourney
- java.lang.Object
-
- uk.org.siri.siri13.DatedVehicleJourney
-
- All Implemented Interfaces:
Serializable
public class DatedVehicleJourney extends Object implements Serializable
Data type for Planned Vehicle Journey (Production Timetable Service).Java class for DatedVehicleJourneyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedVehicleJourneyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DatedVehicleJourneyCode" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyCodeType"/> <group ref="{http://www.siri.org.uk/siri}TimetableAlterationGroup" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}JourneyPatternInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}ServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}JourneyInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}DatedServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}TimetableRealtimeInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}OperationalBlockGroup" minOccurs="0"/> <choice> <element name="DatedCalls"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}DatedCall" maxOccurs="unbounded" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> <group ref="{http://www.siri.org.uk/siri}DatedCallsAsFlatGroup"/> </choice> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatedVehicleJourney.DatedCallsJava class for anonymous complex type.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DatedVehicleJourney()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockRefStructuregetBlockRef()Gets the value of the blockRef property.CourseOfJourneyStructuregetCourseOfJourneyRef()Gets the value of the courseOfJourneyRef property.List<DatedCall>getDateCallsList()Gets the value of the dateCallsList property.DatedVehicleJourney.DatedCallsgetDatedCalls()Gets the value of the datedCalls property.StringgetDatedVehicleJourneyCode()Gets the value of the datedVehicleJourneyCode property.NaturalLanguageStringStructuregetDestinationDisplay()Gets the value of the destinationDisplay property.NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName property.ExtensionsgetExtensions()Gets the value of the extensions property.LineRefgetExternalLineRef()Gets the value of the externalLineRef property.List<NaturalLanguageStringStructure>getJourneyNotes()Gets the value of the journeyNotes property.JourneyPatternRefgetJourneyPatternRef()Gets the value of the journeyPatternRef property.NaturalLanguagePlaceNameStructuregetLineNote()Gets the value of the lineNote property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.ProductCategoryRefStructuregetProductCategoryRef()Gets the value of the productCategoryRef property.NaturalLanguageStringStructuregetPublishedLineName()Gets the value of the publishedLineName property.RouteRefStructuregetRouteRef()Gets the value of the routeRef property.List<ServiceFeatureRef>getServiceFeatureReves()Classification of service into arbitrary Service categories, e.g.List<VehicleFeatureRefStructure>getVehicleFeatureReves()Gets the value of the vehicleFeatureReves property.NaturalLanguageStringStructuregetVehicleJourneyName()Gets the value of the vehicleJourneyName property.VehicleJourneyRefgetVehicleJourneyRef()Gets the value of the vehicleJourneyRef property.List<VehicleModesEnumeration>getVehicleModes()Gets the value of the vehicleModes property.BooleanisCancellation()Gets the value of the cancellation property.BooleanisExtraJourney()Gets the value of the extraJourney property.BooleanisHeadwayService()Gets the value of the headwayService property.BooleanisMonitored()Gets the value of the monitored property.voidsetBlockRef(BlockRefStructure value)Sets the value of the blockRef property.voidsetCancellation(Boolean value)Sets the value of the cancellation property.voidsetCourseOfJourneyRef(CourseOfJourneyStructure value)Sets the value of the courseOfJourneyRef property.voidsetDatedCalls(DatedVehicleJourney.DatedCalls value)Sets the value of the datedCalls property.voidsetDatedVehicleJourneyCode(String value)Sets the value of the datedVehicleJourneyCode property.voidsetDestinationDisplay(NaturalLanguageStringStructure value)Sets the value of the destinationDisplay property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetExternalLineRef(LineRef value)Sets the value of the externalLineRef property.voidsetExtraJourney(Boolean value)Sets the value of the extraJourney property.voidsetHeadwayService(Boolean value)Sets the value of the headwayService property.voidsetJourneyPatternRef(JourneyPatternRef value)Sets the value of the journeyPatternRef property.voidsetLineNote(NaturalLanguagePlaceNameStructure value)Sets the value of the lineNote property.voidsetMonitored(Boolean value)Sets the value of the monitored property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetProductCategoryRef(ProductCategoryRefStructure value)Sets the value of the productCategoryRef property.voidsetPublishedLineName(NaturalLanguageStringStructure value)Sets the value of the publishedLineName property.voidsetRouteRef(RouteRefStructure value)Sets the value of the routeRef property.voidsetVehicleJourneyName(NaturalLanguageStringStructure value)Sets the value of the vehicleJourneyName property.voidsetVehicleJourneyRef(VehicleJourneyRef value)Sets the value of the vehicleJourneyRef property.
-
-
-
Field Detail
-
datedVehicleJourneyCode
protected String datedVehicleJourneyCode
-
vehicleJourneyRef
protected VehicleJourneyRef vehicleJourneyRef
-
cancellation
protected Boolean cancellation
-
extraJourney
protected Boolean extraJourney
-
journeyPatternRef
protected JourneyPatternRef journeyPatternRef
-
vehicleModes
protected List<VehicleModesEnumeration> vehicleModes
-
routeRef
protected RouteRefStructure routeRef
-
publishedLineName
protected NaturalLanguageStringStructure publishedLineName
-
directionName
protected NaturalLanguageStringStructure directionName
-
externalLineRef
protected LineRef externalLineRef
-
operatorRef
protected OperatorRefStructure operatorRef
-
productCategoryRef
protected ProductCategoryRefStructure productCategoryRef
-
serviceFeatureReves
protected List<ServiceFeatureRef> serviceFeatureReves
-
vehicleFeatureReves
protected List<VehicleFeatureRefStructure> vehicleFeatureReves
-
vehicleJourneyName
protected NaturalLanguageStringStructure vehicleJourneyName
-
journeyNotes
protected List<NaturalLanguageStringStructure> journeyNotes
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
lineNote
protected NaturalLanguagePlaceNameStructure lineNote
-
headwayService
protected Boolean headwayService
-
monitored
protected Boolean monitored
-
blockRef
protected BlockRefStructure blockRef
-
courseOfJourneyRef
protected CourseOfJourneyStructure courseOfJourneyRef
-
datedCalls
protected DatedVehicleJourney.DatedCalls datedCalls
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getDatedVehicleJourneyCode
public String getDatedVehicleJourneyCode()
Gets the value of the datedVehicleJourneyCode property.- Returns:
- possible object is
String
-
setDatedVehicleJourneyCode
public void setDatedVehicleJourneyCode(String value)
Sets the value of the datedVehicleJourneyCode property.- Parameters:
value- allowed object isString
-
getVehicleJourneyRef
public VehicleJourneyRef getVehicleJourneyRef()
Gets the value of the vehicleJourneyRef property.- Returns:
- possible object is
VehicleJourneyRef
-
setVehicleJourneyRef
public void setVehicleJourneyRef(VehicleJourneyRef value)
Sets the value of the vehicleJourneyRef property.- Parameters:
value- allowed object isVehicleJourneyRef
-
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
-
isExtraJourney
public Boolean isExtraJourney()
Gets the value of the extraJourney property.- Returns:
- possible object is
Boolean
-
setExtraJourney
public void setExtraJourney(Boolean value)
Sets the value of the extraJourney property.- Parameters:
value- allowed object isBoolean
-
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
-
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
-
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 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
-
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
-
getServiceFeatureReves
public List<ServiceFeatureRef> getServiceFeatureReves()
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 serviceFeatureReves 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 serviceFeatureReves property.For example, to add a new item, do as follows:
getServiceFeatureReves().add(newItem);Objects of the following type(s) are allowed in the list
ServiceFeatureRef
-
getVehicleFeatureReves
public List<VehicleFeatureRefStructure> getVehicleFeatureReves()
Gets the value of the vehicleFeatureReves 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 vehicleFeatureReves property.For example, to add a new item, do as follows:
getVehicleFeatureReves().add(newItem);Objects of the following type(s) are allowed in the list
VehicleFeatureRefStructure
-
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
-
getJourneyNotes
public List<NaturalLanguageStringStructure> getJourneyNotes()
Gets the value of the journeyNotes 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 journeyNotes property.For example, to add a new item, do as follows:
getJourneyNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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
-
getLineNote
public NaturalLanguagePlaceNameStructure getLineNote()
Gets the value of the lineNote property.- Returns:
- possible object is
NaturalLanguagePlaceNameStructure
-
setLineNote
public void setLineNote(NaturalLanguagePlaceNameStructure value)
Sets the value of the lineNote 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
-
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
-
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
-
getDateCallsList
public List<DatedCall> getDateCallsList()
Gets the value of the dateCallsList 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 dateCallsList property.For example, to add a new item, do as follows:
getDateCallsList().add(newItem);Objects of the following type(s) are allowed in the list
DatedCall
-
getDatedCalls
public DatedVehicleJourney.DatedCalls getDatedCalls()
Gets the value of the datedCalls property.- Returns:
- possible object is
DatedVehicleJourney.DatedCalls
-
setDatedCalls
public void setDatedCalls(DatedVehicleJourney.DatedCalls value)
Sets the value of the datedCalls property.- Parameters:
value- allowed object isDatedVehicleJourney.DatedCalls
-
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
-
-