Package uk.org.netex.www.netex
Interface DataObjectCapabilitiesResponseStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataObjectCapabilitiesResponseStructure,DataObjectCapabilitiesResponseStructure.Builder
public interface DataObjectCapabilitiesResponseStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionParticipants permissions to use the service, Only returned if requested.Participants permissions to use the service, Only returned if requested.Capabilities of DataObject Service.Capabilities of DataObject Service.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.Description of any error or warning condition.Description of any error or warning condition.User defined Extensions to ENTITY in schema.User defined Extensions to ENTITY in schema.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.Version number of response.com.google.protobuf.ByteStringVersion number of response.booleanParticipants permissions to use the service, Only returned if requested.booleanCapabilities of DataObject Service.booleanIdentifier of delegating system that originated message.booleanDescription of any error or warning condition.booleanUser defined Extensions to ENTITY in schema.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; -
getVersion
String getVersion()Version number of response. Fixed [netex_service/netex_dataObjectRequest_service.xsd at 193:75]
string version = 81;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()Version number of response. Fixed [netex_service/netex_dataObjectRequest_service.xsd at 193:75]
string version = 81;- Returns:
- The bytes for version.
-
hasDataObjectServiceCapabilities
boolean hasDataObjectServiceCapabilities()Capabilities of DataObject Service. [netex_service/netex_dataObjectRequest_service.xsd at 201:98]
.uk.org.netex.www.netex.DataObjectServiceCapabilitiesStructure data_object_service_capabilities = 151;- Returns:
- Whether the dataObjectServiceCapabilities field is set.
-
getDataObjectServiceCapabilities
DataObjectServiceCapabilitiesStructure getDataObjectServiceCapabilities()Capabilities of DataObject Service. [netex_service/netex_dataObjectRequest_service.xsd at 201:98]
.uk.org.netex.www.netex.DataObjectServiceCapabilitiesStructure data_object_service_capabilities = 151;- Returns:
- The dataObjectServiceCapabilities.
-
getDataObjectServiceCapabilitiesOrBuilder
DataObjectServiceCapabilitiesStructureOrBuilder getDataObjectServiceCapabilitiesOrBuilder()Capabilities of DataObject Service. [netex_service/netex_dataObjectRequest_service.xsd at 201:98]
.uk.org.netex.www.netex.DataObjectServiceCapabilitiesStructure data_object_service_capabilities = 151; -
hasDataObjectPermissions
boolean hasDataObjectPermissions()Participants permissions to use the service, Only returned if requested. [netex_service/netex_dataObjectRequest_service.xsd at 276:44]
.uk.org.netex.www.netex.DataObjectPermissionsType data_object_permissions = 152;- Returns:
- Whether the dataObjectPermissions field is set.
-
getDataObjectPermissions
DataObjectPermissionsType getDataObjectPermissions()Participants permissions to use the service, Only returned if requested. [netex_service/netex_dataObjectRequest_service.xsd at 276:44]
.uk.org.netex.www.netex.DataObjectPermissionsType data_object_permissions = 152;- Returns:
- The dataObjectPermissions.
-
getDataObjectPermissionsOrBuilder
DataObjectPermissionsTypeOrBuilder getDataObjectPermissionsOrBuilder()Participants permissions to use the service, Only returned if requested. [netex_service/netex_dataObjectRequest_service.xsd at 276:44]
.uk.org.netex.www.netex.DataObjectPermissionsType data_object_permissions = 152; -
hasExtensions
boolean hasExtensions()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 153;- Returns:
- Whether the extensions field is set.
-
getExtensions
ExtensionsStructure getExtensions()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 153;- Returns:
- The extensions.
-
getExtensionsOrBuilder
ExtensionsStructureOrBuilder getExtensionsOrBuilder()User defined Extensions to ENTITY in schema. (Wrapper tag used to avoid problems with handling of optional 'any' by some validators). [netex_framework/netex_utility/netex_utility_xml.xsd at 85:60]
.uk.org.netex.www.netex.ExtensionsStructure extensions = 153;
-