public class CheckStatusResponseBodyStructure extends Object
Java class for CheckStatusResponseBodyStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CheckStatusResponseBodyStructure">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<group ref="{http://www.siri.org.uk/siri}CheckStatusPayloadGroup"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckStatusResponseBodyStructure.ErrorCondition
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
dataReady |
protected CheckStatusResponseBodyStructure.ErrorCondition |
errorCondition |
protected LocalDateTime |
serviceStartedTime |
protected Duration |
shortestPossibleCycle |
protected Boolean |
status |
protected LocalDateTime |
validUntil |
| Constructor and Description |
|---|
CheckStatusResponseBodyStructure() |
| Modifier and Type | Method and Description |
|---|---|
CheckStatusResponseBodyStructure.ErrorCondition |
getErrorCondition()
Gets the value of the errorCondition property.
|
LocalDateTime |
getServiceStartedTime()
Gets the value of the serviceStartedTime property.
|
Duration |
getShortestPossibleCycle()
Gets the value of the shortestPossibleCycle property.
|
LocalDateTime |
getValidUntil()
Gets the value of the validUntil property.
|
Boolean |
isDataReady()
Gets the value of the dataReady property.
|
Boolean |
isStatus()
Gets the value of the status property.
|
void |
setDataReady(Boolean value)
Sets the value of the dataReady property.
|
void |
setErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)
Sets the value of the errorCondition property.
|
void |
setServiceStartedTime(LocalDateTime value)
Sets the value of the serviceStartedTime property.
|
void |
setShortestPossibleCycle(Duration value)
Sets the value of the shortestPossibleCycle property.
|
void |
setStatus(Boolean value)
Sets the value of the status property.
|
void |
setValidUntil(LocalDateTime value)
Sets the value of the validUntil property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
CheckStatusResponseBodyStructure |
withDataReady(Boolean value) |
CheckStatusResponseBodyStructure |
withErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value) |
CheckStatusResponseBodyStructure |
withServiceStartedTime(LocalDateTime value) |
CheckStatusResponseBodyStructure |
withShortestPossibleCycle(Duration value) |
CheckStatusResponseBodyStructure |
withStatus(Boolean value) |
CheckStatusResponseBodyStructure |
withValidUntil(LocalDateTime value) |
protected Boolean status
protected Boolean dataReady
protected CheckStatusResponseBodyStructure.ErrorCondition errorCondition
protected LocalDateTime validUntil
protected Duration shortestPossibleCycle
protected LocalDateTime serviceStartedTime
public Boolean isStatus()
Booleanpublic void setStatus(Boolean value)
value - allowed object is
Booleanpublic Boolean isDataReady()
Booleanpublic void setDataReady(Boolean value)
value - allowed object is
Booleanpublic CheckStatusResponseBodyStructure.ErrorCondition getErrorCondition()
CheckStatusResponseBodyStructure.ErrorConditionpublic void setErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)
value - allowed object is
CheckStatusResponseBodyStructure.ErrorConditionpublic LocalDateTime getValidUntil()
Stringpublic void setValidUntil(LocalDateTime value)
value - allowed object is
Stringpublic Duration getShortestPossibleCycle()
Stringpublic void setShortestPossibleCycle(Duration value)
value - allowed object is
Stringpublic LocalDateTime getServiceStartedTime()
Stringpublic void setServiceStartedTime(LocalDateTime value)
value - allowed object is
Stringpublic CheckStatusResponseBodyStructure withStatus(Boolean value)
public CheckStatusResponseBodyStructure withDataReady(Boolean value)
public CheckStatusResponseBodyStructure withErrorCondition(CheckStatusResponseBodyStructure.ErrorCondition value)
public CheckStatusResponseBodyStructure withValidUntil(LocalDateTime value)
public CheckStatusResponseBodyStructure withShortestPossibleCycle(Duration value)
public CheckStatusResponseBodyStructure withServiceStartedTime(LocalDateTime value)
Copyright © 2018 Entur AS. All rights reserved.