Package net.opengis.sensorml.v20
Interface Settings
- All Superinterfaces:
AbstractSettings
,AbstractSWE
,Serializable
- All Known Implementing Classes:
SettingsImpl
POJO class for XML type SettingsType(@http://www.opengis.net/sensorml/2.0).
This is a complex type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSetArrayValues
(String ref, EncodedValues values) Adds a new setArrayValues property with given ref path and valuesvoid
addSetArrayValues
(ArraySetting setArrayValues) Adds a new setArrayValues propertyvoid
addSetConstraint
(String ref, DataConstraint constraint) Adds a new setConstraint property with given ref path and constraintvoid
addSetConstraint
(ConstraintSetting setConstraint) Adds a new setConstraint propertyvoid
addSetMode
(String ref, String value) Adds a new setMode property with given ref path and mode namevoid
addSetMode
(ModeSetting setMode) Adds a new setMode propertyvoid
addSetStatus
(String ref, Status status) Adds a new setStatus property with given ref path and status codevoid
addSetStatus
(StatusSetting setStatus) Adds a new setStatus propertyvoid
addSetValue
(String ref, String value) Adds a new setValue property with given ref path and valuevoid
addSetValue
(ValueSetting setValue) Adds a new setValue propertyint
Returns number of setArrayValues propertiesint
Returns number of setConstraint propertiesint
Returns number of setMode propertiesint
Returns number of setStatus propertiesint
Returns number of setValue propertiesGets the list of setArrayValues propertiesGets the list of setConstraint propertiesGets the list of setMode propertiesGets the list of setStatus propertiesGets the list of setValue propertiesMethods inherited from interface net.opengis.swe.v20.AbstractSWE
addExtension, getExtensionList, getId, getNumExtensions, isSetId, setId
-
Method Details
-
getSetValueList
List<ValueSetting> getSetValueList()Gets the list of setValue properties -
getNumSetValues
int getNumSetValues()Returns number of setValue properties -
addSetValue
Adds a new setValue property -
addSetValue
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
Adds a new setArrayValues property -
addSetArrayValues
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
Adds a new setConstraint property -
addSetConstraint
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
Adds a new setMode property -
addSetMode
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
Adds a new setStatus property -
addSetStatus
Adds a new setStatus property with given ref path and status code
-