| Package | Description |
|---|---|
| org.apache.ws.commons.schema |
| Modifier and Type | Field and Description |
|---|---|
private XmlSchemaDerivationMethod |
XmlSchemaComplexType.block |
private XmlSchemaDerivationMethod |
XmlSchemaElement.block
Attribute used to block a type derivation.
|
private XmlSchemaDerivationMethod |
XmlSchema.blockDefault |
private XmlSchemaDerivationMethod |
XmlSchemaComplexType.blockResolved |
private XmlSchemaDerivationMethod |
XmlSchemaType.deriveBy |
private XmlSchemaDerivationMethod |
XmlSchema.finalDefault |
private XmlSchemaDerivationMethod |
XmlSchemaType.finalDerivation |
private XmlSchemaDerivationMethod |
XmlSchemaElement.finalDerivation |
private XmlSchemaDerivationMethod |
XmlSchemaType.finalResolved |
static XmlSchemaDerivationMethod |
XmlSchemaDerivationMethod.NONE |
| Modifier and Type | Method and Description |
|---|---|
void |
XmlSchemaComplexType.setBlock(XmlSchemaDerivationMethod block) |
void |
XmlSchemaElement.setBlock(XmlSchemaDerivationMethod block) |
void |
XmlSchema.setBlockDefault(XmlSchemaDerivationMethod blockDefault)
Set the default block value for this schema.
|
(package private) void |
XmlSchemaComplexType.setBlockResolved(XmlSchemaDerivationMethod blockResolved) |
void |
XmlSchemaType.setDeriveBy(XmlSchemaDerivationMethod deriveBy) |
void |
XmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivationValue) |
void |
XmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivationValue) |
void |
XmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault)
Set the default 'final' value for this schema.
|
void |
XmlSchemaType.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation) |
void |
XmlSchemaElement.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation) |
(package private) void |
XmlSchemaType.setFinalResolved(XmlSchemaDerivationMethod finalResolved) |