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

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



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