com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BIXPluginCustomization

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
      extended by com.sun.tools.xjc.reader.xmlschema.bindinfo.BIXPluginCustomization
All Implemented Interfaces:
BIDeclaration

public final class BIXPluginCustomization
extends AbstractDeclarationImpl

Customization specified via Plugin.getCustomizationURIs().


Field Summary
 Element element
          Customization element.
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
loc, parent
 
Constructor Summary
BIXPluginCustomization(Element e, Locator _loc)
           
 
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 com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
getBuilder, getChildren, getCodeModel, getLocation, getOwner, isAcknowledged, markAsAcknowledged, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

element

public final Element element
Customization element.

Constructor Detail

BIXPluginCustomization

public BIXPluginCustomization(Element e,
                              Locator _loc)
Method Detail

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.