Package uk.org.siri.siri10
Class GeneralMessageSubscriptionStructure
- java.lang.Object
-
- uk.org.siri.siri10.AbstractSubscriptionStructure
-
- uk.org.siri.siri10.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/}AbstractSubscriptionStructure"> <sequence> <element ref="{http://www.siri.org.uk/}GeneralMessageRequest"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected GeneralMessageRequestStructuregeneralMessageRequest-
Fields inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
initialTerminationTime, subscriberRef, subscriptionIdentifier
-
-
Constructor Summary
Constructors Constructor Description GeneralMessageSubscriptionStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeneralMessageRequestStructuregetGeneralMessageRequest()Gets the value of the generalMessageRequest property.voidsetGeneralMessageRequest(GeneralMessageRequestStructure value)Sets the value of the generalMessageRequest property.-
Methods inherited from class uk.org.siri.siri10.AbstractSubscriptionStructure
getInitialTerminationTime, getSubscriberRef, getSubscriptionIdentifier, setInitialTerminationTime, setSubscriberRef, setSubscriptionIdentifier
-
-
-
-
Field Detail
-
generalMessageRequest
protected GeneralMessageRequestStructure generalMessageRequest
-
-
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
-
-