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.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 Model.getCustomizations()
          Gets the global customizations.
 CCustomizations CCustomizable.getCustomizations()
          Gets the list of customizations attached to this model component.
 CCustomizations AbstractCTypeInfoImpl.getCustomizations()
           
 CCustomizations CEnumLeafInfo.getCustomizations()
           
 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
AbstractCElement(Model model, XSComponent source, Locator locator, CCustomizations customizations)
           
AbstractCTypeInfoImpl(Model model, XSComponent source, CCustomizations customizations)
           
CArrayInfo(Model model, CNonElement itemType, XSComponent source, CCustomizations customizations)
           
CAttributePropertyInfo(String name, XSComponent source, CCustomizations customizations, Locator locator, QName attName, TypeUse type, QName typeName, boolean required)
           
CClassInfo(Model model, CClassInfoParent p, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassInfo(Model model, com.sun.codemodel.JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations)
           
CClassRef(Model model, XSComponent source, BIClass decl, CCustomizations customizations)
           
CClassRef(Model model, XSComponent source, BIEnum decl, CCustomizations customizations)
           
CElementInfo(Model model, QName tagName, CClassInfoParent parent, String className, CCustomizations customizations, Locator location)
          Creates an element with a class in the given parent.
CElementInfo(Model model, QName tagName, CClassInfoParent parent, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location)
          Creates an element in the given parent.
CElementPropertyInfo(String name, CElementPropertyInfo.CollectionMode collection, ID id, javax.activation.MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required)
           
CEnumLeafInfo(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator)
           
CPropertyInfo(String name, boolean collection, XSComponent source, CCustomizations customizations, Locator locator)
           
CReferencePropertyInfo(String name, boolean collection, boolean required, boolean isMixed, XSComponent source, CCustomizations customizations, Locator locator)
           
CSingleTypePropertyInfo(String name, TypeUse type, QName typeName, XSComponent source, CCustomizations customizations, Locator locator)
           
CValuePropertyInfo(String name, XSComponent source, CCustomizations customizations, Locator locator, TypeUse type, QName typeName)
           
 

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.