Class MethodAccessor_Double
- java.lang.Object
-
- com.sun.xml.bind.v2.runtime.reflect.Accessor
-
- com.sun.xml.bind.v2.runtime.reflect.opt.MethodAccessor_Double
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.sun.xml.bind.v2.runtime.reflect.Accessor
Accessor.FieldReflection<BeanT,ValueT>, Accessor.GetterOnlyReflection<BeanT,ValueT>, Accessor.GetterSetterReflection<BeanT,ValueT>, Accessor.ReadOnlyFieldReflection<BeanT,ValueT>, Accessor.SetterOnlyReflection<BeanT,ValueT>
-
-
Field Summary
-
Fields inherited from class com.sun.xml.bind.v2.runtime.reflect.Accessor
JAXB_ELEMENT_VALUE, valueType
-
-
Constructor Summary
Constructors Constructor Description MethodAccessor_Double()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
get(java.lang.Object bean)
Gets the value of the property of the given bean object.void
set(java.lang.Object bean, java.lang.Object value)
Sets the value of the property of the given bean object.-
Methods inherited from class com.sun.xml.bind.v2.runtime.reflect.Accessor
adapt, adapt, getErrorInstance, getUnadapted, getValueType, isAbstractable, isAdapted, isValueTypeAbstractable, optimize, receive, setUnadapted
-
-
-
-
Method Detail
-
get
public java.lang.Object get(java.lang.Object bean)
Description copied from class:Accessor
Gets the value of the property of the given bean object.
-
set
public void set(java.lang.Object bean, java.lang.Object value)
Description copied from class:Accessor
Sets the value of the property of the given bean object.
-
-