Class DatedVehicleJourneyStructure
- java.lang.Object
-
- uk.org.siri.siri10.DatedVehicleJourneyStructure
-
- All Implemented Interfaces:
Serializable
public class DatedVehicleJourneyStructure 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/}DatedVehicleJourneyCodeType"/> <group ref="{http://www.siri.org.uk/}TimetableAlterationGroup" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/> <group ref="{http://www.siri.org.uk/}ServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/}JourneyInfoGroup"/> <group ref="{http://www.siri.org.uk/}DatedServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/}TimetableRealtimeInfoGroup"/> <group ref="{http://www.siri.org.uk/}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/}DatedCall" maxOccurs="unbounded" minOccurs="2"/> </sequence> </restriction> </complexContent> </complexType> </element> <group ref="{http://www.siri.org.uk/}DatedCallsAsFlatGroup"/> </choice> <element ref="{http://www.siri.org.uk/}Extensions" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDatedVehicleJourneyStructure.DatedCallsJava class for anonymous complex type.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description DatedVehicleJourneyStructure()
-
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<DatedCallStructure>getDateCallsList()Gets the value of the dateCallsList property.DatedVehicleJourneyStructure.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.ExtensionsStructuregetExtensions()Gets the value of the extensions property.LineRefStructuregetExternalLineRef()Gets the value of the externalLineRef property.List<NaturalLanguageStringStructure>getJourneyNote()Gets the value of the journeyNote property.JourneyPatternRefStructuregetJourneyPatternRef()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<ServiceFeatureRefStructure>getServiceFeatureRef()Classification of service into arbitrary Service categories, e.g.List<VehicleFeatureRefStructure>getVehicleFeatureRef()Gets the value of the vehicleFeatureRef property.NaturalLanguageStringStructuregetVehicleJourneyName()Gets the value of the vehicleJourneyName property.VehicleJourneyRefStructuregetVehicleJourneyRef()Gets the value of the vehicleJourneyRef property.List<VehicleModesEnumeration>getVehicleMode()Gets the value of the vehicleMode 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(DatedVehicleJourneyStructure.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(ExtensionsStructure value)Sets the value of the extensions property.voidsetExternalLineRef(LineRefStructure 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(JourneyPatternRefStructure 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(VehicleJourneyRefStructure value)Sets the value of the vehicleJourneyRef property.
-
-
-
Field Detail
-
datedVehicleJourneyCode
protected String datedVehicleJourneyCode
-
vehicleJourneyRef
protected VehicleJourneyRefStructure vehicleJourneyRef
-
extraJourney
protected Boolean extraJourney
-
cancellation
protected Boolean cancellation
-
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
-
vehicleJourneyName
protected NaturalLanguageStringStructure vehicleJourneyName
-
journeyNote
protected List<NaturalLanguageStringStructure> journeyNote
-
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 DatedVehicleJourneyStructure.DatedCalls datedCalls
-
dateCallsList
protected List<DatedCallStructure> dateCallsList
-
extensions
protected ExtensionsStructure 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 VehicleJourneyRefStructure getVehicleJourneyRef()
Gets the value of the vehicleJourneyRef property.- Returns:
- possible object is
VehicleJourneyRefStructure
-
setVehicleJourneyRef
public void setVehicleJourneyRef(VehicleJourneyRefStructure value)
Sets the value of the vehicleJourneyRef property.- Parameters:
value- allowed object isVehicleJourneyRefStructure
-
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
-
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
-
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
-
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
-
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
-
getDatedCalls
public DatedVehicleJourneyStructure.DatedCalls getDatedCalls()
Gets the value of the datedCalls property.- Returns:
- possible object is
DatedVehicleJourneyStructure.DatedCalls
-
setDatedCalls
public void setDatedCalls(DatedVehicleJourneyStructure.DatedCalls value)
Sets the value of the datedCalls property.- Parameters:
value- allowed object isDatedVehicleJourneyStructure.DatedCalls
-
getDateCallsList
public List<DatedCallStructure> 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
DatedCallStructure
-
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
-
-