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
RawAccessorWrapper
public RawAccessorWrapper(com.sun.xml.bind.api.RawAccessor a)
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
get
public Object get(Object bean)
throws DatabindingException
- Description copied from interface:
PropertyAccessor
- Gets the value of the property of the given bean object.
- Specified by:
get
in interface PropertyAccessor
- Parameters:
bean
- must not be null.
- Throws:
DatabindingException
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
set
public void set(Object bean,
Object value)
throws DatabindingException
- Description copied from interface:
PropertyAccessor
- Sets the value of the property of the given bean object.
- Specified by:
set
in interface PropertyAccessor
- 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
toString
public String toString()
- Overrides:
toString
in class Object
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.