Uses of Class
net.sf.jaxme.xs.xml.XsDerivationSet

Packages that use XsDerivationSet
net.sf.jaxme.xs.xml   
net.sf.jaxme.xs.xml.impl   
 

Uses of XsDerivationSet in net.sf.jaxme.xs.xml
 

Methods in net.sf.jaxme.xs.xml that return XsDerivationSet
 XsDerivationSet XsTElement.getFinal()
           
 XsDerivationSet XsESchema.getFinalDefault()
           
static XsDerivationSet XsDerivationSet.valueOf(java.lang.String pValue)
          Returns a DerivationSet matching the given value.
 

Methods in net.sf.jaxme.xs.xml with parameters of type XsDerivationSet
 void XsTElement.setFinal(XsDerivationSet pFinal)
           
 void XsESchema.setFinalDefault(XsDerivationSet pSet)
           
 

Uses of XsDerivationSet in net.sf.jaxme.xs.xml.impl
 

Methods in net.sf.jaxme.xs.xml.impl that return XsDerivationSet
 XsDerivationSet XsTTopLevelComplexTypeImpl.getFinal()
           
 XsDerivationSet XsTTopLevelComplexTypeImpl.getBlock()
           
 XsDerivationSet XsTElementImpl.getFinal()
           
 XsDerivationSet XsESchemaImpl.getFinalDefault()
           
 

Methods in net.sf.jaxme.xs.xml.impl with parameters of type XsDerivationSet
 void XsTTopLevelComplexTypeImpl.setFinal(XsDerivationSet pFinal)
           
 void XsTTopLevelComplexTypeImpl.setBlock(XsDerivationSet pBlock)
           
 void XsTLocalElementImpl.setFinal(XsDerivationSet pFinal)
           
 void XsTElementImpl.setFinal(XsDerivationSet pFinal)
           
 void XsESchemaImpl.setFinalDefault(XsDerivationSet pSet)