Interface AllowedTokens

All Superinterfaces:
AbstractSWE, DataConstraint, HasCopy, Serializable
All Known Implementing Classes:
AllowedTokensImpl

public interface AllowedTokens extends AbstractSWE, DataConstraint
POJO class for XML type AllowedTokensType(@http://www.opengis.net/swe/2.0). This is a complex type.
  • Method Details

    • getValueList

      List<String> getValueList()
      Gets the list of value properties
    • getNumValues

      int getNumValues()
      Returns number of value properties
    • addValue

      void addValue(String value)
      Adds a new value property
    • getPattern

      String getPattern()
      Gets the pattern property
    • isSetPattern

      boolean isSetPattern()
      Checks if pattern is set
    • setPattern

      void setPattern(String pattern)
      Sets the pattern property