XSComponent, XSContentTypeParticleImplpublic interface XSParticle extends XSContentType
| Modifier and Type | Field | Description |
|---|---|---|
static int |
UNBOUNDED |
| Modifier and Type | Method | 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, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visitapply, asEmpty, asParticle, asSimpleType, 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()
Copyright © 2018 Oracle. All rights reserved.