com.sun.tools.xjc.reader.xmlschema.bindinfo
final class BIClass extends AbstractDeclarationImpl
This customization is acknowledged by the ClassSelector.
Field Summary | |
---|---|
String | className |
String | javadoc |
static QName | NAME Name of this declaration. |
String | recursive |
String | ref |
String | userSpecifiedImplClass |
Constructor Summary | |
---|---|
protected | BIClass() |
Method Summary | |
---|---|
String | getClassName()
Gets the specified class name, or null if not specified.
|
String | getExistingClassRef()
Reference to the existing class, or null.
|
String | getJavadoc()
Gets the javadoc comment specified in the customization.
|
QName | getName() |
String | getRecursive() |
String | getUserSpecifiedImplClass()
Gets the fully qualified name of the
user-specified implementation class, if any.
|
void | setParent(BindInfo p) |
Returns: Returns a class name. The caller should NOT apply XML-to-Java name conversion to the name returned from this method.
Caller needs to perform error check on this.