Package uk.org.siri.siri21
Class TerminationResponseStatusStructure
- java.lang.Object
-
- uk.org.siri.siri21.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" minOccurs="0"/> <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 MessageRefStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected Booleanstatusprotected RequestorRefsubscriberRefprotected SubscriptionFilterRefStructuresubscriptionFilterRefprotected SubscriptionRefStructuresubscriptionRef
-
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.MessageRefStructuregetRequestMessageRef()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.SubscriptionRefStructuregetSubscriptionRef()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(MessageRefStructure 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(SubscriptionRefStructure value)Sets the value of the subscriptionRef property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
subscriberRef
protected RequestorRef subscriberRef
-
subscriptionFilterRef
protected SubscriptionFilterRefStructure subscriptionFilterRef
-
subscriptionRef
protected SubscriptionRefStructure 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 MessageRefStructure getRequestMessageRef()
Gets the value of the requestMessageRef property.- Returns:
- possible object is
MessageRefStructure
-
setRequestMessageRef
public void setRequestMessageRef(MessageRefStructure value)
Sets the value of the requestMessageRef property.- Parameters:
value- allowed object isMessageRefStructure
-
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 SubscriptionRefStructure getSubscriptionRef()
Gets the value of the subscriptionRef property.- Returns:
- possible object is
SubscriptionRefStructure
-
setSubscriptionRef
public void setSubscriptionRef(SubscriptionRefStructure value)
Sets the value of the subscriptionRef property.- Parameters:
value- allowed object isSubscriptionRefStructure
-
isStatus
public Boolean isStatus()
Gets the value of the status property.- Returns:
- possible object is
Boolean
-
setStatus
public void setStatus(Boolean value)
Sets the value of the status property.- Parameters:
value- allowed object isBoolean
-
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
-
-