public interface XSParticle extends XSContentType
| Modifier and Type | Field and Description |
|---|---|
static int |
UNBOUNDED |
| Modifier and Type | Method and Description |
|---|---|
java.math.BigInteger |
getMaxOccurs()
Gets the max occurs property.
|
java.math.BigInteger |
getMinOccurs() |
XSTerm |
getTerm() |
boolean |
isRepeated()
True if the maxOccurs is neither 0 or 1.
|
apply, asEmpty, asParticle, asSimpleType, visitapply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visitstatic final int UNBOUNDED
java.math.BigInteger getMinOccurs()
java.math.BigInteger getMaxOccurs()
UNBOUNDED will be returned if the value
is "unbounded".boolean isRepeated()
XSTerm getTerm()