Package uk.org.siri.siri20
Class TerminationResponseStatusStructure
- java.lang.Object
-
- uk.org.siri.siri20.TerminationResponseStatusStructure
-
- All Implemented Interfaces:
Serializable
public class TerminationResponseStatusStructure extends Object implements Serializable
Type for Status of termination response.Java class for TerminationResponseStatusStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="TerminationResponseStatusStructure"> <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 classTerminationResponseStatusStructure.ErrorConditionJava class for anonymous complex type.
-
Field Summary
Fields Modifier and Type Field Description protected TerminationResponseStatusStructure.ErrorConditionerrorConditionprotected MessageQualifierStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected booleanstatusprotected RequestorRefsubscriberRefprotected SubscriptionFilterRefStructuresubscriptionFilterRefprotected SubscriptionQualifierStructuresubscriptionRef
-
Constructor Summary
Constructors Constructor Description TerminationResponseStatusStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TerminationResponseStatusStructure.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(TerminationResponseStatusStructure.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 TerminationResponseStatusStructure.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 TerminationResponseStatusStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
TerminationResponseStatusStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(TerminationResponseStatusStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isTerminationResponseStatusStructure.ErrorCondition
-
-