public interface XSParticle extends XSContentType
| Modifier and Type | Field and Description |
|---|---|
static int |
UNBOUNDED |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getMaxOccurs()
Gets the max occurs property.
|
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
BigInteger getMinOccurs()
BigInteger getMaxOccurs()
UNBOUNDED will be returned if the value
is "unbounded".boolean isRepeated()
XSTerm getTerm()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.