org.apache.ws.jaxme.xs.impl
public class XSParticleImpl extends Object implements XSParticle
Default implementation of a particle.
Constructor Summary | |
---|---|
XSParticleImpl(XSGroup pGroup) | |
XSParticleImpl(XSAny pWildcard) | |
XSParticleImpl(XSElement pElement) |
Method Summary | |
---|---|
XSElement | getElement() |
XSGroup | getGroup() |
Locator | getLocator() |
int | getMaxOccurs() |
int | getMinOccurs() |
XSParticle.Type | getType() |
XSAny | getWildcard() |
boolean | isElement() |
boolean | isGroup() |
boolean | isWildcard() |
void | setMaxOccurs(int pMaxOccurs) |
void | setMinOccurs(int pMinOccurs) |