Package | Description |
---|---|
com.sun.tools.xjc |
Schema to Java compiler
|
com.sun.tools.xjc.api |
API for programmatic invocation of XJC and schemagen.
|
com.sun.tools.xjc.api.impl.s2j |
implementation of the XJC API for schema to java.
|
Modifier and Type | Field and Description |
---|---|
SpecVersion |
Options.target
Generates output for the specified version of the runtime.
|
Modifier and Type | Field and Description |
---|---|
static SpecVersion |
SpecVersion.LATEST |
Modifier and Type | Method and Description |
---|---|
static SpecVersion |
SpecVersion.parse(String token)
Parses "2.0", "2.1", and "2.2" into the
SpecVersion object. |
static SpecVersion |
SpecVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecVersion[] |
SpecVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
SpecVersion.isLaterThan(SpecVersion t)
Returns true if this version is equal or later than the given one.
|
void |
SchemaCompiler.setTargetVersion(SpecVersion version)
Specifies the target spec version for this compilaion.
|
Modifier and Type | Method and Description |
---|---|
void |
SchemaCompilerImpl.setTargetVersion(SpecVersion version) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.