Package uk.org.siri.siri21
Class AbstractSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri21.AbstractRequestStructure
-
- uk.org.siri.siri21.AuthenticatedRequestStructure
-
- uk.org.siri.siri21.RequestStructure
-
- uk.org.siri.siri21.AbstractSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SubscriptionRequestStructure
public abstract class AbstractSubscriptionRequestStructure extends RequestStructure implements Serializable
Type for COmmon Subscription Request.Java 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/siri}RequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}SubscriberEndpointGroup"/> <element name="SubscriptionContext" type="{http://www.siri.org.uk/siri}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.siri21.RequestStructure
address, delegatorAddress, delegatorRef, messageIdentifier, requestorRef
-
Fields inherited from class uk.org.siri.siri21.AuthenticatedRequestStructure
accountId, accountKey
-
Fields inherited from class uk.org.siri.siri21.AbstractRequestStructure
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.siri21.RequestStructure
getAddress, getDelegatorAddress, getDelegatorRef, getMessageIdentifier, getRequestorRef, setAddress, setDelegatorAddress, setDelegatorRef, setMessageIdentifier, setRequestorRef
-
Methods inherited from class uk.org.siri.siri21.AuthenticatedRequestStructure
getAccountId, getAccountKey, setAccountId, setAccountKey
-
Methods inherited from class uk.org.siri.siri21.AbstractRequestStructure
getRequestTimestamp, 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
-
-