Interface OapiGroupRef

All Superinterfaces:
OapiBaseEntity, OapiComponentRef

public interface OapiGroupRef extends OapiComponentRef
A reference to a group by its ID and scenario.

The following attributes and references are supported:

  • Method Details

    • getImplMaxOccurs

      Object getImplMaxOccurs()
      Returns the maximum number of the repeating group's instances. The default value is "unbounded".
      Returns:
      the maximum number of the repeating group's instances
      See Also:
    • setImplMaxOccurs

      void setImplMaxOccurs(Object value)
      Set the maximum number of the repeating group's instances.
      Parameters:
      value - the new value of the 'Impl Max Occurs' attribute.
      See Also:
    • getImplMinOccurs

      BigInteger getImplMinOccurs()
      Returns the minimum number of the repeating group's instances.
      Returns:
      the minimum number of the repeating group's instances
      See Also:
    • setImplMinOccurs

      void setImplMinOccurs(BigInteger value)
      Set the minimum number of the repeating group's instances.
      Parameters:
      value - the new value of the 'Impl Min Occurs' attribute.
      See Also: