public class TxwOptions extends Object
Modifier and Type | Field | Description |
---|---|---|
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.
|
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 JCodeModel codeModel
public JPackage _package
public ErrorListener errorListener
public boolean chainMethod
public boolean noPackageNamespace
XmlNamespace
annotation.Copyright © 2018 Oracle Corporation. All rights reserved.