Interface IParticleMappingDefinition

All Superinterfaces:
Serializable
All Known Subinterfaces:
IAnyParticleMappingDefinition, IElementParticleMappingDefinition, IGroupParticleMappingDefinition
All Known Implementing Classes:
AnyParticleMappingDefinition, ElementParticleMappingDefinition, GroupParticleMappingDefinition, ParticleMappingDefinition

public interface IParticleMappingDefinition extends Serializable
This interface defines the base of a particle.
Since:
9.0
Author:
a.pragt
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    This method returns the max occurs of the particle.
    long
    This method returns the min occurs of the particle.
    boolean
    This method indicates whether the max occurs is unbounded.
  • Method Details

    • getMinOccurs

      long getMinOccurs()
      This method returns the min occurs of the particle.
      Returns:
      The min occurs.
    • getMaxOccurs

      long getMaxOccurs()
      This method returns the max occurs of the particle.
      Returns:
      The max occurs.
    • isUnbounded

      boolean isUnbounded()
      This method indicates whether the max occurs is unbounded.
      Returns:
      Indicator for unbounded.