Package uk.org.siri.www.siri
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 Summary
Modifier and TypeMethodDescriptionDescription of any error or warning condition.Description of any error or warning condition.com.google.protobuf.TimestampTime individual response element was created.com.google.protobuf.TimestampOrBuilderTime individual response element was created.com.google.protobuf.DurationMinimum interval at which updates can be sent.com.google.protobuf.DurationOrBuilderMinimum interval at which updates can be sent.booleanWhether the request was processed successfully or not.com.google.protobuf.TimestampEnd of data horizon of the data producer.com.google.protobuf.TimestampOrBuilderEnd of data horizon of the data producer.booleanDescription of any error or warning condition.booleanTime individual response element was created.booleanMinimum interval at which updates can be sent.booleanEnd of data horizon of the data producer.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
ServiceDeliveryErrorConditionStructure 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
ServiceDeliveryErrorConditionStructureOrBuilder 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;
-