Class CodeListImpl

java.lang.Object
net.opengis.gml.v32.impl.CodeListImpl
All Implemented Interfaces:
Serializable, CodeList

public class CodeListImpl extends Object implements 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 Details

    • codeSpace

      protected String codeSpace
    • value

      protected String[] value
  • Constructor Details

    • CodeListImpl

      public CodeListImpl()
  • Method Details

    • getCodeSpace

      public String getCodeSpace()
      Gets the codeSpace property
      Specified by:
      getCodeSpace in interface CodeList
    • isSetCodeSpace

      public boolean isSetCodeSpace()
      Checks if codeSpace is set
      Specified by:
      isSetCodeSpace in interface CodeList
    • setCodeSpace

      public void setCodeSpace(String codeSpace)
      Sets the codeSpace property
      Specified by:
      setCodeSpace in interface CodeList
    • getValue

      public String[] getValue()
      Gets the inline value
      Specified by:
      getValue in interface CodeList
    • setValue

      public void setValue(String[] value)
      Sets the inline value
      Specified by:
      setValue in interface CodeList