public class BindInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected ErrorReceiver |
errorReceiver
Controller object that can be used to report errors.
|
Constructor and Description |
---|
BindInfo(Model model,
org.w3c.dom.Document _dom,
ErrorReceiver _errorReceiver) |
BindInfo(Model model,
org.xml.sax.InputSource source,
ErrorReceiver _errorReceiver) |
Modifier and Type | Method and Description |
---|---|
BIConversion |
conversion(java.lang.String name)
Gets the conversion declaration from the binding info.
|
BIElement |
element(java.lang.String name)
Gets the element declaration from the binding info.
|
java.util.Collection<BIElement> |
elements()
Iterates all
BIElement s in a read-only set. |
java.lang.Long |
getSerialVersionUID()
Gets the serialVersionUID if it's turned on.
|
com.sun.codemodel.JClass |
getSuperClass()
Gets the xjc:superClass customization if it's turned on.
|
com.sun.codemodel.JClass |
getSuperInterface()
Gets the xjc:superInterface customization if it's turned on.
|
com.sun.codemodel.JPackage |
getTargetPackage()
Gets the specified package name (options/@package).
|
java.util.Collection<BIInterface> |
interfaces()
Returns all
BIInterface s in a read-only set. |
protected final ErrorReceiver errorReceiver
public BindInfo(Model model, org.xml.sax.InputSource source, ErrorReceiver _errorReceiver) throws AbortException
AbortException
public BindInfo(Model model, org.w3c.dom.Document _dom, ErrorReceiver _errorReceiver)
public java.lang.Long getSerialVersionUID()
public com.sun.codemodel.JClass getSuperClass()
public com.sun.codemodel.JClass getSuperInterface()
public com.sun.codemodel.JPackage getTargetPackage()
public BIConversion conversion(java.lang.String name)
public BIElement element(java.lang.String name)
public java.util.Collection<BIElement> elements()
BIElement
s in a read-only set.public java.util.Collection<BIInterface> interfaces()
BIInterface
s in a read-only set.