Class CheckStatusResponseStructure

  • All Implemented Interfaces:
    Serializable

    public class CheckStatusResponseStructure
    extends ResponseStructure
    implements Serializable
    Type for Service Status Check Response.

    Java class for CheckStatusResponseStructure complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="CheckStatusResponseStructure">
       <complexContent>
         <extension base="{http://www.siri.org.uk/siri}ResponseStructure">
           <sequence>
             <group ref="{http://www.siri.org.uk/siri}ProducerResponseEndpointGroup"/>
             <group ref="{http://www.siri.org.uk/siri}DelegatorEndpointGroup"/>
             <group ref="{http://www.siri.org.uk/siri}CheckStatusPayloadGroup"/>
             <element ref="{http://www.siri.org.uk/siri}Extensions" minOccurs="0"/>
           </sequence>
         </extension>
       </complexContent>
     </complexType>
     
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckStatusResponseStructure

        public CheckStatusResponseStructure()
    • Method Detail

      • getProducerRef

        public RequestorRef getProducerRef()
        Gets the value of the producerRef property.
        Returns:
        possible object is RequestorRef
      • setProducerRef

        public void setProducerRef​(RequestorRef value)
        Sets the value of the producerRef property.
        Parameters:
        value - allowed object is RequestorRef
      • getAddress

        public String getAddress()
        Gets the value of the address property.
        Returns:
        possible object is String
      • setAddress

        public void setAddress​(String value)
        Sets the value of the address property.
        Parameters:
        value - allowed object is String
      • setRequestMessageRef

        public void setRequestMessageRef​(MessageRefStructure value)
        Sets the value of the requestMessageRef property.
        Parameters:
        value - allowed object is MessageRefStructure
      • getDelegatorAddress

        public String getDelegatorAddress()
        Gets the value of the delegatorAddress property.
        Returns:
        possible object is String
      • setDelegatorAddress

        public void setDelegatorAddress​(String value)
        Sets the value of the delegatorAddress property.
        Parameters:
        value - allowed object is String
      • getDelegatorRef

        public RequestorRef getDelegatorRef()
        Gets the value of the delegatorRef property.
        Returns:
        possible object is RequestorRef
      • setDelegatorRef

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

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

        public Extensions getExtensions()
        Gets the value of the extensions property.
        Returns:
        possible object is Extensions
      • setExtensions

        public void setExtensions​(Extensions value)
        Sets the value of the extensions property.
        Parameters:
        value - allowed object is Extensions