Package net.opengis.sensorml.v20.impl
Class ValueSettingImpl
java.lang.Object
net.opengis.sensorml.v20.impl.ValueSettingImpl
- All Implemented Interfaces:
 Serializable,ConfigSetting<SimpleComponent>,ValueSetting
POJO class for XML type ValueSettingPropertyType(@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 valuevoidSets the ref propertyvoidsetReferencedObject(SimpleComponent refObj) Sets the object being configured by this settingvoidSets the inline value 
- 
Field Details
- 
ref
 - 
value
 - 
refComponent
 
 - 
 - 
Constructor Details
- 
ValueSettingImpl
public ValueSettingImpl() - 
ValueSettingImpl
 
 - 
 - 
Method Details
- 
getRef
Gets the ref property- Specified by:
 getRefin interfaceConfigSetting<SimpleComponent>- Returns:
 - the ref property
 
 - 
setRef
Sets the ref property- Specified by:
 setRefin interfaceConfigSetting<SimpleComponent>
 - 
getValue
Gets the inline value- Specified by:
 getValuein interfaceValueSetting
 - 
setValue
Sets the inline value- Specified by:
 setValuein interfaceValueSetting
 - 
getReferencedObject
- Specified by:
 getReferencedObjectin interfaceConfigSetting<SimpleComponent>- Returns:
 - the object being configured
 
 - 
setReferencedObject
Description copied from interface:ConfigSettingSets the object being configured by this setting- Specified by:
 setReferencedObjectin interfaceConfigSetting<SimpleComponent>- Parameters:
 refObj- referenced object instance
 
 -