Interface CheckStatusResponseStructureOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CheckStatusResponseStructure, CheckStatusResponseStructure.Builder

public interface CheckStatusResponseStructureOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseTimestamp

      boolean hasResponseTimestamp()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
      Returns:
      Whether the responseTimestamp field is set.
    • getResponseTimestamp

      com.google.protobuf.Timestamp getResponseTimestamp()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
      Returns:
      The responseTimestamp.
    • getResponseTimestampOrBuilder

      com.google.protobuf.TimestampOrBuilder getResponseTimestampOrBuilder()
       Time individual response element was created.  [siri/siri_request_support-v2.0.xsd at 121:60]
       
      .google.protobuf.Timestamp response_timestamp = 1;
    • hasProducerRef

      boolean hasProducerRef()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
      Returns:
      Whether the producerRef field is set.
    • getProducerRef

      ParticipantRefStructure getProducerRef()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
      Returns:
      The producerRef.
    • getProducerRefOrBuilder

      ParticipantRefStructureOrBuilder getProducerRefOrBuilder()
       Unique identifier of Producer - Participant reference.  [siri/siri_requests-v2.0.xsd at 707:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure producer_ref = 21;
    • getAddress

      String getAddress()
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Returns:
      The address.
    • getAddressBytes

      com.google.protobuf.ByteString getAddressBytes()
       Endpoint Address to which acknowledgements to confirm delivery are to be sent.  [siri/siri_requests-v2.0.xsd at 712:69]
       
      string address = 22;
      Returns:
      The bytes for address.
    • hasResponseMessageIdentifier

      boolean hasResponseMessageIdentifier()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
      Returns:
      Whether the responseMessageIdentifier field is set.
    • getResponseMessageIdentifier

      MessageQualifierStructure getResponseMessageIdentifier()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
      Returns:
      The responseMessageIdentifier.
    • getResponseMessageIdentifierOrBuilder

      MessageQualifierStructureOrBuilder getResponseMessageIdentifierOrBuilder()
       An arbitrary unique reference associated with the response which may be used to reference it.  [siri/siri_requests-v2.0.xsd at 717:97]
       
      .uk.org.siri.www.siri.MessageQualifierStructure response_message_identifier = 23;
    • hasRequestMessageRef

      boolean hasRequestMessageRef()
       Reference to an arbitrary unique identifier associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 722:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 24;
      Returns:
      Whether the requestMessageRef field is set.
    • getRequestMessageRef

      MessageRefStructure getRequestMessageRef()
       Reference to an arbitrary unique identifier associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 722:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 24;
      Returns:
      The requestMessageRef.
    • getRequestMessageRefOrBuilder

      MessageRefStructureOrBuilder getRequestMessageRefOrBuilder()
       Reference to an arbitrary unique identifier associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 722:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 24;
    • getDelegatorAddress

      String getDelegatorAddress()
       Address of original Consumer, i.e. requesting system to which delegating response is to be  returned. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 215:78]
       
      string delegator_address = 31;
      Returns:
      The delegatorAddress.
    • getDelegatorAddressBytes

      com.google.protobuf.ByteString getDelegatorAddressBytes()
       Address of original Consumer, i.e. requesting system to which delegating response is to be  returned. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 215:78]
       
      string delegator_address = 31;
      Returns:
      The bytes for delegatorAddress.
    • hasDelegatorRef

      boolean hasDelegatorRef()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
      Returns:
      Whether the delegatorRef field is set.
    • getDelegatorRef

      ParticipantRefStructure getDelegatorRef()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
      Returns:
      The delegatorRef.
    • getDelegatorRefOrBuilder

      ParticipantRefStructureOrBuilder getDelegatorRefOrBuilder()
       Identifier of delegating system that originated message. +SIRI 2.0  [siri/siri_requests-v2.0.xsd at 220:82]
       
      .uk.org.siri.www.siri.ParticipantRefStructure delegator_ref = 32;
    • getStatus

      boolean getStatus()
       Whether the request was processed successfully or not. Default is 'true'.  [siri/siri_requests-v2.0.xsd at 541:63]
       
      bool status = 111;
      Returns:
      The status.
    • getDataReady

      boolean getDataReady()
       Whether data delivery is ready to be fetched SIRI v 2.0  [siri/siri_common_services-v2.0.xsd at 803:67]
       
      bool data_ready = 112;
      Returns:
      The dataReady.
    • hasErrorCondition

      boolean hasErrorCondition()
       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseStructure.ErrorConditionType error_condition = 113;
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseStructure.ErrorConditionType error_condition = 113;
      Returns:
      The errorCondition.
    • getErrorConditionOrBuilder

       Description of any error or warning condition that applies to the status check.  [siri/siri_common_services-v2.0.xsd at 808:53]
       
      .uk.org.siri.www.siri.CheckStatusResponseStructure.ErrorConditionType error_condition = 113;
    • hasValidUntil

      boolean hasValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 114;
      Returns:
      Whether the validUntil field is set.
    • getValidUntil

      com.google.protobuf.Timestamp getValidUntil()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 114;
      Returns:
      The validUntil.
    • getValidUntilOrBuilder

      com.google.protobuf.TimestampOrBuilder getValidUntilOrBuilder()
       End of data horizon of the data producer.  [siri/siri_request_errorConditions-v2.0.xsd at 109:69]
       
      .google.protobuf.Timestamp valid_until = 114;
    • hasShortestPossibleCycle

      boolean hasShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 115;
      Returns:
      Whether the shortestPossibleCycle field is set.
    • getShortestPossibleCycle

      com.google.protobuf.Duration getShortestPossibleCycle()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 115;
      Returns:
      The shortestPossibleCycle.
    • getShortestPossibleCycleOrBuilder

      com.google.protobuf.DurationOrBuilder getShortestPossibleCycleOrBuilder()
       Minimum interval at which updates can be sent.  [siri/siri_request_errorConditions-v2.0.xsd at 114:88]
       
      .google.protobuf.Duration shortest_possible_cycle = 115;
    • hasServiceStartedTime

      boolean hasServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 121;
      Returns:
      Whether the serviceStartedTime field is set.
    • getServiceStartedTime

      com.google.protobuf.Timestamp getServiceStartedTime()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 121;
      Returns:
      The serviceStartedTime.
    • getServiceStartedTimeOrBuilder

      com.google.protobuf.TimestampOrBuilder getServiceStartedTimeOrBuilder()
       Time at which current instantiation of service started.  [siri/siri_common_services-v2.0.xsd at 827:77]
       
      .google.protobuf.Timestamp service_started_time = 121;
    • hasExtensions

      boolean hasExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 131;
      Returns:
      Whether the extensions field is set.
    • getExtensions

      ExtensionsStructure getExtensions()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 131;
      Returns:
      The extensions.
    • getExtensionsOrBuilder

      ExtensionsStructureOrBuilder getExtensionsOrBuilder()
       Extensions to schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators).  [siri_utility/siri_utility-v1.1.xsd at 64:60]
       
      .uk.org.siri.www.siri.ExtensionsStructure extensions = 131;