Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Method and Description |
---|---|
XmlSchemaDerivationMethod |
XmlSchemaElement.getBlock() |
XmlSchemaDerivationMethod |
XmlSchemaComplexType.getBlock() |
XmlSchemaDerivationMethod |
XmlSchema.getBlockDefault() |
XmlSchemaDerivationMethod |
XmlSchemaElement.getBlockResolved() |
XmlSchemaDerivationMethod |
XmlSchemaComplexType.getBlockResolved() |
XmlSchemaDerivationMethod |
XmlSchemaType.getDeriveBy() |
XmlSchemaDerivationMethod |
XmlSchemaElement.getFinal() |
XmlSchemaDerivationMethod |
XmlSchemaType.getFinal() |
XmlSchemaDerivationMethod |
XmlSchema.getFinalDefault() |
XmlSchemaDerivationMethod |
XmlSchemaType.getFinalResolved() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchemaElement.setBlock(XmlSchemaDerivationMethod block) |
void |
XmlSchemaComplexType.setBlock(XmlSchemaDerivationMethod block) |
void |
XmlSchema.setBlockDefault(XmlSchemaDerivationMethod blockDefault) |
void |
XmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivation) |
void |
XmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivation) |
void |
XmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.