public class TxwOptions
extends java.lang.Object
| Modifier and Type | Field | 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 |
|
ErrorListener |
errorListener |
Always non-null.
|
boolean |
noPackageNamespace |
If true, the generated code will not use the package-level
XmlNamespace annotation. |
| Constructor | Description |
|---|---|
TxwOptions() |
public final com.sun.codemodel.JCodeModel codeModel
public com.sun.codemodel.JPackage _package
public ErrorListener errorListener
public boolean chainMethod
public boolean noPackageNamespace
XmlNamespace annotation.Copyright © 2018 Oracle Corporation. All rights reserved.