Uses of Class
org.glassfish.jaxb.core.v2.model.core.ID
-
Packages that use ID Package Description com.sun.tools.xjc.model Implementation of theorg.glassfish.jaxb.core.v2.model.corepackage for XJC.com.sun.tools.xjc.reader Front-end that reads schema(s) and produce BGM.com.sun.tools.xjc.reader.xmlschema org.glassfish.jaxb.core.v2.model.core The in-memory model of the JAXB-bound beans.org.glassfish.jaxb.runtime.v2.runtime.reflect 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 ID Modifier and Type Method Description IDCElementPropertyInfo. id()IDCReferencePropertyInfo. id()A reference property can never be ID/IDREF because they always point to other element classes.IDCBuiltinLeafInfo. idUse()IDCEnumLeafInfo. idUse()IDTypeUse. 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 ID Modifier and Type Method Description static TypeUseTypeUseFactory. makeID(TypeUse t, ID id)Constructors in com.sun.tools.xjc.model with parameters of type ID Constructor Description CElementPropertyInfo(String name, CElementPropertyInfo.CollectionMode collection, ID id, jakarta.activation.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 ID Modifier and Type Method Description IDRawTypeSet. id()protected abstract IDRawTypeSet.Ref. id()When thisRawTypeSetbinds 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 Modifier and Type Method Description protected IDRawTypeSetBuilder.CClassRef. id()protected IDRawTypeSetBuilder.CElementInfoRef. id()protected IDRawTypeSetBuilder.WildcardRef. id()protected IDRawTypeSetBuilder.XmlTypeRef. id() -
Uses of ID in org.glassfish.jaxb.core.v2.model.core
Methods in org.glassfish.jaxb.core.v2.model.core that return ID Modifier and Type Method Description IDPropertyInfo. id()Returns the IDness of the value of this element.static IDID. valueOf(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 are declared. -
Uses of ID in org.glassfish.jaxb.runtime.v2.runtime.reflect
Methods in org.glassfish.jaxb.runtime.v2.runtime.reflect with parameters of type ID Modifier and Type Method Description static <BeanT,PropT,ItemT,PackT>
Lister<BeanT,PropT,ItemT,PackT>Lister. create(Type fieldType, ID idness, Adapter<Type,Class> adapter)Gets a reference to the appropriateListerobject if the field is a multi-value field.
-