Package com.esprow.oapi.repository
Interface OapiGroupRef
- All Superinterfaces:
OapiBaseEntity
,OapiComponentRef
A reference to a group by its ID and scenario.
The following attributes and references are supported:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the maximum number of the repeating group's instances.Returns the minimum number of the repeating group's instances.void
setImplMaxOccurs
(Object value) Set the maximum number of the repeating group's instances.void
setImplMinOccurs
(BigInteger value) Set the minimum number of the repeating group's instances.Methods inherited from interface com.esprow.oapi.repository.OapiBaseEntity
getAdded, getAddedEP, getChangeType, getDeprecated, getDeprecatedEP, getIssue, getLastModified, getReplaced, getReplacedByField, getReplacedEP, getSupported, getUpdated, getUpdatedEP, setAdded, setAddedEP, setChangeType, setDeprecated, setDeprecatedEP, setIssue, setLastModified, setReplaced, setReplacedByField, setReplacedEP, setSupported, setUpdated, setUpdatedEP
Methods inherited from interface com.esprow.oapi.repository.OapiComponentRef
getAnnotation, getBlockAssignments, getId, getInstanceName, getPresence, getRules, getScenario, setAnnotation, setId, setInstanceName, setPresence, setScenario
-
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
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
Set the minimum number of the repeating group's instances.- Parameters:
value
- the new value of the 'Impl Min Occurs' attribute.- See Also:
-