com.sun.xml.bind.v2.runtime.unmarshaller
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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)
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.