Package uk.org.siri.siri14
Class TerminateSubscriptionRequestBodyStructure
- java.lang.Object
-
- uk.org.siri.siri14.TerminateSubscriptionRequestBodyStructure
-
- All Implemented Interfaces:
Serializable
public class TerminateSubscriptionRequestBodyStructure extends Object implements Serializable
Type for Body of Terminate Subscription Request content. Used in WSDL.Java class for TerminateSubscriptionRequestBodyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminateSubscriptionRequestBodyStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/siri}TerminateSubscriptionTopicGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringallprotected RequestorRefsubscriberRefprotected List<SubscriptionQualifierStructure>subscriptionReves
-
Constructor Summary
Constructors Constructor Description TerminateSubscriptionRequestBodyStructure()
-
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.
-
-
-
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 JAXB 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
-
-