| com.sun.xml.xsom.XSParticle
All known Subclasses: com.sun.xml.xsom.impl.ParticleImpl,
XSParticle | public interface XSParticle extends XSContentType(Code) | | Particle schema component.
author: Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com) |
Field Summary | |
final public static int | UNBOUNDED |
UNBOUNDED | final public static int UNBOUNDED(Code) | | |
getMaxOccurs | int getMaxOccurs()(Code) | | Gets the max occurs property.
UNBOUNDED will be returned if the valueis "unbounded". |
getMinOccurs | int getMinOccurs()(Code) | | |
isRepeated | boolean isRepeated()(Code) | | True if the maxOccurs is neither 0 or 1.
|
|
|