| java.lang.Object com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
BindInfo | public class BindInfo (Code) | | Root of the binding information.
|
codeModel | final JCodeModel codeModel(Code) | | CodeModel object that is used by this binding file.
|
errorReceiver | final protected ErrorReceiver errorReceiver(Code) | | Controller object that can be used to report errors.
|
conversion | public BIConversion conversion(String name)(Code) | | Gets the conversion declaration from the binding info.
A non-null valid BIConversion object. |
element | public BIElement element(String name)(Code) | | Gets the element declaration from the binding info.
If there is no declaration with a given name,this method returns null. |
getSerialVersionUID | public Long getSerialVersionUID()(Code) | | Gets the serialVersionUID if it's turned on.
|
getSuperClass | public JClass getSuperClass()(Code) | | Gets the xjc:superClass customization if it's turned on.
|
getSuperInterface | public JClass getSuperInterface()(Code) | | Gets the xjc:superInterface customization if it's turned on.
|
getTargetPackage | public JPackage getTargetPackage()(Code) | | Gets the specified package name (options/@package).
|
|
|