Interface AbstractDiscoveryDeliveryStructureOrBuilder

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

@Generated public interface AbstractDiscoveryDeliveryStructureOrBuilder 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;
    • 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 = 21;
      Returns:
      The status.
    • hasErrorCondition

      boolean hasErrorCondition()
       Description of any error or warning condition.  [siri/siri_requests-v2.0.xsd at 417:99]
       
      .uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 22;
      Returns:
      Whether the errorCondition field is set.
    • getErrorCondition

       Description of any error or warning condition.  [siri/siri_requests-v2.0.xsd at 417:99]
       
      .uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 22;
      Returns:
      The errorCondition.
    • getErrorConditionOrBuilder

       Description of any error or warning condition.  [siri/siri_requests-v2.0.xsd at 417:99]
       
      .uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 22;
    • 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 = 23;
      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 = 23;
      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 = 23;
    • 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 = 24;
      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 = 24;
      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 = 24;