Package uk.org.siri.siri10
Class AbstractSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.RequestStructure
-
- uk.org.siri.siri10.AbstractSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SubscriptionRequestStructure
public class AbstractSubscriptionRequestStructure extends RequestStructure implements Serializable
Type for COmmon Subscription RequestJava class for AbstractSubscriptionRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AbstractSubscriptionRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/}RequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/}SubscriberEndpointGroup"/> <element name="SubscriptionContext" type="{http://www.siri.org.uk/}SubscriptionContextStructure" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected StringconsumerAddressprotected SubscriptionContextStructuresubscriptionContextprotected StringsubscriptionFilterIdentifier-
Fields inherited from class uk.org.siri.siri10.RequestStructure
address, messageIdentifier, requestorRef, requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description AbstractSubscriptionRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConsumerAddress()Gets the value of the consumerAddress property.SubscriptionContextStructuregetSubscriptionContext()Gets the value of the subscriptionContext property.StringgetSubscriptionFilterIdentifier()Gets the value of the subscriptionFilterIdentifier property.voidsetConsumerAddress(String value)Sets the value of the consumerAddress property.voidsetSubscriptionContext(SubscriptionContextStructure value)Sets the value of the subscriptionContext property.voidsetSubscriptionFilterIdentifier(String value)Sets the value of the subscriptionFilterIdentifier property.-
Methods inherited from class uk.org.siri.siri10.RequestStructure
getAddress, getMessageIdentifier, getRequestorRef, getRequestTimestamp, setAddress, setMessageIdentifier, setRequestorRef, setRequestTimestamp
-
-
-
-
Field Detail
-
consumerAddress
protected String consumerAddress
-
subscriptionFilterIdentifier
protected String subscriptionFilterIdentifier
-
subscriptionContext
protected SubscriptionContextStructure subscriptionContext
-
-
Method Detail
-
getConsumerAddress
public String getConsumerAddress()
Gets the value of the consumerAddress property.- Returns:
- possible object is
String
-
setConsumerAddress
public void setConsumerAddress(String value)
Sets the value of the consumerAddress property.- Parameters:
value- allowed object isString
-
getSubscriptionFilterIdentifier
public String getSubscriptionFilterIdentifier()
Gets the value of the subscriptionFilterIdentifier property.- Returns:
- possible object is
String
-
setSubscriptionFilterIdentifier
public void setSubscriptionFilterIdentifier(String value)
Sets the value of the subscriptionFilterIdentifier property.- Parameters:
value- allowed object isString
-
getSubscriptionContext
public SubscriptionContextStructure getSubscriptionContext()
Gets the value of the subscriptionContext property.- Returns:
- possible object is
SubscriptionContextStructure
-
setSubscriptionContext
public void setSubscriptionContext(SubscriptionContextStructure value)
Sets the value of the subscriptionContext property.- Parameters:
value- allowed object isSubscriptionContextStructure
-
-