Uses of Enum
org.apache.ws.commons.schema.XmlSchemaForm
Packages that use XmlSchemaForm
-
Uses of XmlSchemaForm in org.apache.ws.commons.schema
Fields in org.apache.ws.commons.schema declared as XmlSchemaFormModifier and TypeFieldDescriptionprivate XmlSchemaFormXmlSchema.attributeFormDefaultprivate XmlSchemaFormXmlSchema.elementFormDefaultMethods in org.apache.ws.commons.schema that return XmlSchemaFormModifier and TypeMethodDescriptionXmlSchema.getAttributeFormDefault()XmlSchema.getElementFormDefault()XmlSchemaAttribute.getForm()XmlSchemaElement.getForm()(package private) XmlSchemaFormSchemaBuilder.getFormDefault(Element el, String attrName) static XmlSchemaFormXmlSchemaForm.schemaValueOf(String name) static XmlSchemaFormReturns the enum constant of this type with the specified name.static XmlSchemaForm[]XmlSchemaForm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaFormModifier and TypeMethodDescriptionvoidXmlSchema.setAttributeFormDefault(XmlSchemaForm value) Set the default attribute form for this schema.voidXmlSchema.setElementFormDefault(XmlSchemaForm elementFormDefault) Set the default element form for this schema.voidXmlSchemaAttribute.setForm(XmlSchemaForm form) voidXmlSchemaElement.setForm(XmlSchemaForm form) -
Uses of XmlSchemaForm in org.apache.ws.commons.schema.utils
Fields in org.apache.ws.commons.schema.utils declared as XmlSchemaFormMethods in org.apache.ws.commons.schema.utils that return XmlSchemaFormModifier and TypeMethodDescriptionXmlSchemaNamedWithForm.getForm()Get the current form, which may be inherited from the parent schema.XmlSchemaNamedWithFormImpl.getForm()Return the effective 'form' for this item.Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchemaFormModifier and TypeMethodDescriptionvoidXmlSchemaNamedWithForm.setForm(XmlSchemaForm form) Set the schema form.voidXmlSchemaNamedWithFormImpl.setForm(XmlSchemaForm form) Set the schema form.