Package uk.org.siri.siri10
Class TerminateSubscriptionResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.TerminateSubscriptionResponseStructure
-
- All Implemented Interfaces:
Serializable
public class TerminateSubscriptionResponseStructure extends Object implements Serializable
Type for Response to a request to terminate a subscription or subscriptionsJava class for TerminateSubscriptionResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminateSubscriptionResponseStructure"> <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/}TerminationStatusGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTerminateSubscriptionResponseStructure.TerminationResponseStatusJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected MessageQualifierStructurerequestMessageRefprotected ParticipantRefStructureresponderRefprotected ZonedDateTimeresponseTimestampprotected List<TerminateSubscriptionResponseStructure.TerminationResponseStatus>terminationResponseStatus
-
Constructor Summary
Constructors Constructor Description TerminateSubscriptionResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.ParticipantRefStructuregetResponderRef()Gets the value of the responderRef property.ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.List<TerminateSubscriptionResponseStructure.TerminationResponseStatus>getTerminationResponseStatus()Gets the value of the terminationResponseStatus property.voidsetAddress(String value)Sets the value of the address 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.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
address
protected String address
-
responderRef
protected ParticipantRefStructure responderRef
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
terminationResponseStatus
protected List<TerminateSubscriptionResponseStructure.TerminationResponseStatus> terminationResponseStatus
-
-
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
-
getTerminationResponseStatus
public List<TerminateSubscriptionResponseStructure.TerminationResponseStatus> getTerminationResponseStatus()
Gets the value of the terminationResponseStatus 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 JAXB object. This is why there is not a
setmethod 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
TerminateSubscriptionResponseStructure.TerminationResponseStatus
-
-