Interface CodeList

All Superinterfaces:
Serializable
All Known Implementing Classes:
CodeListImpl

public interface CodeList extends Serializable
POJO class for XML type CodeListType(@http://www.opengis.net/gml/3.2). This is a list type whose items are java.lang.String.
  • Method Details

    • getCodeSpace

      String getCodeSpace()
      Gets the codeSpace property
    • isSetCodeSpace

      boolean isSetCodeSpace()
      Checks if codeSpace is set
    • setCodeSpace

      void setCodeSpace(String codeSpace)
      Sets the codeSpace property
    • getValue

      String[] getValue()
      Gets the inline value
    • setValue

      void setValue(String[] value)
      Sets the inline value