Package uk.org.siri.siri10
Class SubscriptionResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.SubscriptionResponseStructure
-
- All Implemented Interfaces:
Serializable
public class SubscriptionResponseStructure extends Object 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> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <group ref="{http://www.siri.org.uk/}ResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/}SubscriptionResponsePayloadGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected ExtensionsStructureextensionsprotected MessageQualifierStructurerequestMessageRefprotected ParticipantRefStructureresponderRefprotected List<StatusResponseStructure>responseStatusprotected ZonedDateTimeresponseTimestampprotected ZonedDateTimeserviceStartedTimeprotected StringsubscriptionManagerAddress
-
Constructor Summary
Constructors Constructor Description SubscriptionResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.ExtensionsStructuregetExtensions()Gets the value of the extensions property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.ParticipantRefStructuregetResponderRef()Gets the value of the responderRef property.List<StatusResponseStructure>getResponseStatus()Gets the value of the responseStatus property.ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.ZonedDateTimegetServiceStartedTime()Gets the value of the serviceStartedTime property.StringgetSubscriptionManagerAddress()Gets the value of the subscriptionManagerAddress property.voidsetAddress(String value)Sets the value of the address property.voidsetExtensions(ExtensionsStructure value)Sets the value of the extensions property.voidsetRequestMessageRef(MessageQualifierStructure value)Sets the value of the requestMessageRef property.voidsetResponderRef(ParticipantRefStructure value)Sets the value of the responderRef property.voidsetResponseTimestamp(ZonedDateTime value)Sets the value of the responseTimestamp property.voidsetServiceStartedTime(ZonedDateTime value)Sets the value of the serviceStartedTime property.voidsetSubscriptionManagerAddress(String value)Sets the value of the subscriptionManagerAddress property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
address
protected String address
-
responderRef
protected ParticipantRefStructure responderRef
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
responseStatus
protected List<StatusResponseStructure> responseStatus
-
subscriptionManagerAddress
protected String subscriptionManagerAddress
-
serviceStartedTime
protected ZonedDateTime serviceStartedTime
-
extensions
protected ExtensionsStructure extensions
-
-
Method Detail
-
getResponseTimestamp
public ZonedDateTime getResponseTimestamp()
Gets the value of the responseTimestamp property.- Returns:
- possible object is
String
-
setResponseTimestamp
public void setResponseTimestamp(ZonedDateTime value)
Sets the value of the responseTimestamp property.- Parameters:
value- allowed object isString
-
getAddress
public String getAddress()
Gets the value of the address property.- Returns:
- possible object is
String
-
setAddress
public void setAddress(String value)
Sets the value of the address property.- Parameters:
value- allowed object isString
-
getResponderRef
public ParticipantRefStructure getResponderRef()
Gets the value of the responderRef property.- Returns:
- possible object is
ParticipantRefStructure
-
setResponderRef
public void setResponderRef(ParticipantRefStructure value)
Sets the value of the responderRef property.- Parameters:
value- allowed object isParticipantRefStructure
-
getRequestMessageRef
public MessageQualifierStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageQualifierStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageQualifierStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageQualifierStructure
-
getResponseStatus
public List<StatusResponseStructure> getResponseStatus()
Gets the value of the responseStatus 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 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
-
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 ExtensionsStructure getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
ExtensionsStructure
-
setExtensions
public void setExtensions(ExtensionsStructure value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensionsStructure
-
-