|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIClass
public final class BIClass
Class declaration. This customization turns arbitrary schema component into a Java content interface.
This customization is acknowledged by the ClassSelector.
Field Summary | |
---|---|
static javax.xml.namespace.QName |
NAME
Name of this declaration. |
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl |
---|
loc, parent |
Constructor Summary | |
---|---|
protected |
BIClass()
|
|
BIClass(org.xml.sax.Locator loc,
java.lang.String _className,
java.lang.String _implClass,
java.lang.String _javadoc)
|
Method Summary | |
---|---|
java.lang.String |
getClassName()
Gets the specified class name, or null if not specified. |
java.lang.String |
getJavadoc()
Gets the javadoc comment specified in the customization. |
javax.xml.namespace.QName |
getName()
Gets the name of this binding declaration, which is the same as the tag name of the binding element. |
java.lang.String |
getUserSpecifiedImplClass()
Gets the fully qualified name of the user-specified implementation class, if any. |
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl |
---|
_assert, getBuilder, getCodeModel, getLocation, getOwner, isAcknowledged, markAsAcknowledged, onSetOwner, setParent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final javax.xml.namespace.QName NAME
Constructor Detail |
---|
public BIClass(org.xml.sax.Locator loc, java.lang.String _className, java.lang.String _implClass, java.lang.String _javadoc)
protected BIClass()
Method Detail |
---|
public java.lang.String getClassName()
public java.lang.String getUserSpecifiedImplClass()
public java.lang.String getJavadoc()
public javax.xml.namespace.QName getName()
BIDeclaration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |