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, representing xs:element.
 class XmlSchemaGroupParticle
          Common type for items that can serve as the particle of a group.
 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.
 

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

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



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