public class DefaultConstructorSimpleXmlWrapper extends Object implements ISimpleXmlWrapper<Object>
Constructor and Description |
---|
DefaultConstructorSimpleXmlWrapper() |
Modifier and Type | Method and Description |
---|---|
Object |
getValue()
Returns the value represented by this wrapper.
|
void |
setValue(Object value)
Sets value to be wrapped by this wrapper.
|
public Object getValue()
ISimpleXmlWrapper
getValue
in interface ISimpleXmlWrapper<Object>
public void setValue(Object value)
ISimpleXmlWrapper
setValue
in interface ISimpleXmlWrapper<Object>