com.sun.xml.bind.v2.runtime.reflect.opt
Class FieldAccessor_Integer

java.lang.Object
  extended by com.sun.xml.bind.v2.runtime.reflect.Accessor
      extended by com.sun.xml.bind.v2.runtime.reflect.opt.FieldAccessor_Integer
All Implemented Interfaces:
Receiver

public class FieldAccessor_Integer
extends Accessor

Template Accessor for int fields.

All the FieldAccessors are generated from FieldAccessor_B y t e


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
FieldAccessor_Integer()
           
 
Method Summary
 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, isAdapted, isValueTypeAbstractable, optimize, receive, setUnadapted
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldAccessor_Integer

public FieldAccessor_Integer()
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.

Specified by:
get in class Accessor
Parameters:
bean - must not be null.

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.

Specified by:
set in class Accessor
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.)