Package net.opengis.www.gml.v3_2
Interface CodeOrNilReasonListTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CodeOrNilReasonListType,CodeOrNilReasonListType.Builder
@Generated
public interface CodeOrNilReasonListTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription[gml/basicTypes.xsd at 242:48]com.google.protobuf.ByteString[gml/basicTypes.xsd at 242:48]getValue(int index) gml:CodeOrNilReasonListType provides for lists of terms.com.google.protobuf.ByteStringgetValueBytes(int index) gml:CodeOrNilReasonListType provides for lists of terms.intgml:CodeOrNilReasonListType provides for lists of terms.gml:CodeOrNilReasonListType provides for lists of terms.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 242:48]
string code_space = 1;- Returns:
- The codeSpace.
-
getCodeSpaceBytes
com.google.protobuf.ByteString getCodeSpaceBytes()[gml/basicTypes.xsd at 242:48]
string code_space = 1;- Returns:
- The bytes for codeSpace.
-
getValueList
gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 236:46]
repeated string value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 236:46]
repeated string value = 2;- Returns:
- The count of value.
-
getValue
gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 236:46]
repeated string value = 2;- Parameters:
index- The index of the element to return.- Returns:
- The value at the given index.
-
getValueBytes
com.google.protobuf.ByteString getValueBytes(int index) gml:CodeOrNilReasonListType provides for lists of terms. The values in an instance element shall all be valid according to the rules of the dictionary, classification scheme, or authority identified by the value of its codeSpace attribute. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a term or classification is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 236:46]
repeated string value = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-