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 valuebooleanChecks if codeSpace is setvoidsetCodeSpace(String codeSpace) Sets the codeSpace propertyvoidSets the inline value 
- 
Field Details
- 
codeSpace
 - 
value
 
 - 
 - 
Constructor Details
- 
CodeListImpl
public CodeListImpl() 
 - 
 - 
Method Details
- 
getCodeSpace
Gets the codeSpace property- Specified by:
 getCodeSpacein interfaceCodeList
 - 
isSetCodeSpace
public boolean isSetCodeSpace()Checks if codeSpace is set- Specified by:
 isSetCodeSpacein interfaceCodeList
 - 
setCodeSpace
Sets the codeSpace property- Specified by:
 setCodeSpacein interfaceCodeList
 - 
getValue
Gets the inline value - 
setValue
Sets the inline value 
 -