public class TerminateSubscriptionResponseStructure extends ResponseEndpointStructure
Java class for TerminateSubscriptionResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminateSubscriptionResponseStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseEndpointStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}TerminationStatusGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<TerminationResponseStatusStructure> |
terminationResponseStatus |
address, delegatorAddress, delegatorRef, requestMessageRef, responderRefresponseTimestamp| Constructor and Description |
|---|
TerminateSubscriptionResponseStructure() |
getAddress, getDelegatorAddress, getDelegatorRef, getRequestMessageRef, getResponderRef, setAddress, setDelegatorAddress, setDelegatorRef, setRequestMessageRef, setResponderRefgetResponseTimestamp, setResponseTimestampprotected List<TerminationResponseStatusStructure> terminationResponseStatus
public TerminateSubscriptionResponseStructure()
public List<TerminationResponseStatusStructure> getTerminationResponseStatus()
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 terminationResponseStatus property.
For example, to add a new item, do as follows:
getTerminationResponseStatus().add(newItem);
Objects of the following type(s) are allowed in the list
TerminationResponseStatusStructure
public TerminateSubscriptionResponseStructure withTerminationResponseStatus(TerminationResponseStatusStructure... values)
public TerminateSubscriptionResponseStructure withTerminationResponseStatus(Collection<TerminationResponseStatusStructure> values)
public TerminateSubscriptionResponseStructure withAddress(String value)
withAddress in class ResponseEndpointStructurepublic TerminateSubscriptionResponseStructure withResponderRef(ParticipantRefStructure value)
withResponderRef in class ResponseEndpointStructurepublic TerminateSubscriptionResponseStructure withRequestMessageRef(MessageQualifierStructure value)
withRequestMessageRef in class ResponseEndpointStructurepublic TerminateSubscriptionResponseStructure withDelegatorAddress(String value)
withDelegatorAddress in class ResponseEndpointStructurepublic TerminateSubscriptionResponseStructure withDelegatorRef(ParticipantRefStructure value)
withDelegatorRef in class ResponseEndpointStructurepublic TerminateSubscriptionResponseStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseEndpointStructurepublic String toString()
toString in class ResponseEndpointStructureCopyright © 2018 Entur AS. All rights reserved.