Package uk.org.siri.siri14
Class FramedVehicleJourneyRefStructure
- java.lang.Object
-
- uk.org.siri.siri14.FramedVehicleJourneyRefStructure
-
- All Implemented Interfaces:
Serializable
public class FramedVehicleJourneyRefStructure extends Object implements Serializable
Type for Identifer of a MonitoredVehicleJourney within data Horizon of a serviceJava class for FramedVehicleJourneyRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="FramedVehicleJourneyRefStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="DataFrameRef" type="{http://www.siri.org.uk/siri}DataFrameRefStructure"/> <element name="DatedVehicleJourneyRef" type="{http://www.siri.org.uk/siri}DatedVehicleJourneyCodeType"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DataFrameRefStructuredataFrameRefprotected StringdatedVehicleJourneyRef
-
Constructor Summary
Constructors Constructor Description FramedVehicleJourneyRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DataFrameRefStructuregetDataFrameRef()Gets the value of the dataFrameRef property.StringgetDatedVehicleJourneyRef()Gets the value of the datedVehicleJourneyRef property.voidsetDataFrameRef(DataFrameRefStructure value)Sets the value of the dataFrameRef property.voidsetDatedVehicleJourneyRef(String value)Sets the value of the datedVehicleJourneyRef property.
-
-
-
Field Detail
-
dataFrameRef
protected DataFrameRefStructure dataFrameRef
-
datedVehicleJourneyRef
protected String datedVehicleJourneyRef
-
-
Method Detail
-
getDataFrameRef
public DataFrameRefStructure getDataFrameRef()
Gets the value of the dataFrameRef property.- Returns:
- possible object is
DataFrameRefStructure
-
setDataFrameRef
public void setDataFrameRef(DataFrameRefStructure value)
Sets the value of the dataFrameRef property.- Parameters:
value- allowed object isDataFrameRefStructure
-
getDatedVehicleJourneyRef
public String getDatedVehicleJourneyRef()
Gets the value of the datedVehicleJourneyRef property.- Returns:
- possible object is
String
-
-