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