com.sun.tools.xjc.reader.xmlschema.bindinfo
Class BIFactoryMethod
java.lang.Object
com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
com.sun.tools.xjc.reader.xmlschema.bindinfo.BIFactoryMethod
- All Implemented Interfaces:
- BIDeclaration
public class BIFactoryMethod
- extends AbstractDeclarationImpl
Controls the ObjectFactory method name.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public String name
NAME
public static final QName NAME
- Name of the declaration.
BIFactoryMethod
public BIFactoryMethod()
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.