public class TerminateSubscriptionRequestStructure extends AuthenticatedRequestStructure
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>
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected String |
all |
protected String |
delegatorAddress |
protected ParticipantRefStructure |
delegatorRef |
protected ExtensionsStructure |
extensions |
protected MessageQualifierStructure |
messageIdentifier |
protected ParticipantRefStructure |
requestorRef |
protected ParticipantRefStructure |
subscriberRef |
protected List<SubscriptionQualifierStructure> |
subscriptionRef |
accountId, accountKeyrequestTimestamp| Constructor and Description |
|---|
TerminateSubscriptionRequestStructure() |
getAccountId, getAccountKey, setAccountId, setAccountKeygetRequestTimestamp, setRequestTimestampprotected String address
protected ParticipantRefStructure requestorRef
protected MessageQualifierStructure messageIdentifier
protected String delegatorAddress
protected ParticipantRefStructure delegatorRef
protected ParticipantRefStructure subscriberRef
protected String all
protected List<SubscriptionQualifierStructure> subscriptionRef
protected ExtensionsStructure extensions
public TerminateSubscriptionRequestStructure()
public String getAddress()
Stringpublic void setAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getRequestorRef()
ParticipantRefStructurepublic void setRequestorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic MessageQualifierStructure getMessageIdentifier()
MessageQualifierStructurepublic void setMessageIdentifier(MessageQualifierStructure value)
value - allowed object is
MessageQualifierStructurepublic String getDelegatorAddress()
Stringpublic void setDelegatorAddress(String value)
value - allowed object is
Stringpublic ParticipantRefStructure getDelegatorRef()
ParticipantRefStructurepublic void setDelegatorRef(ParticipantRefStructure value)
value - allowed object is
ParticipantRefStructurepublic 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 ExtensionsStructure getExtensions()
ExtensionsStructurepublic void setExtensions(ExtensionsStructure value)
value - allowed object is
ExtensionsStructurepublic TerminateSubscriptionRequestStructure withAddress(String value)
public TerminateSubscriptionRequestStructure withRequestorRef(ParticipantRefStructure value)
public TerminateSubscriptionRequestStructure withMessageIdentifier(MessageQualifierStructure value)
public TerminateSubscriptionRequestStructure withDelegatorAddress(String value)
public TerminateSubscriptionRequestStructure withDelegatorRef(ParticipantRefStructure value)
public TerminateSubscriptionRequestStructure withSubscriberRef(ParticipantRefStructure value)
public TerminateSubscriptionRequestStructure withAll(String value)
public TerminateSubscriptionRequestStructure withSubscriptionRef(SubscriptionQualifierStructure... values)
public TerminateSubscriptionRequestStructure withSubscriptionRef(Collection<SubscriptionQualifierStructure> values)
public TerminateSubscriptionRequestStructure withExtensions(ExtensionsStructure value)
public TerminateSubscriptionRequestStructure withAccountId(String value)
withAccountId in class AuthenticatedRequestStructurepublic TerminateSubscriptionRequestStructure withAccountKey(String value)
withAccountKey in class AuthenticatedRequestStructurepublic TerminateSubscriptionRequestStructure withRequestTimestamp(LocalDateTime value)
withRequestTimestamp in class AuthenticatedRequestStructurepublic String toString()
toString in class AuthenticatedRequestStructureCopyright © 2018 Entur AS. All rights reserved.