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 and Description |
---|---|
class |
CClassInfo
Mutable
ClassInfo representation. |
class |
CClassRef
Reference to an existing class.
|
Modifier and Type | Method and 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 and Description |
---|---|
CClass |
RawTypeSetBuilder.CClassRef.target |
Modifier and Type | Method and Description |
---|---|
CClass |
ClassSelector.bindToType(com.sun.xml.xsom.XSComplexType t,
com.sun.xml.xsom.XSComponent referer,
boolean cannotBeDelayed) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.