|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface PluginLimits
A collection of limits that are set for the principal.
| Nested Class Summary | |
|---|---|
static class |
PluginLimits.Factory
A class with methods for creating instances of the PluginLimits type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
PluginLimit |
addNewPluginLimit()
Appends and returns a new empty Alert object as the last element of the array. |
PluginLimit[] |
getPluginLimitArray()
Returns the array of PluginLimit objects. |
PluginLimit |
getPluginLimitArray(int i)
Returns the PluginLimit object at the specified index position. |
PluginLimit |
insertNewPluginLimit(int i)
Inserts and returns a new empty PluginLimit object at a specified index. |
void |
removePluginLimit(int i)
Removes the PluginLimit element at the specified index position. |
void |
setPluginLimitArray(int i,
PluginLimit pluginLimit)
Sets the PluginLimit object at the specified index position. |
void |
setPluginLimitArray(PluginLimit[] pluginLimitArray)
Sets the array of PluginLimit objects. |
int |
sizeOfPluginLimitArray()
Returns the size of the PluginLimitArray. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
PluginLimit[] getPluginLimitArray()
Returns the array of PluginLimit objects.
PluginLimit objects.PluginLimit getPluginLimitArray(int i)
Returns the PluginLimit object at the specified index position.
i - The index position.
PluginLimit object.int sizeOfPluginLimitArray()
void setPluginLimitArray(PluginLimit[] pluginLimitArray)
Sets the array of PluginLimit objects.
pluginLimitArray - The array of PluginLimit objects.
void setPluginLimitArray(int i,
PluginLimit pluginLimit)
Sets the PluginLimit object at the specified index position.
i - The index position.pluginLimit - The PluginLimit object.PluginLimit insertNewPluginLimit(int i)
i - The index position to insert the object.
PluginLimit addNewPluginLimit()
void removePluginLimit(int i)
PluginLimit element at the specified index position.
i - The index position to remove the PluginLimit object.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||