Uses of Class
com.sun.tools.xjc.model.CCustomizations

Packages that use CCustomizations
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.bindinfo Object Model that represents customization declarations. 
 

Uses of CCustomizations in com.sun.tools.xjc.model
 

Fields in com.sun.tools.xjc.model declared as CCustomizations
(package private)  CCustomizations Model.customizations
          Single linked list that connects all CCustomizations that belong to this model.
static CCustomizations CCustomizations.EMPTY
          Convenient singleton instance that represents an empty CCustomizations.
(package private)  CCustomizations CCustomizations.next
          All CCustomizations used by a Model form a single linked list so that we can look for unacknowledged customizations later.
 

Methods in com.sun.tools.xjc.model that return CCustomizations
 CCustomizations CEnumLeafInfo.getCustomizations()
           
 CCustomizations AbstractCTypeInfoImpl.getCustomizations()
           
 CCustomizations CCustomizable.getCustomizations()
          Gets the list of customizations attached to this model component.
 CCustomizations CPropertyInfo.getCustomizations()
           
static CCustomizations CCustomizations.merge(CCustomizations lhs, CCustomizations rhs)
          Merges two CCustomizations objects into one.
 

Methods in com.sun.tools.xjc.model with parameters of type CCustomizations
static CCustomizations CCustomizations.merge(CCustomizations lhs, CCustomizations rhs)
          Merges two CCustomizations objects into one.
 

Constructors in com.sun.tools.xjc.model with parameters of type CCustomizations
AbstractCTypeInfoImpl(Model model, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
           
CArrayInfo(Model model, CNonElement itemType, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
           
CAttributePropertyInfo(java.lang.String name, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, javax.xml.namespace.QName attName, TypeUse type, boolean required)
           
CClassInfo(Model model, CClassInfoParent p, java.lang.String shortName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JCodeModel cm, java.lang.String fullName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JPackage pkg, java.lang.String shortName, org.xml.sax.Locator location, javax.xml.namespace.QName typeName, javax.xml.namespace.QName elementName, com.sun.xml.xsom.XSComponent source, CCustomizations customizations)
           
CElementInfo(Model model, javax.xml.namespace.QName tagName, CClassInfoParent parent, java.lang.String className, CCustomizations customizations, org.xml.sax.Locator location)
          Creates an element with a class in the given parent.
CElementInfo(Model model, javax.xml.namespace.QName tagName, CClassInfoParent parent, TypeUse contentType, com.sun.xml.xsom.XmlString defaultValue, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator location)
          Creates an element in the given parent.
CElementPropertyInfo(java.lang.String name, CElementPropertyInfo.CollectionMode collection, com.sun.xml.bind.v2.model.core.ID id, javax.activation.MimeType expectedMimeType, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, boolean required)
           
CEnumLeafInfo(Model model, javax.xml.namespace.QName typeName, CClassInfoParent container, java.lang.String shortName, CNonElement base, java.util.Collection<CEnumConstant> _members, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator _sourceLocator)
           
CPropertyInfo(java.lang.String name, boolean collection, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator)
           
CReferencePropertyInfo(java.lang.String name, boolean collection, boolean isMixed, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator)
           
CSingleTypePropertyInfo(java.lang.String name, TypeUse type, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator)
           
CValuePropertyInfo(java.lang.String name, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, TypeUse type)
           
 

Uses of CCustomizations in com.sun.tools.xjc.reader
 

Fields in com.sun.tools.xjc.reader declared as CCustomizations
 CCustomizations RawTypeSet.XmlTypeRef.custs
           
 

Constructors in com.sun.tools.xjc.reader with parameters of type CCustomizations
RawTypeSet.XmlTypeRef(javax.xml.namespace.QName elementName, TypeUse target, boolean nillable, com.sun.xml.xsom.XmlString defaultValue, com.sun.xml.xsom.XSComponent source, CCustomizations custs, org.xml.sax.Locator loc)
           
 

Uses of CCustomizations in com.sun.tools.xjc.reader.xmlschema.bindinfo
 

Methods in com.sun.tools.xjc.reader.xmlschema.bindinfo that return CCustomizations
 CCustomizations BindInfo.toCustomizationList()
          Gets the list of CPluginCustomizations from this.