public class TxwOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
com.sun.codemodel.JPackage |
_package
The package to put the generated code into.
|
boolean |
chainMethod
If true, generate attribute/value methods that
returns the this object for chaining.
|
com.sun.codemodel.JCodeModel |
codeModel |
(package private) com.sun.codemodel.CodeWriter |
codeWriter
The generated code will be sent to this.
|
ErrorListener |
errorListener
Always non-null.
|
boolean |
noPackageNamespace
If true, the generated code will not use the package-level
XmlNamespace annotation. |
(package private) SchemaBuilder |
source
Schema file.
|
Constructor and Description |
---|
TxwOptions() |
public final com.sun.codemodel.JCodeModel codeModel
public com.sun.codemodel.JPackage _package
public ErrorListener errorListener
com.sun.codemodel.CodeWriter codeWriter
SchemaBuilder source
public boolean chainMethod
public boolean noPackageNamespace
XmlNamespace
annotation.