Package uk.org.siri.siri20
Class ConnectionTimetableDeliveriesStructure
- java.lang.Object
-
- uk.org.siri.siri20.ConnectionTimetableDeliveriesStructure
-
- All Implemented Interfaces:
Serializable
public class ConnectionTimetableDeliveriesStructure extends Object implements Serializable
Type for Deliveries for Connection Timetable Service. Used in WSDl.Java class for ConnectionTimetableDeliveriesStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ConnectionTimetableDeliveriesStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}ConnectionTimetableDelivery"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ConnectionTimetableDeliveryStructureconnectionTimetableDelivery
-
Constructor Summary
Constructors Constructor Description ConnectionTimetableDeliveriesStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectionTimetableDeliveryStructuregetConnectionTimetableDelivery()Gets the value of the connectionTimetableDelivery property.voidsetConnectionTimetableDelivery(ConnectionTimetableDeliveryStructure value)Sets the value of the connectionTimetableDelivery property.
-
-
-
Field Detail
-
connectionTimetableDelivery
protected ConnectionTimetableDeliveryStructure connectionTimetableDelivery
-
-
Method Detail
-
getConnectionTimetableDelivery
public ConnectionTimetableDeliveryStructure getConnectionTimetableDelivery()
Gets the value of the connectionTimetableDelivery property.- Returns:
- possible object is
ConnectionTimetableDeliveryStructure
-
setConnectionTimetableDelivery
public void setConnectionTimetableDelivery(ConnectionTimetableDeliveryStructure value)
Sets the value of the connectionTimetableDelivery property.- Parameters:
value- allowed object isConnectionTimetableDeliveryStructure
-
-