Package uk.org.siri.siri10
Class StopTimetableSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractSubscriptionStructure
-
- uk.org.siri.siri10.StopTimetableSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
public class StopTimetableSubscriptionStructure extends AbstractSubscriptionStructure implements Serializable
Subscription Request for Stop TimetablesJava class for StopTimetableSubscriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StopTimetableSubscriptionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/}StopTimetableRequest"/> <any minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Objectanyprotected StopTimetableRequestStructurestopTimetableRequest-
Fields inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description StopTimetableSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetAny()Gets the value of the any property.StopTimetableRequestStructuregetStopTimetableRequest()Gets the value of the stopTimetableRequest property.voidsetAny(Object value)Sets the value of the any property.voidsetStopTimetableRequest(StopTimetableRequestStructure value)Sets the value of the stopTimetableRequest property.-
Methods inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
stopTimetableRequest
protected StopTimetableRequestStructure stopTimetableRequest
-
any
protected Object any
-
-
Method Detail
-
getStopTimetableRequest
public StopTimetableRequestStructure getStopTimetableRequest()
Gets the value of the stopTimetableRequest property.- Returns:
- possible object is
StopTimetableRequestStructure
-
setStopTimetableRequest
public void setStopTimetableRequest(StopTimetableRequestStructure value)
Sets the value of the stopTimetableRequest property.- Parameters:
value- allowed object isStopTimetableRequestStructure
-
getAny
public Object getAny()
Gets the value of the any property.- Returns:
- possible object is
Object
-
-