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
static CCustomizations CCustomizations.EMPTY
          Convenient singleton instance that represents an empty CCustomizations.
 

Methods in com.sun.tools.xjc.model that return CCustomizations
 CCustomizations CCustomizable.getCustomizations()
          Gets the list of customizations attached to this model component.
 CCustomizations CEnumConstant.getCustomizations()
           
 CCustomizations CEnumLeafInfo.getCustomizations()
           
 CCustomizations CPropertyInfo.getCustomizations()
           
 CCustomizations Model.getCustomizations()
          Gets the global customizations.
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
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, javax.xml.namespace.QName typeName, 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)
           
CClassRef(Model model, com.sun.xml.xsom.XSComponent source, BIClass decl, CCustomizations customizations)
           
CClassRef(Model model, com.sun.xml.xsom.XSComponent source, BIEnum decl, 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.XSElementDecl source, CCustomizations customizations, org.xml.sax.Locator location)
          Creates an element in the given parent.
CElementPropertyInfo(java.lang.String name, CElementPropertyInfo.CollectionMode collection, ID id, javax.activation.MimeType expectedMimeType, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, boolean required)
           
CEnumConstant(java.lang.String name, java.lang.String javadoc, java.lang.String lexical, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator loc)
           
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 required, boolean isMixed, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, boolean dummy, boolean content, boolean isMixedExtended)
           
CValuePropertyInfo(java.lang.String name, com.sun.xml.xsom.XSComponent source, CCustomizations customizations, org.xml.sax.Locator locator, TypeUse type, javax.xml.namespace.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.