Package uk.org.siri.siri20
Class TerminateSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri20.AbstractRequestStructure
-
- uk.org.siri.siri20.AuthenticatedRequestStructure
-
- uk.org.siri.siri20.TerminateSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
public class TerminateSubscriptionRequestStructure extends AuthenticatedRequestStructure implements Serializable
Type for request to terminate a subscription or subscriptions.Java class for TerminateSubscriptionRequestStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminateSubscriptionRequestStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}AuthenticatedRequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}RequestorEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}TerminateSubscriptionTopicGroup"/> <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 Stringaddressprotected Stringallprotected StringdelegatorAddressprotected RequestorRefdelegatorRefprotected Extensionsextensionsprotected MessageQualifierStructuremessageIdentifierprotected RequestorRefrequestorRefprotected RequestorRefsubscriberRefprotected List<SubscriptionQualifierStructure>subscriptionReves-
Fields inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
accountId, accountKey
-
Fields inherited from class uk.org.siri.siri20.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description TerminateSubscriptionRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.StringgetAll()Gets the value of the all property.StringgetDelegatorAddress()Gets the value of the delegatorAddress property.RequestorRefgetDelegatorRef()Gets the value of the delegatorRef property.ExtensionsgetExtensions()Gets the value of the extensions property.MessageQualifierStructuregetMessageIdentifier()Gets the value of the messageIdentifier property.RequestorRefgetRequestorRef()Gets the value of the requestorRef property.RequestorRefgetSubscriberRef()Gets the value of the subscriberRef property.List<SubscriptionQualifierStructure>getSubscriptionReves()Gets the value of the subscriptionReves property.voidsetAddress(String value)Sets the value of the address property.voidsetAll(String value)Sets the value of the all property.voidsetDelegatorAddress(String value)Sets the value of the delegatorAddress property.voidsetDelegatorRef(RequestorRef value)Sets the value of the delegatorRef property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetMessageIdentifier(MessageQualifierStructure value)Sets the value of the messageIdentifier property.voidsetRequestorRef(RequestorRef value)Sets the value of the requestorRef property.voidsetSubscriberRef(RequestorRef value)Sets the value of the subscriberRef property.-
Methods inherited from class uk.org.siri.siri20.AuthenticatedRequestStructure
getAccountId, getAccountKey, setAccountId, setAccountKey
-
Methods inherited from class uk.org.siri.siri20.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
address
protected String address
-
requestorRef
protected RequestorRef requestorRef
-
messageIdentifier
protected MessageQualifierStructure messageIdentifier
-
delegatorAddress
protected String delegatorAddress
-
delegatorRef
protected RequestorRef delegatorRef
-
subscriberRef
protected RequestorRef subscriberRef
-
subscriptionReves
protected List<SubscriptionQualifierStructure> subscriptionReves
-
all
protected String all
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getRequestorRef
public RequestorRef getRequestorRef()
Gets the value of the requestorRef property.- Returns:
- possible object is
RequestorRef
-
setRequestorRef
public void setRequestorRef(RequestorRef value)
Sets the value of the requestorRef property.- Parameters:
value- allowed object isRequestorRef
-
getMessageIdentifier
public MessageQualifierStructure getMessageIdentifier()
Gets the value of the messageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setMessageIdentifier
public void setMessageIdentifier(MessageQualifierStructure value)
Sets the value of the messageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
getDelegatorAddress
public String getDelegatorAddress()
Gets the value of the delegatorAddress property.- Returns:
- possible object is
String
-
setDelegatorAddress
public void setDelegatorAddress(String value)
Sets the value of the delegatorAddress property.- Parameters:
value- allowed object isString
-
getDelegatorRef
public RequestorRef getDelegatorRef()
Gets the value of the delegatorRef property.- Returns:
- possible object is
RequestorRef
-
setDelegatorRef
public void setDelegatorRef(RequestorRef value)
Sets the value of the delegatorRef property.- Parameters:
value- allowed object isRequestorRef
-
getSubscriberRef
public RequestorRef getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
RequestorRef
-
setSubscriberRef
public void setSubscriberRef(RequestorRef value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isRequestorRef
-
getSubscriptionReves
public List<SubscriptionQualifierStructure> getSubscriptionReves()
Gets the value of the subscriptionReves property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the Jakarta XML Binding object. This is why there is not a
setmethod for the subscriptionReves property.For example, to add a new item, do as follows:
getSubscriptionReves().add(newItem);Objects of the following type(s) are allowed in the list
SubscriptionQualifierStructure
-
getAll
public String getAll()
Gets the value of the all property.- Returns:
- possible object is
String
-
setAll
public void setAll(String value)
Sets the value of the all property.- Parameters:
value- allowed object isString
-
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
-
-