Uses of Class
com.sun.xml.bind.v2.model.core.ID

Packages that use ID
com.sun.xml.bind.v2.model.core The in-memory model of the JAXB-bound beans. 
com.sun.xml.bind.v2.model.impl Implementation of the com.sun.xml.bind.j2s.model package. 
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
 

Uses of ID in com.sun.xml.bind.v2.model.core
 

Methods in com.sun.xml.bind.v2.model.core that return ID
 ID PropertyInfo.id()
          Returns the IDness of the value of this element.
static ID ID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ID[] ID.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of ID in com.sun.xml.bind.v2.model.impl
 

Methods in com.sun.xml.bind.v2.model.impl that return ID
 ID ElementInfoImpl.PropertyImpl.id()
           
 ID PropertyInfoImpl.id()
           
 

Uses of ID in com.sun.xml.bind.v2.runtime.reflect
 

Methods in com.sun.xml.bind.v2.runtime.reflect with parameters of type ID
static
<BeanT,PropT,ItemT,PackT>
Lister<BeanT,PropT,ItemT,PackT>
Lister.create(java.lang.reflect.Type fieldType, ID idness, Adapter<java.lang.reflect.Type,java.lang.Class> adapter)
          Gets a reference to the appropriate Lister object if the field is a multi-value field.