Package net.opengis.www.gml.v3_2
Interface InlinePropertyTypeOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InlinePropertyType,InlinePropertyType.Builder
@Generated
public interface InlinePropertyTypeOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
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
-
getOwns
boolean getOwns()[gml/gmlBase-extract-v3_2_1.xsd at 69:58]
bool owns = 1;- Returns:
- The owns.
-
getAny
String getAny()[gml/gmlBase-extract-v3_2_1.xsd at 97:28]
string any = 2;- Returns:
- The any.
-
getAnyBytes
com.google.protobuf.ByteString getAnyBytes()[gml/gmlBase-extract-v3_2_1.xsd at 97:28]
string any = 2;- Returns:
- The bytes for any.
-