|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents the Particle schema component.
Method Summary | |
---|---|
XSObjectList |
getAnnotations()
A sequence of [annotations] or an empty XSObjectList . |
int |
getMaxOccurs()
[max occurs]: determines the maximum number of terms that can occur. |
boolean |
getMaxOccursUnbounded()
[max occurs]: whether the maxOccurs value is unbounded. |
int |
getMinOccurs()
[min occurs]: determines the minimum number of terms that can occur. |
XSTerm |
getTerm()
[term]: one of a model group, a wildcard, or an element declaration. |
Methods inherited from interface org.apache.xerces.xs.XSObject |
---|
getName, getNamespace, getNamespaceItem, getType |
Method Detail |
public int getMinOccurs()
public int getMaxOccurs()
maxOccursUnbounded
. When the value of
maxOccursUnbounded
is true
, the value of
maxOccurs
is unspecified.public boolean getMaxOccursUnbounded()
public XSTerm getTerm()
public XSObjectList getAnnotations()
XSObjectList
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |