| Package | Description |
|---|---|
| com.sun.tools.xjc.generator.bean | |
| com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
| com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
| com.sun.tools.xjc.reader.xmlschema |
| Modifier and Type | Method | Description |
|---|---|---|
com.sun.tools.xjc.generator.bean.ElementOutlineImpl |
BeanGenerator.getElement(CElementInfo ei) |
| Modifier and Type | Method | Description |
|---|---|---|
CElementInfo |
Model.getElementInfo(NClass scope,
javax.xml.namespace.QName name) |
|
CElementInfo |
CElementInfo.getSubstitutionHead() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Iterable<? extends CElementInfo> |
Model.getAllElements() |
|
java.util.Map<javax.xml.namespace.QName,CElementInfo> |
Model.getElementMappings(NClass scope) |
|
java.util.Collection<CElementInfo> |
CElementInfo.getSubstitutionMembers() |
| Modifier and Type | Method | Description |
|---|---|---|
T |
CClassInfoParent.Visitor.onElement(CElementInfo element) |
|
void |
CElementInfo.setSubstitutionHead(CElementInfo substitutionHead) |
| Modifier and Type | Field | Description |
|---|---|---|
CElementInfo |
ElementOutline.target |
This
ElementOutline holds information about this CElementInfo. |
| Modifier and Type | Method | Description |
|---|---|---|
ElementOutline |
Outline.getElement(CElementInfo ei) |
If the
CElementInfo generates a class,
returns such a class. |
| Constructor | Description |
|---|---|
ElementOutline(CElementInfo target,
JDefinedClass implClass) |
| Modifier and Type | Field | Description |
|---|---|---|
CElementInfo |
RawTypeSetBuilder.CElementInfoRef.target |
Copyright © 2017 Oracle Corporation. All rights reserved.