Package | Description |
---|---|
org.apache.ws.commons.schema |
Modifier and Type | Method and Description |
---|---|
XmlSchemaForm |
XmlSchema.getAttributeFormDefault() |
XmlSchemaForm |
XmlSchema.getElementFormDefault() |
XmlSchemaForm |
XmlSchemaAttribute.getForm() |
XmlSchemaForm |
XmlSchemaElement.getForm() |
Modifier and Type | Method and Description |
---|---|
void |
XmlSchema.setAttributeFormDefault(XmlSchemaForm value) |
void |
XmlSchema.setElementFormDefault(XmlSchemaForm elementFormDefault) |
void |
XmlSchemaElement.setForm(XmlSchemaForm form) |
void |
XmlSchemaAttribute.setSchemaForm(XmlSchemaForm form) |
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.