Interface Settings

All Superinterfaces:
AbstractSettings, AbstractSWE, Serializable
All Known Implementing Classes:
SettingsImpl

public interface Settings extends AbstractSettings
POJO class for XML type SettingsType(@http://www.opengis.net/sensorml/2.0). This is a complex type.
  • Method Details

    • getSetValueList

      List<ValueSetting> getSetValueList()
      Gets the list of setValue properties
    • getNumSetValues

      int getNumSetValues()
      Returns number of setValue properties
    • addSetValue

      void addSetValue(ValueSetting setValue)
      Adds a new setValue property
    • addSetValue

      void addSetValue(String ref, String value)
      Adds a new setValue property with given ref path and value
    • getSetArrayValuesList

      List<ArraySetting> getSetArrayValuesList()
      Gets the list of setArrayValues properties
    • getNumSetArrayValues

      int getNumSetArrayValues()
      Returns number of setArrayValues properties
    • addSetArrayValues

      void addSetArrayValues(ArraySetting setArrayValues)
      Adds a new setArrayValues property
    • addSetArrayValues

      void addSetArrayValues(String ref, EncodedValues values)
      Adds a new setArrayValues property with given ref path and values
    • getSetConstraintList

      List<ConstraintSetting> getSetConstraintList()
      Gets the list of setConstraint properties
    • getNumSetConstraints

      int getNumSetConstraints()
      Returns number of setConstraint properties
    • addSetConstraint

      void addSetConstraint(ConstraintSetting setConstraint)
      Adds a new setConstraint property
    • addSetConstraint

      void addSetConstraint(String ref, DataConstraint constraint)
      Adds a new setConstraint property with given ref path and constraint
    • getSetModeList

      List<ModeSetting> getSetModeList()
      Gets the list of setMode properties
    • getNumSetModes

      int getNumSetModes()
      Returns number of setMode properties
    • addSetMode

      void addSetMode(ModeSetting setMode)
      Adds a new setMode property
    • addSetMode

      void addSetMode(String ref, String value)
      Adds a new setMode property with given ref path and mode name
    • getSetStatusList

      List<StatusSetting> getSetStatusList()
      Gets the list of setStatus properties
    • getNumSetStatus

      int getNumSetStatus()
      Returns number of setStatus properties
    • addSetStatus

      void addSetStatus(StatusSetting setStatus)
      Adds a new setStatus property
    • addSetStatus

      void addSetStatus(String ref, Status status)
      Adds a new setStatus property with given ref path and status code