Methods Summary |
---|
public int | getMaxOccurs()[max occurs]: determines the maximum number of terms that can occur.
To query for the value of unbounded use
maxOccursUnbounded . When the value of
maxOccursUnbounded is true , the value of
maxOccurs is unspecified.
|
public boolean | getMaxOccursUnbounded()[max occurs]: whether the maxOccurs value is unbounded.
|
public int | getMinOccurs()[min occurs]: determines the minimum number of terms that can occur.
|
public com.sun.org.apache.xerces.internal.xs.XSTerm | getTerm()[term]: one of a model group, a wildcard, or an element declaration.
|