|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XmlSchemaForm | |
|---|---|
| org.apache.ws.commons.schema | |
| org.apache.ws.commons.schema.utils | |
| Uses of XmlSchemaForm in org.apache.ws.commons.schema |
|---|
| Methods in org.apache.ws.commons.schema that return XmlSchemaForm | |
|---|---|
XmlSchemaForm |
XmlSchema.getAttributeFormDefault()
|
XmlSchemaForm |
XmlSchema.getElementFormDefault()
|
XmlSchemaForm |
XmlSchemaElement.getForm()
|
XmlSchemaForm |
XmlSchemaAttribute.getForm()
|
static XmlSchemaForm |
XmlSchemaForm.schemaValueOf(String name)
|
static XmlSchemaForm |
XmlSchemaForm.valueOf(String name)
Returns 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 XmlSchemaForm | |
|---|---|
void |
XmlSchema.setAttributeFormDefault(XmlSchemaForm value)
Set the default attribute form for this schema. |
void |
XmlSchema.setElementFormDefault(XmlSchemaForm elementFormDefault)
Set the default element form for this schema. |
void |
XmlSchemaElement.setForm(XmlSchemaForm form)
|
void |
XmlSchemaAttribute.setForm(XmlSchemaForm form)
|
| Uses of XmlSchemaForm in org.apache.ws.commons.schema.utils |
|---|
| Methods in org.apache.ws.commons.schema.utils that return XmlSchemaForm | |
|---|---|
XmlSchemaForm |
XmlSchemaNamedWithFormImpl.getForm()
Return the effective 'form' for this item. |
XmlSchemaForm |
XmlSchemaNamedWithForm.getForm()
Get the current form, which may be inherited from the parent schema. |
| Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchemaForm | |
|---|---|
void |
XmlSchemaNamedWithFormImpl.setForm(XmlSchemaForm form)
Set the schema form. |
void |
XmlSchemaNamedWithForm.setForm(XmlSchemaForm form)
Set the schema form. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||