Module com.sun.xml.bind
Class FieldAccessor_Boolean<B>
- java.lang.Object
-
- org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor<B,Boolean>
-
- org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Boolean<B>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.glassfish.jaxb.runtime.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 org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
JAXB_ELEMENT_VALUE, valueType
-
-
Constructor Summary
Constructors Constructor Description FieldAccessor_Boolean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanget(B bean)Gets the value of the property of the given bean object.voidset(B bean, Boolean value)Sets the value of the property of the given bean object.-
Methods inherited from class org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor
adapt, adapt, getErrorInstance, getUnadapted, getValueType, isAbstractable, isAdapted, isValueTypeAbstractable, optimize, receive, setUnadapted
-
-