Package uk.org.siri.www.siri
Interface AbstractServiceCapabilitiesResponseStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractServiceCapabilitiesResponseStructure,AbstractServiceCapabilitiesResponseStructure.Builder
public interface AbstractServiceCapabilitiesResponseStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionAddress of original Consumer, i.e. requesting system to which delegating response is to be returned.com.google.protobuf.ByteStringAddress of original Consumer, i.e. requesting system to which delegating response is to be returned.Identifier of delegating system that originated message.Identifier of delegating system that originated message.Description of any error or warning condition.Description of any error or warning condition.Arbitrary unique reference to the request which gave rise to this message.Arbitrary unique reference to the request which gave rise to this message.com.google.protobuf.TimestampTime individual response element was created.com.google.protobuf.TimestampOrBuilderTime individual response element was created.booleanWhether the request was processed successfully or not.booleanIdentifier of delegating system that originated message.booleanDescription of any error or warning condition.booleanArbitrary unique reference to the request which gave rise to this message.booleanTime individual response element was created.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; -
hasRequestMessageRef
boolean hasRequestMessageRef()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21;- Returns:
- Whether the requestMessageRef field is set.
-
getRequestMessageRef
MessageQualifierStructure getRequestMessageRef()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21;- Returns:
- The requestMessageRef.
-
getRequestMessageRefOrBuilder
MessageQualifierStructureOrBuilder getRequestMessageRefOrBuilder()Arbitrary unique reference to the request which gave rise to this message. [siri/siri_requests-v2.0.xsd at 534:89]
.uk.org.siri.www.siri.MessageQualifierStructure request_message_ref = 21; -
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 = 41;- Returns:
- The status.
-
hasErrorCondition
boolean hasErrorCondition()Description of any error or warning condition. [siri/siri_requests-v2.0.xsd at 853:99]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42;- Returns:
- Whether the errorCondition field is set.
-
getErrorCondition
ServiceDeliveryErrorConditionStructure getErrorCondition()Description of any error or warning condition. [siri/siri_requests-v2.0.xsd at 853:99]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42;- Returns:
- The errorCondition.
-
getErrorConditionOrBuilder
ServiceDeliveryErrorConditionStructureOrBuilder getErrorConditionOrBuilder()Description of any error or warning condition. [siri/siri_requests-v2.0.xsd at 853:99]
.uk.org.siri.www.siri.ServiceDeliveryErrorConditionStructure error_condition = 42;
-