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 TypeMethodDescriptionvoidaddSetArrayValues(String ref, EncodedValues values) Adds a new setArrayValues property with given ref path and valuesvoidaddSetArrayValues(ArraySetting setArrayValues) Adds a new setArrayValues propertyvoidaddSetConstraint(String ref, DataConstraint constraint) Adds a new setConstraint property with given ref path and constraintvoidaddSetConstraint(ConstraintSetting setConstraint) Adds a new setConstraint propertyvoidaddSetMode(String ref, String value) Adds a new setMode property with given ref path and mode namevoidaddSetMode(ModeSetting setMode) Adds a new setMode propertyvoidaddSetStatus(String ref, Status status) Adds a new setStatus property with given ref path and status codevoidaddSetStatus(StatusSetting setStatus) Adds a new setStatus propertyvoidaddSetValue(String ref, String value) Adds a new setValue property with given ref path and valuevoidaddSetValue(ValueSetting setValue) Adds a new setValue propertyintReturns number of setArrayValues propertiesintReturns number of setConstraint propertiesintReturns number of setMode propertiesintReturns number of setStatus propertiesintReturns 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 
 -