Package uk.org.siri.siri10
Class AbstractSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ConnectionMonitoringSubscriptionRequestStructure,ConnectionTimetableSubscriptionStructure,EstimatedTimetableSubscriptionStructure,GeneralMessageSubscriptionStructure,ProductionTimetableSubscriptionStructure,StopMonitoringSubscriptionStructure,StopTimetableSubscriptionStructure,VehicleMonitoringSubscriptionStructure
public class AbstractSubscriptionStructure extends Object implements Serializable
Type forr SIRI Service subscriptionsJava class for AbstractSubscriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSubscriptionStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}SubscriptionIdentityGroup"/> <element name="InitialTerminationTime" 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 ZonedDateTimeinitialTerminationTimeprotected ParticipantRefStructuresubscriberRefprotected SubscriptionQualifierStructuresubscriptionIdentifier
-
Constructor Summary
Constructors Constructor Description AbstractSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetInitialTerminationTime()Gets the value of the initialTerminationTime property.ParticipantRefStructuregetSubscriberRef()Gets the value of the subscriberRef property.SubscriptionQualifierStructuregetSubscriptionIdentifier()Gets the value of the subscriptionIdentifier property.voidsetInitialTerminationTime(ZonedDateTime value)Sets the value of the initialTerminationTime property.voidsetSubscriberRef(ParticipantRefStructure value)Sets the value of the subscriberRef property.voidsetSubscriptionIdentifier(SubscriptionQualifierStructure value)Sets the value of the subscriptionIdentifier property.
-
-
-
Field Detail
-
subscriberRef
protected ParticipantRefStructure subscriberRef
-
subscriptionIdentifier
protected SubscriptionQualifierStructure subscriptionIdentifier
-
initialTerminationTime
protected ZonedDateTime initialTerminationTime
-
-
Method Detail
-
getSubscriberRef
public ParticipantRefStructure getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
ParticipantRefStructure
-
setSubscriberRef
public void setSubscriberRef(ParticipantRefStructure value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isParticipantRefStructure
-
getSubscriptionIdentifier
public SubscriptionQualifierStructure getSubscriptionIdentifier()
Gets the value of the subscriptionIdentifier property.- Returns:
- possible object is
SubscriptionQualifierStructure
-
setSubscriptionIdentifier
public void setSubscriptionIdentifier(SubscriptionQualifierStructure value)
Sets the value of the subscriptionIdentifier property.- Parameters:
value- allowed object isSubscriptionQualifierStructure
-
getInitialTerminationTime
public ZonedDateTime getInitialTerminationTime()
Gets the value of the initialTerminationTime property.- Returns:
- possible object is
String
-
setInitialTerminationTime
public void setInitialTerminationTime(ZonedDateTime value)
Sets the value of the initialTerminationTime property.- Parameters:
value- allowed object isString
-
-