Package uk.org.siri.siri14
Class WaitProlongedDepartureStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractItemStructure
-
- uk.org.siri.siri14.AbstractDistributorItemStructure
-
- uk.org.siri.siri14.WaitProlongedDepartureStructure
-
- All Implemented Interfaces:
Serializable
public class WaitProlongedDepartureStructure extends AbstractDistributorItemStructure implements Serializable
Type for Distributor prolonged wait action.Java class for WaitProlongedDepartureStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WaitProlongedDepartureStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractDistributorItemStructure"> <sequence minOccurs="0"> <element name="ExpectedDepartureTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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 ZonedDateTimeexpectedDepartureTimeprotected Extensionsextensions-
Fields inherited from class uk.org.siri.siri14.AbstractDistributorItemStructure
connectionLinkRef, distributorJourney, distributorOrder, distributorVisitNumber, feederVehicleJourneyReves, interchangeRef, stopPointRef
-
Fields inherited from class uk.org.siri.siri14.AbstractItemStructure
recordedAtTime
-
-
Constructor Summary
Constructors Constructor Description WaitProlongedDepartureStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetExpectedDepartureTime()Gets the value of the expectedDepartureTime property.ExtensionsgetExtensions()Gets the value of the extensions property.voidsetExpectedDepartureTime(ZonedDateTime value)Sets the value of the expectedDepartureTime property.voidsetExtensions(Extensions value)Sets the value of the extensions property.-
Methods inherited from class uk.org.siri.siri14.AbstractDistributorItemStructure
getConnectionLinkRef, getDistributorJourney, getDistributorOrder, getDistributorVisitNumber, getFeederVehicleJourneyReves, getInterchangeRef, getStopPointRef, setConnectionLinkRef, setDistributorJourney, setDistributorOrder, setDistributorVisitNumber, setInterchangeRef, setStopPointRef
-
Methods inherited from class uk.org.siri.siri14.AbstractItemStructure
getRecordedAtTime, setRecordedAtTime
-
-
-
-
Field Detail
-
expectedDepartureTime
protected ZonedDateTime expectedDepartureTime
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getExpectedDepartureTime
public ZonedDateTime getExpectedDepartureTime()
Gets the value of the expectedDepartureTime property.- Returns:
- possible object is
String
-
setExpectedDepartureTime
public void setExpectedDepartureTime(ZonedDateTime value)
Sets the value of the expectedDepartureTime property.- Parameters:
value- allowed object isString
-
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
-
-