Package uk.org.siri.siri14
Class TerminateSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri14.AbstractRequestStructure
-
- uk.org.siri.siri14.RequestStructure
-
- uk.org.siri.siri14.TerminateSubscriptionRequestStructure
-
- All Implemented Interfaces:
Serializable
public class TerminateSubscriptionRequestStructure extends RequestStructure implements Serializable
Type for Request to terminate of a subscription or subscriptionsJava 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}RequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}TerminateSubscriptionTopicGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringallprotected RequestorRefsubscriberRefprotected List<SubscriptionQualifierStructure>subscriptionReves-
Fields inherited from class uk.org.siri.siri14.RequestStructure
address, messageIdentifier, requestorRef
-
Fields inherited from class uk.org.siri.siri14.AbstractRequestStructure
requestTimestamp
-
-
Constructor Summary
Constructors Constructor Description TerminateSubscriptionRequestStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAll()Gets the value of the all property.RequestorRefgetSubscriberRef()Gets the value of the subscriberRef property.List<SubscriptionQualifierStructure>getSubscriptionReves()Gets the value of the subscriptionReves property.voidsetAll(String value)Sets the value of the all property.voidsetSubscriberRef(RequestorRef value)Sets the value of the subscriberRef property.-
Methods inherited from class uk.org.siri.siri14.RequestStructure
getAddress, getMessageIdentifier, getRequestorRef, setAddress, setMessageIdentifier, setRequestorRef
-
Methods inherited from class uk.org.siri.siri14.AbstractRequestStructure
getRequestTimestamp, setRequestTimestamp
-
-
-
-
Field Detail
-
subscriberRef
protected RequestorRef subscriberRef
-
subscriptionReves
protected List<SubscriptionQualifierStructure> subscriptionReves
-
all
protected String all
-
-
Method Detail
-
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
-
-