org.apache.ws.commons.schema
Class XmlSchemaParticle

java.lang.Object
  extended by org.apache.ws.commons.schema.XmlSchemaObject
      extended by org.apache.ws.commons.schema.XmlSchemaAnnotated
          extended by 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).


Field Summary
static int DEFAULT_MAX_OCCURS
           
static int DEFAULT_MIN_OCCURS
           
 
Constructor Summary
XmlSchemaParticle()
           
 
Method Summary
 long getMaxOccurs()
           
 long getMinOccurs()
           
 void setMaxOccurs(long maxOccurs)
           
 void setMinOccurs(long minOccurs)
           
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaAnnotated
getAnnotation, getId, getUnhandledAttributes, setAnnotation, setId, setUnhandledAttributes, toString
 
Methods inherited from class org.apache.ws.commons.schema.XmlSchemaObject
addMetaInfo, equals, getLineNumber, getLinePosition, getMetaInfoMap, getSourceURI, hashCode, setLineNumber, setLinePosition, setMetaInfoMap, setSourceURI
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

XmlSchemaParticle

public XmlSchemaParticle()
Method Detail

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.