Uses of Class
org.apache.ws.commons.schema.XmlSchemaForm

Packages that use XmlSchemaForm
org.apache.ws.commons.schema   
 

Uses of XmlSchemaForm in org.apache.ws.commons.schema
 

Methods in org.apache.ws.commons.schema that return XmlSchemaForm
 XmlSchemaForm XmlSchemaElement.getForm()
           
 XmlSchemaForm XmlSchemaAttribute.getForm()
           
 XmlSchemaForm XmlSchema.getAttributeFormDefault()
           
 XmlSchemaForm XmlSchema.getElementFormDefault()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaForm
 void XmlSchemaElement.setForm(XmlSchemaForm form)
           
 void XmlSchemaAttribute.setSchemaForm(XmlSchemaForm form)
           
 void XmlSchema.setAttributeFormDefault(XmlSchemaForm value)
           
 void XmlSchema.setElementFormDefault(XmlSchemaForm elementFormDefault)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.