Package net.opengis.sensorml.v20
Interface ArraySetting
- All Superinterfaces:
 ConfigSetting<DataArray>,Serializable
- All Known Implementing Classes:
 ArraySettingImpl
POJO class for XML type ArraySettingPropertyType(@http://www.opengis.net/sensorml/2.0).
- 
Method Summary
Modifier and TypeMethodDescriptionGets the encoding propertygetValue()Gets the inline valuevoidsetEncoding(DataEncoding encoding) Sets the encoding propertyvoidsetValue(EncodedValues value) Sets the inline valueMethods inherited from interface net.opengis.sensorml.v20.ConfigSetting
getRef, getReferencedObject, setRef, setReferencedObject 
- 
Method Details
- 
getEncoding
DataEncoding getEncoding()Gets the encoding property - 
setEncoding
Sets the encoding property - 
getValue
EncodedValues getValue()Gets the inline value - 
setValue
Sets the inline value 
 -