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

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

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

Subclasses of XmlSchemaParticle 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 XmlSchemaAny
          Enables any element from the specified namespace or namespaces to appear in the containing complexType element.
 class XmlSchemaChoice
          Allows only one of its children to appear in an instance.
 class XmlSchemaElement
          Class for elements.
 class XmlSchemaGroupBase
          An abstract class for XmlSchemaChoice, XmlSchemaAll, or XmlSchemaSequence.
 class XmlSchemaGroupRef
          Class used within complex types that defines the reference to groups defined at the schema level.
 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 XmlSchemaParticle
(package private)  XmlSchemaParticle XmlSchemaComplexContentExtension.particle
           
(package private)  XmlSchemaParticle XmlSchemaComplexContentRestriction.particle
           
(package private)  XmlSchemaParticle XmlSchemaComplexType.particle
           
(package private)  XmlSchemaParticle XmlSchemaComplexType.particleType
           
 

Methods in org.apache.ws.commons.schema that return XmlSchemaParticle
 XmlSchemaParticle XmlSchemaComplexType.getContentTypeParticle()
           
 XmlSchemaParticle XmlSchemaComplexContentExtension.getParticle()
           
 XmlSchemaParticle XmlSchemaComplexContentRestriction.getParticle()
           
 XmlSchemaParticle XmlSchemaComplexType.getParticle()
           
 

Methods in org.apache.ws.commons.schema with parameters of type XmlSchemaParticle
 void XmlSchemaComplexContentExtension.setParticle(XmlSchemaParticle particle)
           
 void XmlSchemaComplexContentRestriction.setParticle(XmlSchemaParticle particle)
           
 void XmlSchemaComplexType.setParticle(XmlSchemaParticle particle)
           
 



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