Package uk.org.siri.siri14
Class GeneralMessageSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractSubscriptionStructure
-
- uk.org.siri.siri14.GeneralMessageSubscriptionStructure
-
- All Implemented Interfaces:
Serializable
public class GeneralMessageSubscriptionStructure extends AbstractSubscriptionStructure implements Serializable
Subscription for General Message Service.Java class for GeneralMessageSubscriptionStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeneralMessageSubscriptionStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/siri}GeneralMessageRequest"/> <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 Extensionsextensionsprotected GeneralMessageRequestStructuregeneralMessageRequest-
Fields inherited from class uk.org.siri.siri14.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description GeneralMessageSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.GeneralMessageRequestStructuregetGeneralMessageRequest()Gets the value of the generalMessageRequest property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetGeneralMessageRequest(GeneralMessageRequestStructure value)Sets the value of the generalMessageRequest property.-
Methods inherited from class uk.org.siri.siri14.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
generalMessageRequest
protected GeneralMessageRequestStructure generalMessageRequest
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getGeneralMessageRequest
public GeneralMessageRequestStructure getGeneralMessageRequest()
Gets the value of the generalMessageRequest property.- Returns:
- possible object is
GeneralMessageRequestStructure
-
setGeneralMessageRequest
public void setGeneralMessageRequest(GeneralMessageRequestStructure value)
Sets the value of the generalMessageRequest property.- Parameters:
value- allowed object isGeneralMessageRequestStructure
-
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
-
-