Uses of Enum
com.sun.xml.bind.v2.model.core.ID
Packages that use ID
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Front-end that reads schema(s) and produce BGM.
The in-memory model of the JAXB-bound beans.
Abstraction around accessing data of actual objects.
-
Uses of ID in com.sun.tools.xjc.model
Methods in com.sun.tools.xjc.model that return IDModifier and TypeMethodDescriptionCElementPropertyInfo.id()
CReferencePropertyInfo.id()
A reference property can never be ID/IDREF because they always point to other element classes.CBuiltinLeafInfo.idUse()
CEnumLeafInfo.idUse()
TypeUse.idUse()
Whether the referenced type (individual item type in case of collection) is ID/IDREF.Methods in com.sun.tools.xjc.model with parameters of type IDConstructors in com.sun.tools.xjc.model with parameters of type IDModifierConstructorDescriptionCElementPropertyInfo
(String name, CElementPropertyInfo.CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required) -
Uses of ID in com.sun.tools.xjc.reader
Methods in com.sun.tools.xjc.reader that return IDModifier and TypeMethodDescriptionRawTypeSet.id()
protected abstract ID
RawTypeSet.Ref.id()
When thisRawTypeSet
binds to aCElementPropertyInfo
, this method is used to determine if the property is ID or not. -
Uses of ID in com.sun.tools.xjc.reader.xmlschema
Methods in com.sun.tools.xjc.reader.xmlschema that return ID -
Uses of ID in com.sun.xml.bind.v2.model.core
Methods in com.sun.xml.bind.v2.model.core that return 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