Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static CCustomizations |
CCustomizations.EMPTY
Convenient singleton instance that represents an empty
CCustomizations . |
Modifier and Type | Method and Description |
---|---|
CCustomizations |
Model.getCustomizations()
Gets the global customizations.
|
CCustomizations |
CPropertyInfo.getCustomizations() |
CCustomizations |
CEnumLeafInfo.getCustomizations() |
CCustomizations |
CEnumConstant.getCustomizations() |
CCustomizations |
CCustomizable.getCustomizations()
Gets the list of customizations attached to this model component.
|
static CCustomizations |
CCustomizations.merge(CCustomizations lhs,
CCustomizations rhs)
Merges two
CCustomizations objects into one. |
Modifier and Type | Method and Description |
---|---|
static CCustomizations |
CCustomizations.merge(CCustomizations lhs,
CCustomizations rhs)
Merges two
CCustomizations objects into one. |
Constructor and Description |
---|
CArrayInfo(Model model,
CNonElement itemType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CAttributePropertyInfo(String name,
com.sun.xml.xsom.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,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassInfo(Model model,
JCodeModel cm,
String fullName,
Locator location,
QName typeName,
QName elementName,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations) |
CClassInfo(Model model,
JPackage pkg,
String shortName,
Locator location,
QName typeName,
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,
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,
com.sun.xml.xsom.XmlString defaultValue,
com.sun.xml.xsom.XSElementDecl source,
CCustomizations customizations,
Locator location)
Creates an element in the given parent.
|
CElementPropertyInfo(String name,
CElementPropertyInfo.CollectionMode collection,
ID id,
MimeType expectedMimeType,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator locator,
boolean required) |
CEnumConstant(String name,
String javadoc,
String lexical,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator loc) |
CEnumLeafInfo(Model model,
QName typeName,
CClassInfoParent container,
String shortName,
CNonElement base,
Collection<CEnumConstant> _members,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator _sourceLocator) |
CPropertyInfo(String name,
boolean collection,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator locator) |
CReferencePropertyInfo(String name,
boolean collection,
boolean required,
boolean isMixed,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator locator,
boolean dummy,
boolean content,
boolean isMixedExtended) |
CValuePropertyInfo(String name,
com.sun.xml.xsom.XSComponent source,
CCustomizations customizations,
Locator locator,
TypeUse type,
QName typeName) |
Modifier and Type | Method and Description |
---|---|
CCustomizations |
BindInfo.toCustomizationList()
Gets the list of
CPluginCustomization s from this. |
Copyright © 2019 JBoss by Red Hat. All rights reserved.