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

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 XmlSchemaAttribute.getForm()
           
 XmlSchemaForm XmlSchemaElement.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 XmlSchemaAttribute.setForm(XmlSchemaForm form)
           
 void XmlSchemaElement.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 XmlSchemaNamedWithForm.getForm()
          Get the current form, which may be inherited from the parent schema.
 XmlSchemaForm XmlSchemaNamedWithFormImpl.getForm()
          Return the effective 'form' for this item.
 

Methods in org.apache.ws.commons.schema.utils with parameters of type XmlSchemaForm
 void XmlSchemaNamedWithForm.setForm(XmlSchemaForm form)
          Set the schema form.
 void XmlSchemaNamedWithFormImpl.setForm(XmlSchemaForm form)
          Set the schema form.
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.