java.lang .Object com.sun.tools.xjc.reader.xmlschema.bindinfo .AbstractDeclarationImpl com.sun.tools.xjc.reader.xmlschema.bindinfo .BIClass BIClass final public class BIClass extends AbstractDeclarationImpl (Code) Class declaration.
This customization turns arbitrary schema component into a Java
content interface.
This customization is acknowledged by the ClassSelector.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Field Summary final public static QName NAME Name of this declaration.
Constructor Summary protected BIClass ()
NAME final public static QName NAME (Code) Name of this declaration.
BIClass protected BIClass()(Code)
getClassName public String getClassName()(Code) Gets the specified class name, or null if not specified.
(Not a fully qualified name.)
Returns a class name. The caller should NOT apply XML-to-Java name conversion to the namereturned from this method.
getExistingClassRef public String getExistingClassRef()(Code) Reference to the existing class, or null.
Fully qualified name.
Caller needs to perform error check on this.
getJavadoc public String getJavadoc()(Code) Gets the javadoc comment specified in the customization.
Can be null if none is specified.
getUserSpecifiedImplClass public String getUserSpecifiedImplClass()(Code) Gets the fully qualified name of the
user-specified implementation class, if any.
Or null.