public class ServiceNotAvailableErrorStructure extends ErrorCodeStructure
Java class for ServiceNotAvailableErrorStructure complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ServiceNotAvailableErrorStructure">
<complexContent>
<extension base="{http://www.siri.org.uk/siri}ErrorCodeStructure">
<sequence>
<element name="ExpectedRestartTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected LocalDateTime |
expectedRestartTime |
errorText, number| Constructor and Description |
|---|
ServiceNotAvailableErrorStructure() |
| Modifier and Type | Method and Description |
|---|---|
LocalDateTime |
getExpectedRestartTime()
Gets the value of the expectedRestartTime property.
|
void |
setExpectedRestartTime(LocalDateTime value)
Sets the value of the expectedRestartTime property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
ServiceNotAvailableErrorStructure |
withErrorText(String value) |
ServiceNotAvailableErrorStructure |
withExpectedRestartTime(LocalDateTime value) |
ServiceNotAvailableErrorStructure |
withNumber(BigInteger value) |
getErrorText, getNumber, setErrorText, setNumberprotected LocalDateTime expectedRestartTime
public LocalDateTime getExpectedRestartTime()
Stringpublic void setExpectedRestartTime(LocalDateTime value)
value - allowed object is
Stringpublic ServiceNotAvailableErrorStructure withExpectedRestartTime(LocalDateTime value)
public ServiceNotAvailableErrorStructure withErrorText(String value)
withErrorText in class ErrorCodeStructurepublic ServiceNotAvailableErrorStructure withNumber(BigInteger value)
withNumber in class ErrorCodeStructurepublic String toString()
toString in class ErrorCodeStructureCopyright © 2018 Entur AS. All rights reserved.