Package uk.org.siri.siri21
Class StopTimetableDeliveriesStructure
- java.lang.Object
-
- uk.org.siri.siri21.StopTimetableDeliveriesStructure
-
- All Implemented Interfaces:
Serializable
public class StopTimetableDeliveriesStructure extends Object implements Serializable
Type for stop timetable deliveries. Used in WSDL.Java class for StopTimetableDeliveriesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopTimetableDeliveriesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}StopTimetableDelivery"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StopTimetableDeliveryStructurestopTimetableDelivery
-
Constructor Summary
Constructors Constructor Description StopTimetableDeliveriesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StopTimetableDeliveryStructuregetStopTimetableDelivery()Gets the value of the stopTimetableDelivery property.voidsetStopTimetableDelivery(StopTimetableDeliveryStructure value)Sets the value of the stopTimetableDelivery property.
-
-
-
Field Detail
-
stopTimetableDelivery
protected StopTimetableDeliveryStructure stopTimetableDelivery
-
-
Method Detail
-
getStopTimetableDelivery
public StopTimetableDeliveryStructure getStopTimetableDelivery()
Gets the value of the stopTimetableDelivery property.- Returns:
- possible object is
StopTimetableDeliveryStructure
-
setStopTimetableDelivery
public void setStopTimetableDelivery(StopTimetableDeliveryStructure value)
Sets the value of the stopTimetableDelivery property.- Parameters:
value- allowed object isStopTimetableDeliveryStructure
-
-