Class DatedVehicleJourney
- java.lang.Object
-
- uk.org.siri.siri20.DatedVehicleJourney
-
- All Implemented Interfaces:
Serializable
public class DatedVehicleJourney extends Object implements Serializable
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" minOccurs="0"/> <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"/> <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> <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.CourseOfJourneyRefStructuregetCourseOfJourneyRef()Gets the value of the courseOfJourneyRef property.DatedVehicleJourney.DatedCallsgetDatedCalls()Gets the value of the datedCalls property.StringgetDatedVehicleJourneyCode()Gets the value of the datedVehicleJourneyCode property.List<NaturalLanguageStringStructure>getDestinationDisplaies()Gets the value of the destinationDisplaies property.List<NaturalLanguageStringStructure>getDirectionNames()Gets the value of the directionNames property.ExtensionsgetExtensions()Gets the value of the extensions property.LineRefgetExternalLineRef()Gets the value of the externalLineRef property.FirstOrLastJourneyEnumerationgetFirstOrLastJourney()Gets the value of the firstOrLastJourney property.FramedVehicleJourneyRefStructuregetFramedVehicleJourneyRef()Gets the value of the framedVehicleJourneyRef property.GroupOfLinesRefStructuregetGroupOfLinesRef()Gets the value of the groupOfLinesRef property.List<NaturalLanguageStringStructure>getJourneyNotes()Gets the value of the journeyNotes property.NaturalLanguageStringStructuregetJourneyPatternName()Gets the value of the journeyPatternName property.JourneyPatternRefgetJourneyPatternRef()Gets the value of the journeyPatternRef property.List<NaturalLanguagePlaceNameStructure>getLineNotes()Gets the value of the lineNotes property.SimpleContactStructuregetOperationsContact()Gets the value of the operationsContact property.OperatorRefStructuregetOperatorRef()Gets the value of the operatorRef property.List<NaturalLanguageStringStructure>getOriginDisplaies()Gets the value of the originDisplaies property.ProductCategoryRefStructuregetProductCategoryRef()Gets the value of the productCategoryRef property.SimpleContactStructuregetPublicContact()Gets the value of the publicContact property.List<NaturalLanguageStringStructure>getPublishedLineNames()Name or Number by which the LINE is known to the public.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.List<NaturalLanguageStringStructure>getVehicleJourneyNames()Gets the value of the vehicleJourneyNames 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(CourseOfJourneyRefStructure 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.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.voidsetFirstOrLastJourney(FirstOrLastJourneyEnumeration value)Sets the value of the firstOrLastJourney property.voidsetFramedVehicleJourneyRef(FramedVehicleJourneyRefStructure value)Sets the value of the framedVehicleJourneyRef property.voidsetGroupOfLinesRef(GroupOfLinesRefStructure value)Sets the value of the groupOfLinesRef property.voidsetHeadwayService(Boolean value)Sets the value of the headwayService property.voidsetJourneyPatternName(NaturalLanguageStringStructure value)Sets the value of the journeyPatternName property.voidsetJourneyPatternRef(JourneyPatternRef value)Sets the value of the journeyPatternRef property.voidsetMonitored(Boolean value)Sets the value of the monitored property.voidsetOperationsContact(SimpleContactStructure value)Sets the value of the operationsContact property.voidsetOperatorRef(OperatorRefStructure value)Sets the value of the operatorRef property.voidsetProductCategoryRef(ProductCategoryRefStructure value)Sets the value of the productCategoryRef property.voidsetPublicContact(SimpleContactStructure value)Sets the value of the publicContact property.voidsetRouteRef(RouteRefStructure value)Sets the value of the routeRef property.voidsetVehicleJourneyRef(VehicleJourneyRef value)Sets the value of the vehicleJourneyRef property.
-
-
-
Field Detail
-
datedVehicleJourneyCode
protected String datedVehicleJourneyCode
-
vehicleJourneyRef
protected VehicleJourneyRef vehicleJourneyRef
-
framedVehicleJourneyRef
protected FramedVehicleJourneyRefStructure framedVehicleJourneyRef
-
cancellation
protected Boolean cancellation
-
extraJourney
protected Boolean extraJourney
-
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
-
operatorRef
protected OperatorRefStructure operatorRef
-
productCategoryRef
protected ProductCategoryRefStructure productCategoryRef
-
serviceFeatureReves
protected List<ServiceFeatureRef> serviceFeatureReves
-
vehicleFeatureReves
protected List<VehicleFeatureRefStructure> vehicleFeatureReves
-
vehicleJourneyNames
protected List<NaturalLanguageStringStructure> vehicleJourneyNames
-
journeyNotes
protected List<NaturalLanguageStringStructure> journeyNotes
-
publicContact
protected SimpleContactStructure publicContact
-
operationsContact
protected SimpleContactStructure operationsContact
-
originDisplaies
protected List<NaturalLanguageStringStructure> originDisplaies
-
destinationDisplaies
protected List<NaturalLanguageStringStructure> destinationDisplaies
-
lineNotes
protected List<NaturalLanguagePlaceNameStructure> lineNotes
-
firstOrLastJourney
protected FirstOrLastJourneyEnumeration firstOrLastJourney
-
headwayService
protected Boolean headwayService
-
monitored
protected Boolean monitored
-
blockRef
protected BlockRefStructure blockRef
-
courseOfJourneyRef
protected CourseOfJourneyRefStructure 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
-
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
-
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
-
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 JAXB 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 JAXB 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 JAXB 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
-
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. Corresponds to NeTEX TYPE OF SERVICe.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 JAXB 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 JAXB 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
-
getVehicleJourneyNames
public List<NaturalLanguageStringStructure> getVehicleJourneyNames()
Gets the value of the vehicleJourneyNames 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 vehicleJourneyNames property.For example, to add a new item, do as follows:
getVehicleJourneyNames().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
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 JAXB 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
-
getPublicContact
public SimpleContactStructure getPublicContact()
Gets the value of the publicContact property.- Returns:
- possible object is
SimpleContactStructure
-
setPublicContact
public void setPublicContact(SimpleContactStructure value)
Sets the value of the publicContact property.- Parameters:
value- allowed object isSimpleContactStructure
-
getOperationsContact
public SimpleContactStructure getOperationsContact()
Gets the value of the operationsContact property.- Returns:
- possible object is
SimpleContactStructure
-
setOperationsContact
public void setOperationsContact(SimpleContactStructure value)
Sets the value of the operationsContact property.- Parameters:
value- allowed object isSimpleContactStructure
-
getOriginDisplaies
public List<NaturalLanguageStringStructure> getOriginDisplaies()
Gets the value of the originDisplaies 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 originDisplaies property.For example, to add a new item, do as follows:
getOriginDisplaies().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getDestinationDisplaies
public List<NaturalLanguageStringStructure> getDestinationDisplaies()
Gets the value of the destinationDisplaies 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 destinationDisplaies property.For example, to add a new item, do as follows:
getDestinationDisplaies().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguageStringStructure
-
getLineNotes
public List<NaturalLanguagePlaceNameStructure> getLineNotes()
Gets the value of the lineNotes 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 lineNotes property.For example, to add a new item, do as follows:
getLineNotes().add(newItem);Objects of the following type(s) are allowed in the list
NaturalLanguagePlaceNameStructure
-
getFirstOrLastJourney
public FirstOrLastJourneyEnumeration getFirstOrLastJourney()
Gets the value of the firstOrLastJourney property.- Returns:
- possible object is
FirstOrLastJourneyEnumeration
-
setFirstOrLastJourney
public void setFirstOrLastJourney(FirstOrLastJourneyEnumeration value)
Sets the value of the firstOrLastJourney property.- Parameters:
value- allowed object isFirstOrLastJourneyEnumeration
-
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 CourseOfJourneyRefStructure getCourseOfJourneyRef()
Gets the value of the courseOfJourneyRef property.- Returns:
- possible object is
CourseOfJourneyRefStructure
-
setCourseOfJourneyRef
public void setCourseOfJourneyRef(CourseOfJourneyRefStructure value)
Sets the value of the courseOfJourneyRef property.- Parameters:
value- allowed object isCourseOfJourneyRefStructure
-
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
-
-