Package uk.org.siri.www.siri
Interface CapabilityRefStructureOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CapabilityRefStructure,CapabilityRefStructure.Builder
@Generated
public interface CapabilityRefStructureOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetValue()Type for capability ref.com.google.protobuf.ByteStringType for capability ref.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
-
getValue
String getValue()Type for capability ref. [siri/siri_request_support-v2.0.xsd at 150:49]
string value = 1;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()Type for capability ref. [siri/siri_request_support-v2.0.xsd at 150:49]
string value = 1;- Returns:
- The bytes for value.
-