Package uk.org.siri.siri10
Class DatedVehicleJourneyIndirectRefStructure
- java.lang.Object
-
- uk.org.siri.siri10.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/}StopPointRefStructure"/> <element name="AimedDepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/> <element name="DestinationRef" type="{http://www.siri.org.uk/}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 StopPointRefStructuredestinationRefprotected StopPointRefStructureoriginRef
-
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.StopPointRefStructuregetDestinationRef()Gets the value of the destinationRef property.StopPointRefStructuregetOriginRef()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(StopPointRefStructure value)Sets the value of the destinationRef property.voidsetOriginRef(StopPointRefStructure value)Sets the value of the originRef property.
-
-
-
Field Detail
-
originRef
protected StopPointRefStructure originRef
-
aimedDepartureTime
protected ZonedDateTime aimedDepartureTime
-
destinationRef
protected StopPointRefStructure destinationRef
-
aimedArrivalTime
protected ZonedDateTime aimedArrivalTime
-
-
Method Detail
-
getOriginRef
public StopPointRefStructure getOriginRef()
Gets the value of the originRef property.- Returns:
- possible object is
StopPointRefStructure
-
setOriginRef
public void setOriginRef(StopPointRefStructure value)
Sets the value of the originRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
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 StopPointRefStructure getDestinationRef()
Gets the value of the destinationRef property.- Returns:
- possible object is
StopPointRefStructure
-
setDestinationRef
public void setDestinationRef(StopPointRefStructure value)
Sets the value of the destinationRef property.- Parameters:
value- allowed object isStopPointRefStructure
-
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
-
-