com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BIXPluginCustomization
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
- All Implemented Interfaces:
- BIDeclaration
public final class BIXPluginCustomization
- extends AbstractDeclarationImpl
Customization specified via Plugin.getCustomizationURIs()
.
Method Summary |
QName |
getName()
Gets the name of this binding declaration,
which is the same as the tag name of the binding element. |
void |
onSetOwner()
Called when the parent BindInfo got its owner set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
element
public final Element element
- Customization element.
BIXPluginCustomization
public BIXPluginCustomization(Element e,
Locator _loc)
onSetOwner
public void onSetOwner()
- Description copied from interface:
BIDeclaration
- Called when the parent
BindInfo
got its owner set.
This is when declarations are connected to BGMBuilder
and
its sibling components.
- Specified by:
onSetOwner
in interface BIDeclaration
- Overrides:
onSetOwner
in class AbstractDeclarationImpl
getName
public final QName getName()
- Description copied from interface:
BIDeclaration
- Gets the name of this binding declaration,
which is the same as the tag name of the binding element.