fr.tireme.schemadoc.SDSchema
Interface SDParticle

All Superinterfaces:
SDConcreteComponent
All Known Implementing Classes:
XSDParticleWrapp

public interface SDParticle
extends SDConcreteComponent

Author:
Mike Niemaz (niemaz@xrce.xerox.com)

Method Summary
 SDConcreteComponent getContent()
          Gets the content of this particle
 int getMaxOccurs()
          Gets the max occurence of this particle
 int getMinOccurs()
          Gets the min occurence of this particle
 
Methods inherited from interface fr.tireme.schemadoc.SDSchema.SDConcreteComponent
cloneObject, getContainerDomElement, getDomElement, getID, getLocalRootID, getWrappedObject, isAny, isAnyAttribute, isContainerNull, setID
 

Method Detail

getContent

SDConcreteComponent getContent()
Gets the content of this particle

Returns:
SDConcreteComponent - content

getMinOccurs

int getMinOccurs()
Gets the min occurence of this particle

Returns:
int - the minOccurs value, or 1 if none

getMaxOccurs

int getMaxOccurs()
Gets the max occurence of this particle

Returns:
int - the maxOccurs value, or 1 if none