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



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