Package net.opengis.www.gml.v3_2
Interface CodeWithAuthorityTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodeWithAuthorityType,CodeWithAuthorityType.Builder
public interface CodeWithAuthorityTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/basicTypes.xsd at 107:63]com.google.protobuf.ByteString[gml/basicTypes.xsd at 107:63]getValue()gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.com.google.protobuf.ByteStringgml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance.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
-
getCodeSpace
String getCodeSpace()[gml/basicTypes.xsd at 107:63]
string code_space = 2;- Returns:
- The codeSpace.
-
getCodeSpaceBytes
com.google.protobuf.ByteString getCodeSpaceBytes()[gml/basicTypes.xsd at 107:63]
string code_space = 2;- Returns:
- The bytes for codeSpace.
-
getValue
String getValue()gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance. [gml/basicTypes.xsd at 101:44]
string value = 3 [(.buf.validate.field) = { ... }- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()gml:CodeWithAuthorityType requires that the codeSpace attribute is provided in an instance. [gml/basicTypes.xsd at 101:44]
string value = 3 [(.buf.validate.field) = { ... }- Returns:
- The bytes for value.
-