Class BindInfo
java.lang.Object
com.sun.tools.xjc.reader.dtd.bindinfo.BindInfo
Root of the binding information.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ErrorReceiver
Controller object that can be used to report errors. -
Constructor Summary
ConstructorsConstructorDescriptionBindInfo
(Model model, Document _dom, ErrorReceiver _errorReceiver) BindInfo
(Model model, InputSource source, ErrorReceiver _errorReceiver) -
Method Summary
Modifier and TypeMethodDescriptionconversion
(String name) Gets the conversion declaration from the binding info.Gets the element declaration from the binding info.elements()
Iterates allBIElement
s in a read-only set.Gets the serialVersionUID if it's turned on.Gets the xjc:superClass customization if it's turned on.Gets the xjc:superInterface customization if it's turned on.Gets the specified package name (options/@package).Returns allBIInterface
s in a read-only set.
-
Field Details
-
errorReceiver
Controller object that can be used to report errors.
-
-
Constructor Details
-
BindInfo
public BindInfo(Model model, InputSource source, ErrorReceiver _errorReceiver) throws AbortException - Throws:
AbortException
-
BindInfo
-
-
Method Details
-
getSerialVersionUID
Gets the serialVersionUID if it's turned on. -
getSuperClass
Gets the xjc:superClass customization if it's turned on. -
getSuperInterface
Gets the xjc:superInterface customization if it's turned on. -
getTargetPackage
Gets the specified package name (options/@package). -
conversion
Gets the conversion declaration from the binding info.- Returns:
- A non-null valid BIConversion object.
-
element
Gets the element declaration from the binding info.- Returns:
- If there is no declaration with a given name, this method returns null.
-
elements
Iterates allBIElement
s in a read-only set. -
interfaces
Returns allBIInterface
s in a read-only set.
-