Class FieldAccessor_Ref<B>

java.lang.Object
org.glassfish.jaxb.runtime.v2.runtime.reflect.Accessor<B,org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref>
org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.FieldAccessor_Ref<B>
All Implemented Interfaces:
Receiver

public class FieldAccessor_Ref<B> extends Accessor<B,org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref>
Template Accessor for reference type fields.
Author:
Kohsuke Kawaguchi
  • Constructor Details

    • FieldAccessor_Ref

      public FieldAccessor_Ref()
  • Method Details

    • get

      public org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref get(B bean)
      Description copied from class: Accessor
      Gets the value of the property of the given bean object.
      Specified by:
      get in class Accessor<B,org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref>
      Parameters:
      bean - must not be null.
    • set

      public void set(B bean, org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref value)
      Description copied from class: Accessor
      Sets the value of the property of the given bean object.
      Specified by:
      set in class Accessor<B,org.glassfish.jaxb.runtime.v2.runtime.reflect.opt.Ref>
      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.)