Package uk.org.siri.siri13
Class TerminateSubscriptionResponseStructure.TerminationResponseStatus
- java.lang.Object
-
- uk.org.siri.siri13.TerminateSubscriptionResponseStructure.TerminationResponseStatus
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TerminateSubscriptionResponseStructure
public static class TerminateSubscriptionResponseStructure.TerminationResponseStatus extends Object implements Serializable
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/siri}ResponseTimestamp" minOccurs="0"/> <group ref="{http://www.siri.org.uk/siri}ContextualisedResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}SubscriptionIdentifierResourcePropertyGroup" minOccurs="0"/> <element ref="{http://www.siri.org.uk/siri}Status"/> <element name="ErrorCondition" minOccurs="0"> <complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <choice> <element ref="{http://www.siri.org.uk/siri}CapabilityNotSupportedError"/> <element ref="{http://www.siri.org.uk/siri}UnknownSubscriberError"/> <element ref="{http://www.siri.org.uk/siri}UnknownSubscriptionError"/> <element ref="{http://www.siri.org.uk/siri}OtherError"/> </choice> <element name="Description" type="{http://www.siri.org.uk/siri}ErrorDescriptionStructure" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType> </element> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorConditionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorConditionerrorConditionprotected MessageQualifierStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected booleanstatusprotected RequestorRefsubscriberRefprotected SubscriptionFilterRefStructuresubscriptionFilterRefprotected SubscriptionQualifierStructuresubscriptionRef
-
Constructor Summary
Constructors Constructor Description TerminationResponseStatus()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorConditiongetErrorCondition()Gets the value of the errorCondition property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.RequestorRefgetSubscriberRef()Gets the value of the subscriberRef property.SubscriptionFilterRefStructuregetSubscriptionFilterRef()Gets the value of the subscriptionFilterRef property.SubscriptionQualifierStructuregetSubscriptionRef()Gets the value of the subscriptionRef property.booleanisStatus()Gets the value of the status property.voidsetErrorCondition(TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition value)Sets the value of the errorCondition property.voidsetRequestMessageRef(MessageQualifierStructure value)Sets the value of the requestMessageRef property.voidsetResponseTimestamp(ZonedDateTime value)Sets the value of the responseTimestamp property.voidsetStatus(boolean value)Sets the value of the status property.voidsetSubscriberRef(RequestorRef value)Sets the value of the subscriberRef property.voidsetSubscriptionFilterRef(SubscriptionFilterRefStructure value)Sets the value of the subscriptionFilterRef property.voidsetSubscriptionRef(SubscriptionQualifierStructure value)Sets the value of the subscriptionRef property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
subscriberRef
protected RequestorRef subscriberRef
-
subscriptionFilterRef
protected SubscriptionFilterRefStructure subscriptionFilterRef
-
subscriptionRef
protected SubscriptionQualifierStructure subscriptionRef
-
status
protected boolean status
-
errorCondition
protected TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition errorCondition
-
-
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
-
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
-
getSubscriberRef
public RequestorRef getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
RequestorRef
-
setSubscriberRef
public void setSubscriberRef(RequestorRef value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isRequestorRef
-
getSubscriptionFilterRef
public SubscriptionFilterRefStructure getSubscriptionFilterRef()
Gets the value of the subscriptionFilterRef property.- Returns:
- possible object is
SubscriptionFilterRefStructure
-
setSubscriptionFilterRef
public void setSubscriptionFilterRef(SubscriptionFilterRefStructure value)
Sets the value of the subscriptionFilterRef property.- Parameters:
value- allowed object isSubscriptionFilterRefStructure
-
getSubscriptionRef
public SubscriptionQualifierStructure getSubscriptionRef()
Gets the value of the subscriptionRef property.- Returns:
- possible object is
SubscriptionQualifierStructure
-
setSubscriptionRef
public void setSubscriptionRef(SubscriptionQualifierStructure value)
Sets the value of the subscriptionRef property.- Parameters:
value- allowed object isSubscriptionQualifierStructure
-
isStatus
public boolean isStatus()
Gets the value of the status property.
-
setStatus
public void setStatus(boolean value)
Sets the value of the status property.
-
getErrorCondition
public TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition
-
setErrorCondition
public void setErrorCondition(TerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isTerminateSubscriptionResponseStructure.TerminationResponseStatus.ErrorCondition
-
-