com.businessobjects.enterprise.infoobject
Interface PluginLimits


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

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getPluginLimitArray

PluginLimit[] getPluginLimitArray()

Returns the array of PluginLimit objects.

Returns:
The array of PluginLimit objects.

getPluginLimitArray

PluginLimit getPluginLimitArray(int i)

Returns the PluginLimit object at the specified index position.

Parameters:
i - The index position.
Returns:
The PluginLimit object.

sizeOfPluginLimitArray

int sizeOfPluginLimitArray()
Returns the size of the PluginLimitArray.

Returns:
The size of the array.

setPluginLimitArray

void setPluginLimitArray(PluginLimit[] pluginLimitArray)

Sets the array of PluginLimit objects.

Parameters:
pluginLimitArray - The array of PluginLimit objects.

setPluginLimitArray

void setPluginLimitArray(int i,
                         PluginLimit pluginLimit)

Sets the PluginLimit object at the specified index position.

Parameters:
i - The index position.
pluginLimit - The PluginLimit object.

insertNewPluginLimit

PluginLimit insertNewPluginLimit(int i)
Inserts and returns a new empty PluginLimit object at a specified index.

Parameters:
i - The index position to insert the object.
Returns:
The new PluginLimit object.

addNewPluginLimit

PluginLimit addNewPluginLimit()
Appends and returns a new empty Alert object as the last element of the array.

Returns:
The new PluginLimit object.

removePluginLimit

void removePluginLimit(int i)
Removes the PluginLimit element at the specified index position.

Parameters:
i - The index position to remove the PluginLimit object.