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 DataEncodingprotected Stringprotected DataArrayprotected 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 valuevoidsetEncoding(DataEncoding encoding) Sets the encoding propertyvoidSets the ref propertyvoidsetReferencedObject(DataArray refObj) Sets the object being configured by this settingvoidsetValue(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:
getRefin interfaceConfigSetting<DataArray>- Returns:
- the ref property
-
setRef
Description copied from interface:ConfigSettingSets the ref property- Specified by:
setRefin interfaceConfigSetting<DataArray>
-
getEncoding
Description copied from interface:ArraySettingGets the encoding property- Specified by:
getEncodingin interfaceArraySetting
-
setEncoding
Description copied from interface:ArraySettingSets the encoding property- Specified by:
setEncodingin interfaceArraySetting
-
getValue
Description copied from interface:ArraySettingGets the inline value- Specified by:
getValuein interfaceArraySetting
-
setValue
Description copied from interface:ArraySettingSets the inline value- Specified by:
setValuein interfaceArraySetting
-
getReferencedObject
- Specified by:
getReferencedObjectin interfaceConfigSetting<DataArray>- Returns:
- the object being configured
-
setReferencedObject
Description copied from interface:ConfigSettingSets the object being configured by this setting- Specified by:
setReferencedObjectin interfaceConfigSetting<DataArray>- Parameters:
refObj- referenced object instance
-