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 |
Modifier and Type | Class | Description |
---|---|---|
class |
CClassInfo |
Mutable
ClassInfo representation. |
class |
CClassRef |
Reference to an existing class.
|
Modifier and Type | Method | Description |
---|---|---|
void |
CClassInfo.setBaseClass(CClass base) |
This method accepts both
CClassInfo (which means the base class
is also generated), or CClassRef (which means the base class is
already generated and simply referenced.)
The latter is treated somewhat special --- from the rest of the model
this external base class is invisible. |
Modifier and Type | Field | Description |
---|---|---|
CClass |
RawTypeSetBuilder.CClassRef.target |
Modifier and Type | Method | Description |
---|---|---|
CClass |
ClassSelector.bindToType(XSComplexType t,
XSComponent referer,
boolean cannotBeDelayed) |
Copyright © 2018 Oracle Corporation. All rights reserved.