| Modifier and Type | Required Element and Description |
|---|---|
Schema2Beans.OutputType |
outputType
Type of classes to generate.
|
String |
schema
The schema to process.
|
Schema2Beans.SchemaType |
schemaType
Type of schema being processed.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
attrProp
XXX document
|
String |
commonInterface
Generate a common interface between all beans.
|
String |
docRoot
XXX document
|
boolean |
extendBaseBean
XXX document
|
String[] |
finder
XXX document
|
boolean |
generateHasChanged
XXX document
|
boolean |
generateInterfaces
XXX document
|
boolean |
java5 |
String |
mddFile
The meta-DD file to use (
*.mdd). |
boolean |
removeUnreferencedNodes
Whether to remove unreferenced nodes.
|
boolean |
standalone
XXX document
|
boolean |
useInterfaces
XXX document
|
boolean |
validate
Whether to validate.
|
public abstract String schema
The file may be specified as a relative or absolute resource path,
as in Class.getResource(java.lang.String) (../resources syntax allowed).
public abstract Schema2Beans.SchemaType schemaType
public abstract Schema2Beans.OutputType outputType
public abstract String mddFile
*.mdd).
The file may be specified as a relative or absolute resource path,
as in Class.getResource(java.lang.String) (../resources syntax allowed).
public abstract boolean removeUnreferencedNodes
public abstract String commonInterface
public abstract String[] finder
public abstract String docRoot
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.