Class UnmarshallingContext.State

java.lang.Object
com.sun.xml.bind.v2.runtime.unmarshaller.UnmarshallingContext.State
Enclosing class:
UnmarshallingContext

public final class UnmarshallingContext.State extends Object
State information for each element.
  • Method Details

    • getContext

      public UnmarshallingContext getContext()
      Gets the context.
    • isMixed

      public boolean isMixed()
    • getTarget

      public Object getTarget()
    • setLoader

      public void setLoader(Loader loader)
    • setReceiver

      public void setReceiver(Receiver receiver)
    • getPrev

      public UnmarshallingContext.State getPrev()
    • setIntercepter

      public void setIntercepter(Intercepter intercepter)
    • setBackup

      public void setBackup(Object backup)
    • setTarget

      public void setTarget(Object target)
    • getBackup

      public Object getBackup()
    • isNil

      public boolean isNil()
    • setNil

      public void setNil(boolean nil)
    • getLoader

      public Loader getLoader()
    • getElementDefaultValue

      public String getElementDefaultValue()
    • setElementDefaultValue

      public void setElementDefaultValue(String elementDefaultValue)