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
- All Implemented Interfaces:
- XmlSchemaObjectBase
- Direct Known Subclasses:
- XmlSchemaAny, XmlSchemaElement, XmlSchemaGroupParticle, XmlSchemaGroupRef
public abstract class XmlSchemaParticle
- extends XmlSchemaAnnotated
Schema particles. 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).
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject |
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI |
DEFAULT_MAX_OCCURS
public static final int DEFAULT_MAX_OCCURS
- See Also:
- Constant Field Values
DEFAULT_MIN_OCCURS
public static final int DEFAULT_MIN_OCCURS
- See Also:
- Constant Field Values
XmlSchemaParticle
public XmlSchemaParticle()
setMaxOccurs
public void setMaxOccurs(long maxOccurs)
getMaxOccurs
public long getMaxOccurs()
setMinOccurs
public void setMinOccurs(long minOccurs)
getMinOccurs
public long getMinOccurs()
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.