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

java.lang.Object
  extended by com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
      extended by 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.
 
Fields inherited from class com.sun.tools.xjc.reader.xmlschema.bindinfo.AbstractDeclarationImpl
loc, parent
 
Constructor Summary
BIInlineBinaryData()
           
 
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 static final QName NAME
Name of the declaration.

Constructor Detail

BIInlineBinaryData

public BIInlineBinaryData()
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.