public class TerminateSubscriptionRequestBodyStructure extends Object
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
all |
protected ParticipantRefStructure |
subscriberRef |
protected List<SubscriptionQualifierStructure> |
subscriptionRef |
| Constructor and Description |
|---|
TerminateSubscriptionRequestBodyStructure() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAll()
Gets the value of the all property.
|
ParticipantRefStructure |
getSubscriberRef()
Gets the value of the subscriberRef property.
|
List<SubscriptionQualifierStructure> |
getSubscriptionRef()
Gets the value of the subscriptionRef property.
|
void |
setAll(String value)
Sets the value of the all property.
|
void |
setSubscriberRef(ParticipantRefStructure value)
Sets the value of the subscriberRef property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
TerminateSubscriptionRequestBodyStructure |
withAll(String value) |
TerminateSubscriptionRequestBodyStructure |
withSubscriberRef(ParticipantRefStructure value) |
TerminateSubscriptionRequestBodyStructure |
withSubscriptionRef(Collection<SubscriptionQualifierStructure> values) |
TerminateSubscriptionRequestBodyStructure |
withSubscriptionRef(SubscriptionQualifierStructure... values) |
protected ParticipantRefStructure subscriberRef
protected String all
protected List<SubscriptionQualifierStructure> subscriptionRef
public TerminateSubscriptionRequestBodyStructure()
public ParticipantRefStructure getSubscriberRef()
ParticipantRefStructurepublic void setSubscriberRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic String getAll()
Stringpublic void setAll(String value)
value - allowed object is
Stringpublic List<SubscriptionQualifierStructure> getSubscriptionRef()
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 set method 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
public TerminateSubscriptionRequestBodyStructure withSubscriberRef(ParticipantRefStructure value)
public TerminateSubscriptionRequestBodyStructure withAll(String value)
public TerminateSubscriptionRequestBodyStructure withSubscriptionRef(SubscriptionQualifierStructure... values)
public TerminateSubscriptionRequestBodyStructure withSubscriptionRef(Collection<SubscriptionQualifierStructure> values)
Copyright © 2018 Entur AS. All rights reserved.