Package net.opengis.www.gml.v3_2
Interface MeasureOrNilReasonListTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MeasureOrNilReasonListType,MeasureOrNilReasonListType.Builder
@Generated
public interface MeasureOrNilReasonListTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetUom()[gml/basicTypes.xsd at 262:68]com.google.protobuf.ByteString[gml/basicTypes.xsd at 262:68]getValue(int index) gml:MeasureOrNilReasonListType provides for a list of quantities.com.google.protobuf.ByteStringgetValueBytes(int index) gml:MeasureOrNilReasonListType provides for a list of quantities.intgml:MeasureOrNilReasonListType provides for a list of quantities.gml:MeasureOrNilReasonListType provides for a list of quantities.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
-
getUom
String getUom()[gml/basicTypes.xsd at 262:68]
string uom = 1;- Returns:
- The uom.
-
getUomBytes
com.google.protobuf.ByteString getUomBytes()[gml/basicTypes.xsd at 262:68]
string uom = 1;- Returns:
- The bytes for uom.
-
getValueList
gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 256:49]
repeated string value = 2;- Returns:
- A list containing the value.
-
getValueCount
int getValueCount()gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 256:49]
repeated string value = 2;- Returns:
- The count of value.
-
getValue
gml:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 256:49]
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:MeasureOrNilReasonListType provides for a list of quantities. An instance element may also include embedded values from NilReasonType. It is intended to be used in situations where a value is expected, but the value may be absent for some reason. [gml/basicTypes.xsd at 256:49]
repeated string value = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the value at the given index.
-