Package net.opengis.gml.v32.impl
Class CodeListImpl
java.lang.Object
net.opengis.gml.v32.impl.CodeListImpl
- All Implemented Interfaces:
Serializable
,CodeList
POJO class for XML type CodeListType(@http://www.opengis.net/gml/3.2).
This is a list type whose items are java.lang.String.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the codeSpace propertyString[]
getValue()
Gets the inline valueboolean
Checks if codeSpace is setvoid
setCodeSpace
(String codeSpace) Sets the codeSpace propertyvoid
Sets the inline value
-
Field Details
-
codeSpace
-
value
-
-
Constructor Details
-
CodeListImpl
public CodeListImpl()
-
-
Method Details
-
getCodeSpace
Gets the codeSpace property- Specified by:
getCodeSpace
in interfaceCodeList
-
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
isSetCodeSpace
in interfaceCodeList
-
setCodeSpace
Sets the codeSpace property- Specified by:
setCodeSpace
in interfaceCodeList
-
getValue
Gets the inline value -
setValue
Sets the inline value
-