Uses of Class
org.apache.ws.commons.schema.XmlSchemaDerivationMethod
Packages that use XmlSchemaDerivationMethod
-
Uses of XmlSchemaDerivationMethod in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as XmlSchemaDerivationMethodModifier and TypeFieldDescriptionprivate XmlSchemaDerivationMethodXmlSchemaComplexType.blockprivate XmlSchemaDerivationMethodXmlSchemaElement.blockAttribute used to block a type derivation.private XmlSchemaDerivationMethodXmlSchema.blockDefaultprivate XmlSchemaDerivationMethodXmlSchemaComplexType.blockResolvedprivate XmlSchemaDerivationMethodXmlSchemaType.deriveByprivate XmlSchemaDerivationMethodXmlSchema.finalDefaultprivate XmlSchemaDerivationMethodXmlSchemaElement.finalDerivationprivate XmlSchemaDerivationMethodXmlSchemaType.finalDerivationprivate XmlSchemaDerivationMethodXmlSchemaType.finalResolvedstatic final XmlSchemaDerivationMethodXmlSchemaDerivationMethod.NONEMethods in org.apache.ws.commons.schema that return XmlSchemaDerivationMethodModifier and TypeMethodDescriptionXmlSchemaComplexType.getBlock()XmlSchemaElement.getBlock()XmlSchema.getBlockDefault()Return the default block value for this schema.XmlSchemaComplexType.getBlockResolved()(package private) XmlSchemaDerivationMethodSchemaBuilder.getDerivation(Element el, String attrName) XmlSchemaType.getDeriveBy()XmlSchemaElement.getFinal()XmlSchemaType.getFinal()XmlSchema.getFinalDefault()XmlSchemaElement.getFinalDerivation()XmlSchemaType.getFinalDerivation()XmlSchemaType.getFinalResolved()static XmlSchemaDerivationMethodXmlSchemaDerivationMethod.schemaValueOf(String name) Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaDerivationMethodModifier and TypeMethodDescriptionvoidXmlSchemaComplexType.setBlock(XmlSchemaDerivationMethod block) voidXmlSchemaElement.setBlock(XmlSchemaDerivationMethod block) voidXmlSchema.setBlockDefault(XmlSchemaDerivationMethod blockDefault) Set the default block value for this schema.(package private) voidXmlSchemaComplexType.setBlockResolved(XmlSchemaDerivationMethod blockResolved) voidXmlSchemaType.setDeriveBy(XmlSchemaDerivationMethod deriveBy) voidXmlSchemaElement.setFinal(XmlSchemaDerivationMethod finalDerivationValue) voidXmlSchemaType.setFinal(XmlSchemaDerivationMethod finalDerivationValue) voidXmlSchema.setFinalDefault(XmlSchemaDerivationMethod finalDefault) Set the default 'final' value for this schema.voidXmlSchemaElement.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation) voidXmlSchemaType.setFinalDerivation(XmlSchemaDerivationMethod finalDerivation) (package private) voidXmlSchemaType.setFinalResolved(XmlSchemaDerivationMethod finalResolved)