com.sun.xml.xsom
Interface XSParticle
- All Superinterfaces:
- XSComponent, XSContentType
- All Known Implementing Classes:
- ParticleImpl
public interface XSParticle
- extends XSContentType
Particle schema component.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
Methods inherited from interface com.sun.xml.xsom.XSComponent |
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit |
UNBOUNDED
static final int UNBOUNDED
- See Also:
- Constant Field Values
getMinOccurs
BigInteger getMinOccurs()
getMaxOccurs
BigInteger getMaxOccurs()
- Gets the max occurs property.
- Returns:
UNBOUNDED
will be returned if the value
is "unbounded".
isRepeated
boolean isRepeated()
- True if the maxOccurs is neither 0 or 1.
getTerm
XSTerm getTerm()
Copyright © 2012 Oracle. All Rights Reserved.