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

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

public class BIFactoryMethod
extends AbstractDeclarationImpl

Controls the ObjectFactory method name.


Field Summary
 String name
           
static QName NAME
          Name of the declaration.
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
loc, parent
 
Constructor Summary
BIFactoryMethod()
           
 
Method Summary
 QName getName()
          Gets the name of this binding declaration, which is the same as the tag name of the binding element.
static void handle(XSComponent source, CPropertyInfo prop)
          If the given component has BIInlineBinaryData customization, reflect that to the specified property.
 
Methods inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
getBuilder, getChildren, 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

name

public String name

NAME

public static final QName NAME
Name of the declaration.

Constructor Detail

BIFactoryMethod

public BIFactoryMethod()
Method Detail

handle

public static void handle(XSComponent source,
                          CPropertyInfo prop)
If the given component has BIInlineBinaryData customization, reflect that to the specified property.


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.