Uses of Package
com.sun.xml.bind.v2.model.core

Packages that use com.sun.xml.bind.v2.model.core
com.sun.tools.xjc.model Implementation of the com.sun.xml.bind.v2.model.core package for XJC. 
com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM. 
com.sun.tools.xjc.reader.xmlschema   
com.sun.xml.bind.v2.model.annotation   
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.model.runtime The specialization of com.sun.xml.bind.v2.model.core for the runtime. 
com.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller. 
com.sun.xml.bind.v2.runtime.property   
com.sun.xml.bind.v2.runtime.reflect Abstraction around accessing data of actual objects. 
com.sun.xml.bind.v2.runtime.unmarshaller   
com.sun.xml.bind.v2.schemagen Schema generator. 
org.jvnet.jaxb.reflection   
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.tools.xjc.model
Adapter
          Adapter that wraps XmlJavaTypeAdapter.
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
AttributePropertyInfo
          Attribute PropertyInfo.
BuiltinLeafInfo
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
ClassInfo
          Information about JAXB-bound class.
Element
          TypeInfo that maps to an element.
ElementInfo
          A particular use (specialization) of JAXBElement.
ElementPropertyInfo
          Property that maps to an element.
EnumConstant
          Individual constant of an enumeration.
EnumLeafInfo
          NonElement that represents an Enum class.
ID
           
LeafInfo
          Either BuiltinLeafInfo or EnumLeafInfo.
MaybeElement
          Some NonElement can optionally be an Element.
NonElement
          TypeInfo that maps to an element.
NonElementRef
          Reference to a NonElement.
PropertyInfo
          Information about a JAXB-bound property.
PropertyKind
          An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
Ref
          Reference to a type in a model.
ReferencePropertyInfo
          PropertyInfo that holds references to other Elements.
TypeInfo
          Either ClassInfo, ElementInfo, or LeafInfo.
TypeInfoSet
          Root of models. Set of TypeInfos.
TypeRef
          Information about a type referenced from ElementPropertyInfo.
ValuePropertyInfo
          Value PropertyInfo.
WildcardMode
          Mode of the wildcard.
WildcardTypeInfo
          Type referenced as a result of having the wildcard.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.tools.xjc.reader
ID
           
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.tools.xjc.reader.xmlschema
ID
           
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.annotation
ErrorHandler
          listen to static errors found during building a JAXB model from a set of classes.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.core
Adapter
          Adapter that wraps XmlJavaTypeAdapter.
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
BuiltinLeafInfo
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
ClassInfo
          Information about JAXB-bound class.
Element
          TypeInfo that maps to an element.
ElementInfo
          A particular use (specialization) of JAXBElement.
ElementPropertyInfo
          Property that maps to an element.
EnumConstant
          Individual constant of an enumeration.
EnumLeafInfo
          NonElement that represents an Enum class.
ID
           
LeafInfo
          Either BuiltinLeafInfo or EnumLeafInfo.
MaybeElement
          Some NonElement can optionally be an Element.
NonElement
          TypeInfo that maps to an element.
NonElementRef
          Reference to a NonElement.
PropertyInfo
          Information about a JAXB-bound property.
PropertyKind
          An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
Ref
          Reference to a type in a model.
TypeInfo
          Either ClassInfo, ElementInfo, or LeafInfo.
TypeRef
          Information about a type referenced from ElementPropertyInfo.
WildcardMode
          Mode of the wildcard.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.impl
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
BuiltinLeafInfo
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
Element
          TypeInfo that maps to an element.
ErrorHandler
          listen to static errors found during building a JAXB model from a set of classes.
LeafInfo
          Either BuiltinLeafInfo or EnumLeafInfo.
MaybeElement
          Some NonElement can optionally be an Element.
NonElement
          TypeInfo that maps to an element.
Ref
          Reference to a type in a model.
RegistryInfo
          Represents the information in a class with XmlRegistry annotaion.
TypeInfo
          Either ClassInfo, ElementInfo, or LeafInfo.
TypeInfoSet
          Root of models. Set of TypeInfos.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.model.runtime
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
AttributePropertyInfo
          Attribute PropertyInfo.
BuiltinLeafInfo
          JAXB spec designates a few Java classes to be mapped to leaves in XML.
ClassInfo
          Information about JAXB-bound class.
Element
          TypeInfo that maps to an element.
ElementInfo
          A particular use (specialization) of JAXBElement.
ElementPropertyInfo
          Property that maps to an element.
EnumLeafInfo
          NonElement that represents an Enum class.
LeafInfo
          Either BuiltinLeafInfo or EnumLeafInfo.
MapPropertyInfo
          Property that maps to the following schema fragment.
MaybeElement
          Some NonElement can optionally be an Element.
NonElement
          TypeInfo that maps to an element.
NonElementRef
          Reference to a NonElement.
PropertyInfo
          Information about a JAXB-bound property.
ReferencePropertyInfo
          PropertyInfo that holds references to other Elements.
TypeInfo
          Either ClassInfo, ElementInfo, or LeafInfo.
TypeInfoSet
          Root of models. Set of TypeInfos.
TypeRef
          Information about a type referenced from ElementPropertyInfo.
ValuePropertyInfo
          Value PropertyInfo.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.runtime
ErrorHandler
          listen to static errors found during building a JAXB model from a set of classes.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.runtime.property
PropertyKind
          An Enum that indicates if the property is Element, ElementRef, Value, or Attribute.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.runtime.reflect
Adapter
          Adapter that wraps XmlJavaTypeAdapter.
ID
           
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.runtime.unmarshaller
WildcardMode
          Mode of the wildcard.
 

Classes in com.sun.xml.bind.v2.model.core used by com.sun.xml.bind.v2.schemagen
ArrayInfo
          Stand-alone array that can be marshalled/unmarshalled on its own (without being part of any encloding ClassInfo.)
ClassInfo
          Information about JAXB-bound class.
ElementInfo
          A particular use (specialization) of JAXBElement.
EnumLeafInfo
          NonElement that represents an Enum class.
NonElement
          TypeInfo that maps to an element.
TypeInfoSet
          Root of models. Set of TypeInfos.
 

Classes in com.sun.xml.bind.v2.model.core used by org.jvnet.jaxb.reflection
ErrorHandler
          listen to static errors found during building a JAXB model from a set of classes.
TypeInfoSet
          Root of models. Set of TypeInfos.