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