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