Uses of Class
org.apache.ws.commons.schema.XmlSchemaGroupParticle
Packages that use XmlSchemaGroupParticle
-
Uses of XmlSchemaGroupParticle in org.apache.ws.commons.schema
Subclasses of XmlSchemaGroupParticle in org.apache.ws.commons.schemaModifier and TypeClassDescriptionclassPermits the elements in the group to appear (or not appear) in any order in the containing element.classAllows only one of its children to appear in an instance.classRequires the elements in the group to appear in the specified sequence within the containing element.Fields in org.apache.ws.commons.schema declared as XmlSchemaGroupParticleModifier and TypeFieldDescriptionprivate XmlSchemaGroupParticleXmlSchemaGroup.particleprivate XmlSchemaGroupParticleXmlSchemaGroupRef.particleMethods in org.apache.ws.commons.schema that return XmlSchemaGroupParticleMethods in org.apache.ws.commons.schema with parameters of type XmlSchemaGroupParticleModifier and TypeMethodDescriptionvoidXmlSchemaGroup.setParticle(XmlSchemaGroupParticle particle) (package private) voidXmlSchemaGroupRef.setParticle(XmlSchemaGroupParticle particle) -
Uses of XmlSchemaGroupParticle in org.apache.ws.commons.schema.walker
Methods in org.apache.ws.commons.schema.walker with parameters of type XmlSchemaGroupParticleModifier and TypeMethodDescriptionprivate voidXmlSchemaWalker.walk(XmlSchemaGroupParticle group, long minOccurs, long maxOccurs)