com.sun.xml.bind.v2.runtime.unmarshaller
Class UnmarshallingContext.State

java.lang.Object
  extended by 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 Summary
 Object getBackup()
           
 UnmarshallingContext getContext()
          Gets the context.
 String getElementDefaultValue()
           
 Loader getLoader()
           
 UnmarshallingContext.State getPrev()
           
 Object getTarget()
           
 boolean isMixed()
           
 boolean isNil()
           
 void setBackup(Object backup)
           
 void setElementDefaultValue(String elementDefaultValue)
           
 void setIntercepter(Intercepter intercepter)
           
 void setLoader(Loader loader)
           
 void setNil(boolean nil)
           
 void setReceiver(Receiver receiver)
           
 void setTarget(Object target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.