Package uk.org.siri.siri20
Class ServiceNotAvailableErrorStructure
- java.lang.Object
-
- uk.org.siri.siri20.ErrorCodeStructure
-
- uk.org.siri.siri20.ServiceNotAvailableErrorStructure
-
- All Implemented Interfaces:
Serializable
public class ServiceNotAvailableErrorStructure extends ErrorCodeStructure implements Serializable
Type for Service Not Available error.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>- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected ZonedDateTimeexpectedRestartTime-
Fields inherited from class uk.org.siri.siri20.ErrorCodeStructure
errorText, number
-
-
Constructor Summary
Constructors Constructor Description ServiceNotAvailableErrorStructure()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ZonedDateTimegetExpectedRestartTime()Gets the value of the expectedRestartTime property.voidsetExpectedRestartTime(ZonedDateTime value)Sets the value of the expectedRestartTime property.-
Methods inherited from class uk.org.siri.siri20.ErrorCodeStructure
getErrorText, getNumber, setErrorText, setNumber
-
-
-
-
Field Detail
-
expectedRestartTime
protected ZonedDateTime expectedRestartTime
-
-
Method Detail
-
getExpectedRestartTime
public ZonedDateTime getExpectedRestartTime()
Gets the value of the expectedRestartTime property.- Returns:
- possible object is
String
-
setExpectedRestartTime
public void setExpectedRestartTime(ZonedDateTime value)
Sets the value of the expectedRestartTime property.- Parameters:
value- allowed object isString
-
-