Class DatedTimetableVersionFrameStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractItemStructure
-
- uk.org.siri.siri10.DatedTimetableVersionFrameStructure
-
- All Implemented Interfaces:
Serializable
public class DatedTimetableVersionFrameStructure 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/}AbstractItemStructure"> <sequence> <element name="VersionRef" type="{http://www.siri.org.uk/}VersionRefStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}LineIdentityGroup"/> <group ref="{http://www.siri.org.uk/}JourneyPatternInfoGroup"/> <group ref="{http://www.siri.org.uk/}ServiceInfoGroup" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}DatedServiceInfoGroup"/> <group ref="{http://www.siri.org.uk/}TimetableRealtimeInfoGroup"/> <element name="DatedVehicleJourney" type="{http://www.siri.org.uk/}DatedVehicleJourneyStructure" maxOccurs="unbounded" 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 List<DatedVehicleJourneyStructure>datedVehicleJourneyprotected NaturalLanguageStringStructuredestinationDisplayprotected NaturalLanguageStringStructuredirectionNameprotected DirectionRefStructuredirectionRefprotected ExtensionsStructureextensionsprotected LineRefStructureexternalLineRefprotected BooleanheadwayServiceprotected JourneyPatternRefStructurejourneyPatternRefprotected NaturalLanguagePlaceNameStructurelineNoteprotected LineRefStructurelineRefprotected Booleanmonitoredprotected OperatorRefStructureoperatorRefprotected ProductCategoryRefStructureproductCategoryRefprotected NaturalLanguageStringStructurepublishedLineNameprotected RouteRefStructurerouteRefprotected List<ServiceFeatureRefStructure>serviceFeatureRefprotected List<VehicleFeatureRefStructure>vehicleFeatureRefprotected List<VehicleModesEnumeration>vehicleModeprotected VersionRefStructureversionRef-
Fields inherited from class uk.org.siri.siri10.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description DatedTimetableVersionFrameStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<DatedVehicleJourneyStructure>getDatedVehicleJourney()Gets the value of the datedVehicleJourney 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.ExtensionsStructuregetExtensions()Gets the value of the extensions property.LineRefStructuregetExternalLineRef()Gets the value of the externalLineRef property.JourneyPatternRefStructuregetJourneyPatternRef()Gets the value of the journeyPatternRef property.NaturalLanguagePlaceNameStructuregetLineNote()Gets the value of the lineNote property.LineRefStructuregetLineRef()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<ServiceFeatureRefStructure>getServiceFeatureRef()Classification of service into arbitrary Service categories, e.g.List<VehicleFeatureRefStructure>getVehicleFeatureRef()Gets the value of the vehicleFeatureRef property.List<VehicleModesEnumeration>getVehicleMode()Gets the value of the vehicleMode 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(ExtensionsStructure value)Sets the value of the extensions property.voidsetExternalLineRef(LineRefStructure value)Sets the value of the externalLineRef 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.voidsetLineRef(LineRefStructure 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.siri10.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
versionRef
protected VersionRefStructure versionRef
-
lineRef
protected LineRefStructure lineRef
-
directionRef
protected DirectionRefStructure directionRef
-
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
-
destinationDisplay
protected NaturalLanguageStringStructure destinationDisplay
-
lineNote
protected NaturalLanguagePlaceNameStructure lineNote
-
headwayService
protected Boolean headwayService
-
monitored
protected Boolean monitored
-
datedVehicleJourney
protected List<DatedVehicleJourneyStructure> datedVehicleJourney
-
extensions
protected ExtensionsStructure 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 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
-
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
-
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
-
getDatedVehicleJourney
public List<DatedVehicleJourneyStructure> getDatedVehicleJourney()
Gets the value of the datedVehicleJourney 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 datedVehicleJourney property.For example, to add a new item, do as follows:
getDatedVehicleJourney().add(newItem);Objects of the following type(s) are allowed in the list
DatedVehicleJourneyStructure
-
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
-
-