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 XmlSchemaComplexType.getBlock()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getBlock()
           
 XmlSchemaDerivationMethod XmlSchema.getBlockDefault()
           
 XmlSchemaDerivationMethod XmlSchemaComplexType.getBlockResolved()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getBlockResolved()
           
 XmlSchemaDerivationMethod XmlSchemaType.getDeriveBy()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinal()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getFinal()
           
 XmlSchemaDerivationMethod XmlSchema.getFinalDefault()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinalResolved()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaDerivationMethod
 void XmlSchemaComplexType.setBlock(XmlSchemaDerivationMethod block)
           
 void XmlSchemaElement.setBlock(XmlSchemaDerivationMethod block)
           
 void XmlSchema.setBlockDefault(XmlSchemaDerivationMethod blockDefault)
           
 void XmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivation)
           
 void XmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivation)
           
 void XmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.