Package uk.org.siri.siri20
Class SubscriptionResponseStructure
- java.lang.Object
-
- uk.org.siri.siri20.ResponseStructure
-
- uk.org.siri.siri20.ResponseEndpointStructure
-
- uk.org.siri.siri20.SubscriptionResponseStructure
-
- All Implemented Interfaces:
Serializable
public class SubscriptionResponseStructure extends ResponseEndpointStructure implements Serializable
Type for Subscription Response.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Extensionsextensionsprotected List<ResponseStatus>responseStatusesprotected ZonedDateTimeserviceStartedTimeprotected StringsubscriptionManagerAddress-
Fields inherited from class uk.org.siri.siri20.ResponseEndpointStructure
address, delegatorAddress, delegatorRef, requestMessageRef, responderRef
-
Fields inherited from class uk.org.siri.siri20.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description SubscriptionResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExtensionsgetExtensions()Gets the value of the extensions property.List<ResponseStatus>getResponseStatuses()Gets the value of the responseStatuses property.ZonedDateTimegetServiceStartedTime()Gets the value of the serviceStartedTime property.StringgetSubscriptionManagerAddress()Gets the value of the subscriptionManagerAddress property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetServiceStartedTime(ZonedDateTime value)Sets the value of the serviceStartedTime property.voidsetSubscriptionManagerAddress(String value)Sets the value of the subscriptionManagerAddress property.-
Methods inherited from class uk.org.siri.siri20.ResponseEndpointStructure
getAddress, getDelegatorAddress, getDelegatorRef, getRequestMessageRef, getResponderRef, setAddress, setDelegatorAddress, setDelegatorRef, setRequestMessageRef, setResponderRef
-
Methods inherited from class uk.org.siri.siri20.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
responseStatuses
protected List<ResponseStatus> responseStatuses
-
subscriptionManagerAddress
protected String subscriptionManagerAddress
-
serviceStartedTime
protected ZonedDateTime serviceStartedTime
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getResponseStatuses
public List<ResponseStatus> getResponseStatuses()
Gets the value of the responseStatuses 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 Jakarta XML Binding object. This is why there is not a
setmethod for the responseStatuses property.For example, to add a new item, do as follows:
getResponseStatuses().add(newItem);Objects of the following type(s) are allowed in the list
ResponseStatus
-
getSubscriptionManagerAddress
public String getSubscriptionManagerAddress()
Gets the value of the subscriptionManagerAddress property.- Returns:
- possible object is
String
-
setSubscriptionManagerAddress
public void setSubscriptionManagerAddress(String value)
Sets the value of the subscriptionManagerAddress property.- Parameters:
value- allowed object isString
-
getServiceStartedTime
public ZonedDateTime getServiceStartedTime()
Gets the value of the serviceStartedTime property.- Returns:
- possible object is
String
-
setServiceStartedTime
public void setServiceStartedTime(ZonedDateTime value)
Sets the value of the serviceStartedTime property.- Parameters:
value- allowed object isString
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-