Package net.opengis.sensorml.v20.impl
Class ArraySettingImpl
java.lang.Object
net.opengis.sensorml.v20.impl.ArraySettingImpl
- All Implemented Interfaces:
Serializable
,ArraySetting
,ConfigSetting<DataArray>
POJO class for XML type ArraySettingPropertyType(@http://www.opengis.net/sensorml/2.0)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected DataEncoding
protected String
protected DataArray
protected EncodedValues
-
Constructor Summary
ConstructorsConstructorDescriptionArraySettingImpl
(String ref, DataEncoding encoding, EncodedValues values) ArraySettingImpl
(String ref, EncodedValues values) Constructor with default text encoding -
Method Summary
Modifier and TypeMethodDescriptionGets the encoding propertygetRef()
getValue()
Gets the inline valuevoid
setEncoding
(DataEncoding encoding) Sets the encoding propertyvoid
Sets the ref propertyvoid
setReferencedObject
(DataArray refObj) Sets the object being configured by this settingvoid
setValue
(EncodedValues value) Sets the inline value
-
Field Details
-
ref
-
encoding
-
value
-
refArray
-
-
Constructor Details
-
ArraySettingImpl
public ArraySettingImpl() -
ArraySettingImpl
-
ArraySettingImpl
Constructor with default text encoding- Parameters:
ref
-values
-
-
-
Method Details
-
getRef
- Specified by:
getRef
in interfaceConfigSetting<DataArray>
- Returns:
- the ref property
-
setRef
Description copied from interface:ConfigSetting
Sets the ref property- Specified by:
setRef
in interfaceConfigSetting<DataArray>
-
getEncoding
Description copied from interface:ArraySetting
Gets the encoding property- Specified by:
getEncoding
in interfaceArraySetting
-
setEncoding
Description copied from interface:ArraySetting
Sets the encoding property- Specified by:
setEncoding
in interfaceArraySetting
-
getValue
Description copied from interface:ArraySetting
Gets the inline value- Specified by:
getValue
in interfaceArraySetting
-
setValue
Description copied from interface:ArraySetting
Sets the inline value- Specified by:
setValue
in interfaceArraySetting
-
getReferencedObject
- Specified by:
getReferencedObject
in interfaceConfigSetting<DataArray>
- Returns:
- the object being configured
-
setReferencedObject
Description copied from interface:ConfigSetting
Sets the object being configured by this setting- Specified by:
setReferencedObject
in interfaceConfigSetting<DataArray>
- Parameters:
refObj
- referenced object instance
-