Package uk.org.siri.siri13
Class DatedVehicleJourneyIndirectRefStructure
- java.lang.Object
-
- uk.org.siri.siri13.DatedVehicleJourneyIndirectRefStructure
-
- All Implemented Interfaces:
Serializable
public class DatedVehicleJourneyIndirectRefStructure extends Object implements Serializable
Type for Origin and Destination stop of a Vehicle JourneyJava class for DatedVehicleJourneyIndirectRefStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DatedVehicleJourneyIndirectRefStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="OriginRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/> <element name="AimedDepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="DestinationRef" type="{http://www.siri.org.uk/siri}StopPointRefStructure"/> <element name="AimedArrivalTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeaimedArrivalTimeprotected ZonedDateTimeaimedDepartureTimeprotected StopPointRefdestinationRefprotected StopPointReforiginRef
-
Constructor Summary
Constructors Constructor Description DatedVehicleJourneyIndirectRefStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetAimedArrivalTime()Gets the value of the aimedArrivalTime property.ZonedDateTimegetAimedDepartureTime()Gets the value of the aimedDepartureTime property.StopPointRefgetDestinationRef()Gets the value of the destinationRef property.StopPointRefgetOriginRef()Gets the value of the originRef property.voidsetAimedArrivalTime(ZonedDateTime value)Sets the value of the aimedArrivalTime property.voidsetAimedDepartureTime(ZonedDateTime value)Sets the value of the aimedDepartureTime property.voidsetDestinationRef(StopPointRef value)Sets the value of the destinationRef property.voidsetOriginRef(StopPointRef value)Sets the value of the originRef property.
-
-
-
Field Detail
-
originRef
protected StopPointRef originRef
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
destinationRef
protected StopPointRef destinationRef
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
-
Method Detail
-
getOriginRef
public StopPointRef getOriginRef()
Gets the value of the originRef property.- Returns:
- possible object is
StopPointRef
-
setOriginRef
public void setOriginRef(StopPointRef value)
Sets the value of the originRef property.- Parameters:
value- allowed object isStopPointRef
-
getAimedDepartureTime
public ZonedDateTime getAimedDepartureTime()
Gets the value of the aimedDepartureTime property.- Returns:
- possible object is
String
-
setAimedDepartureTime
public void setAimedDepartureTime(ZonedDateTime value)
Sets the value of the aimedDepartureTime property.- Parameters:
value- allowed object isString
-
getDestinationRef
public StopPointRef getDestinationRef()
Gets the value of the destinationRef property.- Returns:
- possible object is
StopPointRef
-
setDestinationRef
public void setDestinationRef(StopPointRef value)
Sets the value of the destinationRef property.- Parameters:
value- allowed object isStopPointRef
-
getAimedArrivalTime
public ZonedDateTime getAimedArrivalTime()
Gets the value of the aimedArrivalTime property.- Returns:
- possible object is
String
-
setAimedArrivalTime
public void setAimedArrivalTime(ZonedDateTime value)
Sets the value of the aimedArrivalTime property.- Parameters:
value- allowed object isString
-
-