Package com.sun.xml.ws.db.glassfish
Class RawAccessorWrapper
- java.lang.Object
-
- com.sun.xml.ws.db.glassfish.RawAccessorWrapper
-
- All Implemented Interfaces:
PropertyAccessor
public class RawAccessorWrapper extends Object implements PropertyAccessor
-
-
Constructor Summary
Constructors Constructor Description RawAccessorWrapper(org.glassfish.jaxb.runtime.api.RawAccessor a)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(Object bean)Gets the value of the property of the given bean object.inthashCode()voidset(Object bean, Object value)Sets the value of the property of the given bean object.StringtoString()
-
-
-
Method Detail
-
get
public Object get(Object bean) throws DatabindingException
Description copied from interface:PropertyAccessorGets the value of the property of the given bean object.- Specified by:
getin interfacePropertyAccessor- Parameters:
bean- must not be null.- Throws:
DatabindingException
-
set
public void set(Object bean, Object value) throws DatabindingException
Description copied from interface:PropertyAccessorSets the value of the property of the given bean object.- Specified by:
setin interfacePropertyAccessor- Parameters:
bean- must not be null.value- the value to be set. Setting value to null means resetting to the VM default value (even for primitive properties.)- Throws:
DatabindingException
-
-