|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface XmlSchemaNamedWithForm
Attributes and elements have names that are influenced by their form. Essentially, the 'form' has three possible values: qualified, unqualified, and 'inherit from parent' (= unspecified).
Method Summary | |
---|---|
XmlSchemaForm |
getForm()
Get the current form, which may be inherited from the parent schema. |
QName |
getWireName()
The name of this item as it is sent 'over the wire' or stored in an XML file. |
boolean |
isFormSpecified()
True if this item has a specified form, false if it inherits from the parent schema. |
void |
setForm(XmlSchemaForm form)
Set the schema form. |
Methods inherited from interface org.apache.ws.commons.schema.utils.XmlSchemaNamed |
---|
getName, getParent, getQName, isAnonymous, isTopLevel, setName |
Method Detail |
---|
XmlSchemaForm getForm()
void setForm(XmlSchemaForm form)
form
- Schema form. Pass in XmlSchemaForm.NONE to inherit
from the parent schema.boolean isFormSpecified()
QName getWireName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |