public class SubscriptionResponseStructure extends ResponseEndpointStructure
Java class for SubscriptionResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SubscriptionResponseStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ResponseEndpointStructure">
<sequence>
<group ref="{http://www.siri.org.uk/siri}SubscriptionResponsePayloadGroup"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtensionsStructure |
extensions |
protected List<StatusResponseStructure> |
responseStatus |
protected LocalDateTime |
serviceStartedTime |
protected String |
subscriptionManagerAddress |
address, delegatorAddress, delegatorRef, requestMessageRef, responderRefresponseTimestamp| Constructor and Description |
|---|
SubscriptionResponseStructure() |
getAddress, getDelegatorAddress, getDelegatorRef, getRequestMessageRef, getResponderRef, setAddress, setDelegatorAddress, setDelegatorRef, setRequestMessageRef, setResponderRefgetResponseTimestamp, setResponseTimestampprotected List<StatusResponseStructure> responseStatus
protected String subscriptionManagerAddress
protected LocalDateTime serviceStartedTime
protected ExtensionsStructure extensions
public List<StatusResponseStructure> getResponseStatus()
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 responseStatus property.
For example, to add a new item, do as follows:
getResponseStatus().add(newItem);
Objects of the following type(s) are allowed in the list
StatusResponseStructure
public String getSubscriptionManagerAddress()
Stringpublic void setSubscriptionManagerAddress(String value)
value - allowed object is
Stringpublic LocalDateTime getServiceStartedTime()
Stringpublic void setServiceStartedTime(LocalDateTime value)
value - allowed object is
Stringpublic ExtensionsStructure getExtensions()
ExtensionsStructurepublic void setExtensions(ExtensionsStructure value)
value - allowed object is
ExtensionsStructurepublic SubscriptionResponseStructure withResponseStatus(StatusResponseStructure... values)
public SubscriptionResponseStructure withResponseStatus(Collection<StatusResponseStructure> values)
public SubscriptionResponseStructure withSubscriptionManagerAddress(String value)
public SubscriptionResponseStructure withServiceStartedTime(LocalDateTime value)
public SubscriptionResponseStructure withExtensions(ExtensionsStructure value)
public SubscriptionResponseStructure withAddress(String value)
withAddress in class ResponseEndpointStructurepublic SubscriptionResponseStructure withResponderRef(ParticipantRefStructure value)
withResponderRef in class ResponseEndpointStructurepublic SubscriptionResponseStructure withRequestMessageRef(MessageQualifierStructure value)
withRequestMessageRef in class ResponseEndpointStructurepublic SubscriptionResponseStructure withDelegatorAddress(String value)
withDelegatorAddress in class ResponseEndpointStructurepublic SubscriptionResponseStructure withDelegatorRef(ParticipantRefStructure value)
withDelegatorRef in class ResponseEndpointStructurepublic SubscriptionResponseStructure withResponseTimestamp(LocalDateTime value)
withResponseTimestamp in class ResponseEndpointStructurepublic String toString()
toString in class ResponseEndpointStructureCopyright © 2018 Entur AS. All rights reserved.