Package | Description |
---|---|
com.sun.tools.xjc.generator.annotation.spec | |
com.sun.tools.xjc.generator.bean | |
com.sun.tools.xjc.model |
Implementation of the
com.sun.xml.bind.v2.model.core package for XJC. |
com.sun.tools.xjc.outline |
Provides the outline of the generated Java source code so that
additional processing (such as adding more annotations) can be
done on the generated code.
|
com.sun.xml.bind.v2.model.core |
The in-memory model of the JAXB-bound beans.
|
javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
Modifier and Type | Method and Description |
---|---|
XmlSchemaWriter |
XmlSchemaWriter.attributeFormDefault(XmlNsForm value) |
XmlSchemaWriter |
XmlSchemaWriter.elementFormDefault(XmlNsForm value) |
Modifier and Type | Method and Description |
---|---|
XmlNsForm |
PackageOutlineImpl.getAttributeFormDefault()
The attribute form default for this package.
|
XmlNsForm |
PackageOutlineImpl.getElementFormDefault()
The element form default for this package.
|
Modifier and Type | Method and Description |
---|---|
XmlNsForm |
Model.getAttributeFormDefault(String nsUri) |
XmlNsForm |
Model.getElementFormDefault(String nsUri) |
Modifier and Type | Method and Description |
---|---|
XmlNsForm |
PackageOutline.getAttributeFormDefault()
The attribute form default for this package.
|
XmlNsForm |
PackageOutline.getElementFormDefault()
The element form default for this package.
|
Modifier and Type | Method and Description |
---|---|
XmlNsForm |
TypeInfoSet.getAttributeFormDefault(String nsUri)
Gets the reasonable
XmlNsForm for the given namespace URI. |
XmlNsForm |
TypeInfoSet.getElementFormDefault(String nsUri)
Gets the reasonable
XmlNsForm for the given namespace URI. |
Modifier and Type | Method and Description |
---|---|
static XmlNsForm |
XmlNsForm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XmlNsForm[] |
XmlNsForm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.