Package uk.org.siri.siri10
Class StatusResponseStructure
- java.lang.Object
-
- uk.org.siri.siri10.StatusResponseStructure
-
- All Implemented Interfaces:
Serializable
public class StatusResponseStructure extends Object implements Serializable
Type for Response StatusJava class for StatusResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="StatusResponseStructure"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.siri.org.uk/}ResponseTimestamp"/> <group ref="{http://www.siri.org.uk/}ContextualisedResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/}SubscriptionIdentifierResourcePropertyGroup" minOccurs="0"/> <element ref="{http://www.siri.org.uk/}Status" minOccurs="0"/> <element name="ErrorCondition" type="{http://www.siri.org.uk/}ServiceDeliveryErrorConditionStructure" minOccurs="0"/> <group ref="{http://www.siri.org.uk/}SuccessInfoGroup"/> </sequence> </restriction> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ServiceDeliveryErrorConditionStructureerrorConditionprotected MessageQualifierStructurerequestMessageRefprotected ZonedDateTimeresponseTimestampprotected DurationshortestPossibleCycleprotected Booleanstatusprotected ParticipantRefStructuresubscriberRefprotected SubscriptionFilterRefStructuresubscriptionFilterRefprotected SubscriptionQualifierStructuresubscriptionRefprotected ZonedDateTimevalidUntil
-
Constructor Summary
Constructors Constructor Description StatusResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDeliveryErrorConditionStructuregetErrorCondition()Gets the value of the errorCondition property.MessageQualifierStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.ZonedDateTimegetResponseTimestamp()Gets the value of the responseTimestamp property.DurationgetShortestPossibleCycle()Gets the value of the shortestPossibleCycle property.ParticipantRefStructuregetSubscriberRef()Gets the value of the subscriberRef property.SubscriptionFilterRefStructuregetSubscriptionFilterRef()Gets the value of the subscriptionFilterRef property.SubscriptionQualifierStructuregetSubscriptionRef()Gets the value of the subscriptionRef property.ZonedDateTimegetValidUntil()Gets the value of the validUntil property.BooleanisStatus()Gets the value of the status property.voidsetErrorCondition(ServiceDeliveryErrorConditionStructure 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.voidsetShortestPossibleCycle(Duration value)Sets the value of the shortestPossibleCycle property.voidsetStatus(Boolean value)Sets the value of the status property.voidsetSubscriberRef(ParticipantRefStructure 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.voidsetValidUntil(ZonedDateTime value)Sets the value of the validUntil property.
-
-
-
Field Detail
-
responseTimestamp
protected ZonedDateTime responseTimestamp
-
requestMessageRef
protected MessageQualifierStructure requestMessageRef
-
subscriberRef
protected ParticipantRefStructure subscriberRef
-
subscriptionFilterRef
protected SubscriptionFilterRefStructure subscriptionFilterRef
-
subscriptionRef
protected SubscriptionQualifierStructure subscriptionRef
-
status
protected Boolean status
-
errorCondition
protected ServiceDeliveryErrorConditionStructure errorCondition
-
validUntil
protected ZonedDateTime validUntil
-
shortestPossibleCycle
protected Duration shortestPossibleCycle
-
-
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 ParticipantRefStructure getSubscriberRef()
Gets the value of the subscriberRef property.- Returns:
- possible object is
ParticipantRefStructure
-
setSubscriberRef
public void setSubscriberRef(ParticipantRefStructure value)
Sets the value of the subscriberRef property.- Parameters:
value- allowed object isParticipantRefStructure
-
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.- 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 ServiceDeliveryErrorConditionStructure getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
ServiceDeliveryErrorConditionStructure
-
setErrorCondition
public void setErrorCondition(ServiceDeliveryErrorConditionStructure value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isServiceDeliveryErrorConditionStructure
-
getValidUntil
public ZonedDateTime getValidUntil()
Gets the value of the validUntil property.- Returns:
- possible object is
String
-
setValidUntil
public void setValidUntil(ZonedDateTime value)
Sets the value of the validUntil property.- Parameters:
value- allowed object isString
-
getShortestPossibleCycle
public Duration getShortestPossibleCycle()
Gets the value of the shortestPossibleCycle property.- Returns:
- possible object is
String
-
-