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

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



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.