Uses of Class
org.apache.ws.commons.schema.XmlSchemaDerivationMethod

Packages that use XmlSchemaDerivationMethod
org.apache.ws.commons.schema   
 

Uses of XmlSchemaDerivationMethod in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaDerivationMethod
 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()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaDerivationMethod
 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-2011 The Apache Software Foundation. All Rights Reserved.