Package net.opengis.www.gml.v3_2
Interface CodeTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodeType,CodeType.Builder
public interface CodeTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/basicTypes.xsd at 97:48]com.google.protobuf.ByteString[gml/basicTypes.xsd at 97:48]getValue()gml:CodeType is a generalized type to be used for a term, keyword or name.com.google.protobuf.ByteStringgml:CodeType is a generalized type to be used for a term, keyword or name.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 97:48]
string code_space = 1;- Returns:
- The codeSpace.
-
getCodeSpaceBytes
com.google.protobuf.ByteString getCodeSpaceBytes()[gml/basicTypes.xsd at 97:48]
string code_space = 1;- Returns:
- The bytes for codeSpace.
-
getValue
String getValue()gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term. [gml/basicTypes.xsd at 90:31]
string value = 2;- Returns:
- The value.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes()gml:CodeType is a generalized type to be used for a term, keyword or name. It adds a XML attribute codeSpace to a term, where the value of the codeSpace attribute (if present) shall indicate a dictionary, thesaurus, classification scheme, authority, or pattern for the term. [gml/basicTypes.xsd at 90:31]
string value = 2;- Returns:
- The bytes for value.
-