Uses of Class
com.sun.tools.xjc.model.CCustomizations
Packages that use CCustomizations
Package
Description
Implementation of the
com.sun.xml.bind.v2.model.core
package for XJC.Object Model that represents customization declarations.
-
Uses of CCustomizations in com.sun.tools.xjc.model
Fields in com.sun.tools.xjc.model declared as CCustomizationsModifier and TypeFieldDescriptionstatic final CCustomizations
CCustomizations.EMPTY
Convenient singleton instance that represents an emptyCCustomizations
.Methods in com.sun.tools.xjc.model that return CCustomizationsModifier and TypeMethodDescriptionCCustomizable.getCustomizations()
Gets the list of customizations attached to this model component.CEnumConstant.getCustomizations()
CEnumLeafInfo.getCustomizations()
CPropertyInfo.getCustomizations()
Model.getCustomizations()
Gets the global customizations.static CCustomizations
CCustomizations.merge
(CCustomizations lhs, CCustomizations rhs) Merges twoCCustomizations
objects into one.Methods in com.sun.tools.xjc.model with parameters of type CCustomizationsModifier and TypeMethodDescriptionstatic CCustomizations
CCustomizations.merge
(CCustomizations lhs, CCustomizations rhs) Merges twoCCustomizations
objects into one.Constructors in com.sun.tools.xjc.model with parameters of type CCustomizationsModifierConstructorDescriptionCArrayInfo
(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, JCodeModel cm, String fullName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) CClassInfo
(Model model, JPackage pkg, String shortName, Locator location, QName typeName, QName elementName, XSComponent source, CCustomizations customizations) CClassInfo
(Model model, CClassInfoParent p, 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, TypeUse contentType, XmlString defaultValue, XSElementDecl source, CCustomizations customizations, Locator location) Creates an element in the given parent.CElementInfo
(Model model, QName tagName, CClassInfoParent parent, String className, CCustomizations customizations, Locator location) Creates an element with a class in the given parent.CElementPropertyInfo
(String name, CElementPropertyInfo.CollectionMode collection, ID id, MimeType expectedMimeType, XSComponent source, CCustomizations customizations, Locator locator, boolean required) CEnumConstant
(String name, String javadoc, String lexical, XSComponent source, CCustomizations customizations, Locator loc) CEnumLeafInfo
(Model model, QName typeName, CClassInfoParent container, String shortName, CNonElement base, Collection<CEnumConstant> _members, XSComponent source, CCustomizations customizations, Locator _sourceLocator) protected
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, boolean dummy, boolean content, boolean isMixedExtended) 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 CCustomizationsModifier and TypeMethodDescriptionBindInfo.toCustomizationList()
Gets the list ofCPluginCustomization
s from this.