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 XmlSchema.getAttributeFormDefault()
           
 XmlSchemaForm XmlSchema.getElementFormDefault()
           
 XmlSchemaForm XmlSchemaAttribute.getForm()
           
 XmlSchemaForm XmlSchemaElement.getForm()
           
 

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



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