Class CheckStatusResponseBodyStructure

  • All Implemented Interfaces:
    Serializable

    public class CheckStatusResponseBodyStructure
    extends Object
    implements Serializable
    Same as CheckStatusResponseStructure, but without extension to be consistent with the other operation definition.

    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>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckStatusResponseBodyStructure

        public CheckStatusResponseBodyStructure()
    • Method Detail

      • 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 is Boolean
      • isDataReady

        public Boolean isDataReady()
        Gets the value of the dataReady property.
        Returns:
        possible object is Boolean
      • setDataReady

        public void setDataReady​(Boolean value)
        Sets the value of the dataReady property.
        Parameters:
        value - allowed object is Boolean
      • 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 is String
      • getShortestPossibleCycle

        public Duration getShortestPossibleCycle()
        Gets the value of the shortestPossibleCycle property.
        Returns:
        possible object is String
      • setShortestPossibleCycle

        public void setShortestPossibleCycle​(Duration value)
        Sets the value of the shortestPossibleCycle property.
        Parameters:
        value - allowed object is String
      • 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 is String