Package uk.org.siri.siri10
Class TerminateSubscriptionRequestStructure
- java.lang.Object
-
- uk.org.siri.siri10.RequestStructure
-
- uk.org.siri.siri10.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/}RequestStructure"> <sequence> <group ref="{http://www.siri.org.uk/}TerminateSubscriptionTopicGroup"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringallprotected List<SubscriptionQualifierStructure>subscriptionRef-
Fields inherited from class uk.org.siri.siri10.RequestStructure
address, messageIdentifier, requestorRef, 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.List<SubscriptionQualifierStructure>getSubscriptionRef()Gets the value of the subscriptionRef property.voidsetAll(String value)Sets the value of the all property.-
Methods inherited from class uk.org.siri.siri10.RequestStructure
getAddress, getMessageIdentifier, getRequestorRef, getRequestTimestamp, setAddress, setMessageIdentifier, setRequestorRef, setRequestTimestamp
-
-
-
-
Field Detail
-
all
protected String all
-
subscriptionRef
protected List<SubscriptionQualifierStructure> subscriptionRef
-
-
Method Detail
-
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
-
getSubscriptionRef
public List<SubscriptionQualifierStructure> getSubscriptionRef()
Gets the value of the subscriptionRef 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 subscriptionRef property.For example, to add a new item, do as follows:
getSubscriptionRef().add(newItem);Objects of the following type(s) are allowed in the list
SubscriptionQualifierStructure
-
-