Class DatedTimetableVersionFrame
- java.lang.Object
-
- uk.org.siri.siri14.AbstractItemStructure
-
- uk.org.siri.siri14.DatedTimetableVersionFrame
-
- All Implemented Interfaces:
Serializable
public class DatedTimetableVersionFrame extends AbstractItemStructure implements Serializable
Type for Production Timetable of a line.Java class for DatedTimetableVersionFrameStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedTimetableVersionFrameStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractItemStructure"> <sequence> <element name="VersionRef" type="{http://www.siri.org.uk/siri}VersionRefStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}LineIdentityGroup"/> <group ref="{http://www.siri.org.uk/siri}JourneyPatternInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}ServiceInfoGroup" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}DatedServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/siri}TimetableRealtimeInfoGroup"/> <element name="DatedVehicleJourney" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyStructure" 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 List<DatedVehicleJourney>datedVehicleJourneiesprotected NaturalLanguageStringStructuredestinationDisplayprotected NaturalLanguageStringStructuredirectionNameprotected DirectionRefStructuredirectionRefprotected Extensionsextensionsprotected LineRefexternalLineRefprotected BooleanheadwayServiceprotected JourneyPatternRefjourneyPatternRefprotected NaturalLanguagePlaceNameStructurelineNoteprotected LineReflineRefprotected Booleanmonitoredprotected OperatorRefStructureoperatorRefprotected ProductCategoryRefStructureproductCategoryRefprotected NaturalLanguageStringStructurepublishedLineNameprotected RouteRefStructurerouteRefprotected List<ServiceFeatureRef>serviceFeatureRevesprotected List<VehicleFeatureRefStructure>vehicleFeatureRevesprotected List<VehicleModesEnumeration>vehicleModesprotected VersionRefStructureversionRef-
Fields inherited from class uk.org.siri.siri14.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description DatedTimetableVersionFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DatedVehicleJourney>getDatedVehicleJourneies()Gets the value of the datedVehicleJourneies property.NaturalLanguageStringStructuregetDestinationDisplay()Gets the value of the destinationDisplay property.NaturalLanguageStringStructuregetDirectionName()Gets the value of the directionName 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.JourneyPatternRefgetJourneyPatternRef()Gets the value of the journeyPatternRef property.NaturalLanguagePlaceNameStructuregetLineNote()Gets the value of the lineNote property.LineRefgetLineRef()Gets the value of the lineRef 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.List<VehicleModesEnumeration>getVehicleModes()Gets the value of the vehicleModes property.VersionRefStructuregetVersionRef()Gets the value of the versionRef property.BooleanisHeadwayService()Gets the value of the headwayService property.BooleanisMonitored()Gets the value of the monitored property.voidsetDestinationDisplay(NaturalLanguageStringStructure value)Sets the value of the destinationDisplay property.voidsetDirectionName(NaturalLanguageStringStructure value)Sets the value of the directionName 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.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.voidsetLineRef(LineRef value)Sets the value of the lineRef 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.voidsetVersionRef(VersionRefStructure value)Sets the value of the versionRef property.-
Methods inherited from class uk.org.siri.siri14.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
versionRef
protected VersionRefStructure versionRef
-
lineRef
protected LineRef lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
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
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
lineNote
protected NaturalLanguagePlaceNameStructure lineNote
-
headwayService
protected Boolean headwayService
-
monitored
protected Boolean monitored
-
datedVehicleJourneies
protected List<DatedVehicleJourney> datedVehicleJourneies
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getVersionRef
public VersionRefStructure getVersionRef()
Gets the value of the versionRef property.- Returns:
- possible object is
VersionRefStructure
-
setVersionRef
public void setVersionRef(VersionRefStructure value)
Sets the value of the versionRef property.- Parameters:
value- allowed object isVersionRefStructure
-
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
-
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 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
-
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 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
-
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
-
getDatedVehicleJourneies
public List<DatedVehicleJourney> getDatedVehicleJourneies()
Gets the value of the datedVehicleJourneies 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 datedVehicleJourneies property.For example, to add a new item, do as follows:
getDatedVehicleJourneies().add(newItem);Objects of the following type(s) are allowed in the list
DatedVehicleJourney
-
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
-
-