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
 

Fields in org.apache.ws.commons.schema declared as XmlSchemaDerivationMethod
static XmlSchemaDerivationMethod XmlSchemaDerivationMethod.NONE
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaDerivationMethod
 XmlSchemaDerivationMethod XmlSchemaElement.getBlock()
           
 XmlSchemaDerivationMethod XmlSchemaComplexType.getBlock()
           
 XmlSchemaDerivationMethod XmlSchema.getBlockDefault()
          Return the default block value for this schema.
 XmlSchemaDerivationMethod XmlSchemaComplexType.getBlockResolved()
           
 XmlSchemaDerivationMethod XmlSchemaType.getDeriveBy()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getFinal()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinal()
           
 XmlSchemaDerivationMethod XmlSchema.getFinalDefault()
           
 XmlSchemaDerivationMethod XmlSchemaElement.getFinalDerivation()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinalDerivation()
           
 XmlSchemaDerivationMethod XmlSchemaType.getFinalResolved()
           
static XmlSchemaDerivationMethod XmlSchemaDerivationMethod.schemaValueOf(String name)
           
 

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)
          Set the default block value for this schema.
 void XmlSchemaType.setDeriveBy(XmlSchemaDerivationMethod deriveBy)
           
 void XmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivationValue)
           
 void XmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivationValue)
           
 void XmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault)
          Set the default 'final' value for this schema.
 void XmlSchemaElement.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation)
           
 void XmlSchemaType.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation)
           
 



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