Package net.opengis.sensorml.v20.impl
Class StatusSettingImpl
java.lang.Object
net.opengis.sensorml.v20.impl.StatusSettingImpl
- All Implemented Interfaces:
Serializable
,ConfigSetting<DataComponent>
,StatusSetting
POJO class for XML type StatusSettingPropertyType(@http://www.opengis.net/sensorml/2.0).
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRef()
Gets the ref propertygetValue()
Gets the inline valuevoid
Sets the ref propertyvoid
setReferencedObject
(DataComponent refObj) Sets the object being configured by this settingvoid
Sets the inline value
-
Field Details
-
ref
-
value
-
refComponent
-
-
Constructor Details
-
StatusSettingImpl
public StatusSettingImpl() -
StatusSettingImpl
-
-
Method Details
-
getRef
Gets the ref property- Specified by:
getRef
in interfaceConfigSetting<DataComponent>
- Returns:
- the ref property
-
setRef
Sets the ref property- Specified by:
setRef
in interfaceConfigSetting<DataComponent>
-
getValue
Gets the inline value- Specified by:
getValue
in interfaceStatusSetting
-
setValue
Sets the inline value- Specified by:
setValue
in interfaceStatusSetting
-
getReferencedObject
- Specified by:
getReferencedObject
in interfaceConfigSetting<DataComponent>
- Returns:
- the object being configured
-
setReferencedObject
Description copied from interface:ConfigSetting
Sets the object being configured by this setting- Specified by:
setReferencedObject
in interfaceConfigSetting<DataComponent>
- Parameters:
refObj
- referenced object instance
-