Class 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 Detail

      • expectedRestartTime

        protected ZonedDateTime expectedRestartTime
    • Constructor Detail

      • ServiceNotAvailableErrorStructure

        public ServiceNotAvailableErrorStructure()
    • 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 is String