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

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

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

Subclasses of XmlSchemaGroupBase in org.apache.ws.commons.schema
 class XmlSchemaAll
          Permits the elements in the group to appear (or not appear) in any order in the containing element.
 class XmlSchemaChoice
          Allows only one of its children to appear in an instance.
 class XmlSchemaSequence
          Requires the elements in the group to appear in the specified sequence within the containing element.
 

Fields in org.apache.ws.commons.schema declared as XmlSchemaGroupBase
(package private)  XmlSchemaGroupBase XmlSchemaGroup.particle
           
(package private)  XmlSchemaGroupBase XmlSchemaGroupRef.particle
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaGroupBase
 XmlSchemaGroupBase XmlSchemaGroup.getParticle()
           
 XmlSchemaGroupBase XmlSchemaGroupRef.getParticle()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaGroupBase
 void XmlSchemaGroup.setParticle(XmlSchemaGroupBase particle)
           
 



Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.