org.apache.ws.commons.schema
Class XmlSchemaParticle
java.lang.Object
org.apache.ws.commons.schema.XmlSchemaObject
org.apache.ws.commons.schema.XmlSchemaAnnotated
org.apache.ws.commons.schema.XmlSchemaParticle
- Direct Known Subclasses:
- XmlSchemaAny, XmlSchemaElement, XmlSchemaGroupBase, XmlSchemaGroupRef
public class XmlSchemaParticle
- extends XmlSchemaAnnotated
Base class for all particle types.
Constructor Summary |
XmlSchemaParticle()
Creates new XmlSchemaParticle
Particle types are usually interchangeable. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
maxOccurs
long maxOccurs
maxOccursString
java.lang.String maxOccursString
minOccurs
long minOccurs
minOccursString
java.lang.String minOccursString
XmlSchemaParticle
public XmlSchemaParticle()
- Creates new XmlSchemaParticle
Particle types are usually interchangeable.
A local element declaration or reference to a global element
declaration (element), a compositor ( sequence, choice, or all),
a reference to a named content model group (group), or an element wildcard (any).
setMaxOccurs
public void setMaxOccurs(long maxOccurs)
getMaxOccurs
public long getMaxOccurs()
setMinOccurs
public void setMinOccurs(long minOccurs)
getMinOccurs
public long getMinOccurs()
Copyright 2004-2004-2006 Apache Software Foundation. All Rights Reserved.