Package uk.org.siri.siri14
Class CheckStatusResponseStructure
- java.lang.Object
-
- uk.org.siri.siri14.ResponseStructure
-
- uk.org.siri.siri14.CheckStatusResponseStructure
-
- All Implemented Interfaces:
Serializable
public class CheckStatusResponseStructure extends ResponseStructure implements Serializable
Type for Service Status Check Response.Java class for CheckStatusResponseStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckStatusResponseStructure"> <complexContent> <extension base="{http://www.siri.org.uk/siri}ResponseStructure"> <sequence> <group ref="{http://www.siri.org.uk/siri}ProducerResponseEndpointGroup"/> <group ref="{http://www.siri.org.uk/siri}CheckStatusPayloadGroup"/> <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringaddressprotected CheckStatusResponseBodyStructure.ErrorConditionerrorConditionprotected Extensionsextensionsprotected RequestorRefproducerRefprotected MessageRefStructurerequestMessageRefprotected MessageQualifierStructureresponseMessageIdentifierprotected ZonedDateTimeserviceStartedTimeprotected DurationshortestPossibleCycleprotected Booleanstatusprotected ZonedDateTimevalidUntil-
Fields inherited from class uk.org.siri.siri14.ResponseStructure
responseTimestamp
-
-
Constructor Summary
Constructors Constructor Description CheckStatusResponseStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()Gets the value of the address property.CheckStatusResponseBodyStructure.ErrorConditiongetErrorCondition()Gets the value of the errorCondition property.ExtensionsgetExtensions()Gets the value of the extensions property.RequestorRefgetProducerRef()Gets the value of the producerRef property.MessageRefStructuregetRequestMessageRef()Gets the value of the requestMessageRef property.MessageQualifierStructuregetResponseMessageIdentifier()Gets the value of the responseMessageIdentifier property.ZonedDateTimegetServiceStartedTime()Gets the value of the serviceStartedTime property.DurationgetShortestPossibleCycle()Gets the value of the shortestPossibleCycle property.ZonedDateTimegetValidUntil()Gets the value of the validUntil property.BooleanisStatus()Gets the value of the status property.voidsetAddress(String value)Sets the value of the address property.voidsetErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)Sets the value of the errorCondition property.voidsetExtensions(Extensions value)Sets the value of the extensions property.voidsetProducerRef(RequestorRef value)Sets the value of the producerRef property.voidsetRequestMessageRef(MessageRefStructure value)Sets the value of the requestMessageRef property.voidsetResponseMessageIdentifier(MessageQualifierStructure value)Sets the value of the responseMessageIdentifier property.voidsetServiceStartedTime(ZonedDateTime value)Sets the value of the serviceStartedTime property.voidsetShortestPossibleCycle(Duration value)Sets the value of the shortestPossibleCycle property.voidsetStatus(Boolean value)Sets the value of the status property.voidsetValidUntil(ZonedDateTime value)Sets the value of the validUntil property.-
Methods inherited from class uk.org.siri.siri14.ResponseStructure
getResponseTimestamp, setResponseTimestamp
-
-
-
-
Field Detail
-
producerRef
protected RequestorRef producerRef
-
address
protected String address
-
responseMessageIdentifier
protected MessageQualifierStructure responseMessageIdentifier
-
requestMessageRef
protected MessageRefStructure requestMessageRef
-
status
protected Boolean status
-
errorCondition
protected CheckStatusResponseBodyStructure.ErrorCondition errorCondition
-
validUntil
protected ZonedDateTime validUntil
-
shortestPossibleCycle
protected Duration shortestPossibleCycle
-
serviceStartedTime
protected ZonedDateTime serviceStartedTime
-
extensions
protected Extensions extensions
-
-
Method Detail
-
getProducerRef
public RequestorRef getProducerRef()
Gets the value of the producerRef property.- Returns:
- possible object is
RequestorRef
-
setProducerRef
public void setProducerRef(RequestorRef value)
Sets the value of the producerRef property.- Parameters:
value- allowed object isRequestorRef
-
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
-
getResponseMessageIdentifier
public MessageQualifierStructure getResponseMessageIdentifier()
Gets the value of the responseMessageIdentifier property.- Returns:
- possible object is
MessageQualifierStructure
-
setResponseMessageIdentifier
public void setResponseMessageIdentifier(MessageQualifierStructure value)
Sets the value of the responseMessageIdentifier property.- Parameters:
value- allowed object isMessageQualifierStructure
-
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
-
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 CheckStatusResponseBodyStructure.ErrorCondition getErrorCondition()
Gets the value of the errorCondition property.- Returns:
- possible object is
CheckStatusResponseBodyStructure.ErrorCondition
-
setErrorCondition
public void setErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)
Sets the value of the errorCondition property.- Parameters:
value- allowed object isCheckStatusResponseBodyStructure.ErrorCondition
-
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
Duration
-
setShortestPossibleCycle
public void setShortestPossibleCycle(Duration value)
Sets the value of the shortestPossibleCycle property.- Parameters:
value- allowed object isDuration
-
getServiceStartedTime
public ZonedDateTime getServiceStartedTime()
Gets the value of the serviceStartedTime property.- Returns:
- possible object is
String
-
setServiceStartedTime
public void setServiceStartedTime(ZonedDateTime value)
Sets the value of the serviceStartedTime property.- Parameters:
value- allowed object isString
-
getExtensions
public Extensions getExtensions()
Gets the value of the extensions property.- Returns:
- possible object is
Extensions
-
setExtensions
public void setExtensions(Extensions value)
Sets the value of the extensions property.- Parameters:
value- allowed object isExtensions
-
-