Package uk.org.siri.www.siri
Interface AbstractCapabilitiesStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AbstractCapabilitiesStructure,AbstractCapabilitiesStructure.Builder
@Generated
public interface AbstractCapabilitiesStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionGeneral capabilities common to all SIRI service request types.General capabilities common to all SIRI service request types.Implementation properties common to all request types.Implementation properties common to all request types.booleanGeneral capabilities common to all SIRI service request types.booleanImplementation properties common to all request types.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
-
hasGeneralInteraction
boolean hasGeneralInteraction()General capabilities common to all SIRI service request types. [siri/siri_requests-v2.0.xsd at 891:102]
.uk.org.siri.www.siri.CapabilityGeneralInteractionStructure general_interaction = 1;- Returns:
- Whether the generalInteraction field is set.
-
getGeneralInteraction
CapabilityGeneralInteractionStructure getGeneralInteraction()General capabilities common to all SIRI service request types. [siri/siri_requests-v2.0.xsd at 891:102]
.uk.org.siri.www.siri.CapabilityGeneralInteractionStructure general_interaction = 1;- Returns:
- The generalInteraction.
-
getGeneralInteractionOrBuilder
CapabilityGeneralInteractionStructureOrBuilder getGeneralInteractionOrBuilder()General capabilities common to all SIRI service request types. [siri/siri_requests-v2.0.xsd at 891:102]
.uk.org.siri.www.siri.CapabilityGeneralInteractionStructure general_interaction = 1; -
hasTransportDescription
boolean hasTransportDescription()Implementation properties common to all request types. [siri/siri_requests-v2.0.xsd at 896:96]
.uk.org.siri.www.siri.TransportDescriptionStructure transport_description = 2;- Returns:
- Whether the transportDescription field is set.
-
getTransportDescription
TransportDescriptionStructure getTransportDescription()Implementation properties common to all request types. [siri/siri_requests-v2.0.xsd at 896:96]
.uk.org.siri.www.siri.TransportDescriptionStructure transport_description = 2;- Returns:
- The transportDescription.
-
getTransportDescriptionOrBuilder
TransportDescriptionStructureOrBuilder getTransportDescriptionOrBuilder()Implementation properties common to all request types. [siri/siri_requests-v2.0.xsd at 896:96]
.uk.org.siri.www.siri.TransportDescriptionStructure transport_description = 2;
-