Interface XSParticle

All Superinterfaces:
XSComponent, XSContentType
All Known Implementing Classes:
ParticleImpl

public interface XSParticle extends XSContentType
Particle schema component.
Author:
Kohsuke Kawaguchi ([email protected])
  • Field Details

  • 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()