Interface DataReadyResponseStructureOrBuilder

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

public interface DataReadyResponseStructureOrBuilder 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;
    • hasConsumerRef

      boolean hasConsumerRef()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
      Returns:
      Whether the consumerRef field is set.
    • getConsumerRef

      ParticipantRefStructure getConsumerRef()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
      Returns:
      The consumerRef.
    • getConsumerRefOrBuilder

      ParticipantRefStructureOrBuilder getConsumerRefOrBuilder()
       Unique identifier of Consumer - a Participant reference.  [siri/siri_requests-v2.0.xsd at 591:81]
       
      .uk.org.siri.www.siri.ParticipantRefStructure consumer_ref = 21;
    • hasRequestMessageRef

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

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

      MessageRefStructureOrBuilder getRequestMessageRefOrBuilder()
       Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.  [siri/siri_requests-v2.0.xsd at 596:83]
       
      .uk.org.siri.www.siri.MessageRefStructure request_message_ref = 22;
    • 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.
    • hasErrorCondition

      boolean hasErrorCondition()
       Description of any error or warning condition as to why Consumer cannot fetch data.  [siri/siri_common_services-v2.0.xsd at 636:55]
       
      .uk.org.siri.www.siri.DataReadyResponseStructure.ErrorConditionType error_condition = 112;
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

       Description of any error or warning condition as to why Consumer cannot fetch data.  [siri/siri_common_services-v2.0.xsd at 636:55]
       
      .uk.org.siri.www.siri.DataReadyResponseStructure.ErrorConditionType error_condition = 112;
      Returns:
      The errorCondition.
    • getErrorConditionOrBuilder

       Description of any error or warning condition as to why Consumer cannot fetch data.  [siri/siri_common_services-v2.0.xsd at 636:55]
       
      .uk.org.siri.www.siri.DataReadyResponseStructure.ErrorConditionType error_condition = 112;