Package com.sun.xml.xsom
Interface XSParticle
- All Superinterfaces:
XSComponent
,XSContentType
- All Known Implementing Classes:
ParticleImpl
Particle schema component.
- Author:
- Kohsuke Kawaguchi (kohsuke.kawaguchi@sun.com)
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the max occurs property.getTerm()
boolean
True if the maxOccurs is neither 0 or 1.Methods inherited from interface com.sun.xml.xsom.XSComponent
apply, getAnnotation, getAnnotation, getForeignAttribute, getForeignAttributes, getLocator, getOwnerSchema, getRoot, getSourceDocument, select, selectSingle, visit
Methods inherited from interface com.sun.xml.xsom.XSContentType
apply, asEmpty, asParticle, asSimpleType, visit
-
Field Details
-
UNBOUNDED
static final int UNBOUNDED- See Also:
-
-
Method Details
-
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()
-