Package uk.org.siri.www.siri
Interface ConsumerResponseEndpointStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ConsumerResponseEndpointStructure,ConsumerResponseEndpointStructure.Builder
public interface ConsumerResponseEndpointStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUnique identifier of Consumer - a Participant reference.Unique identifier of Consumer - a Participant reference.Address 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.Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.Reference to an arbitrary unique idenitifer associated with the request which gave rise to this response.com.google.protobuf.TimestampTime individual response element was created.com.google.protobuf.TimestampOrBuilderTime individual response element was created.booleanUnique identifier of Consumer - a Participant reference.booleanIdentifier of delegating system that originated message.booleanReference to an arbitrary unique idenitifer associated with the request which gave rise to this response.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; -
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;
-