com.businessobjects.enterprise.infoobject
Interface Limits


public interface Limits

An XML Limits(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.


Nested Class Summary
static class Limits.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Limit addNewLimit()
          Appends and returns a new empty value (as xml) as the last "Limit" element
 Limit[] getLimitArray()
          Gets array of all "Limit" elements
 Limit getLimitArray(int i)
          Gets ith "Limit" element
 Limit insertNewLimit(int i)
          Inserts and returns a new empty value (as xml) as the ith "Limit" element
 void removeLimit(int i)
          Removes the ith "Limit" element
 void setLimitArray(int i, Limit limit)
          Sets ith "Limit" element
 void setLimitArray(Limit[] limitArray)
          Sets array of all "Limit" element
 int sizeOfLimitArray()
          Returns number of "Limit" element
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getLimitArray

Limit[] getLimitArray()
Gets array of all "Limit" elements


getLimitArray

Limit getLimitArray(int i)
Gets ith "Limit" element


sizeOfLimitArray

int sizeOfLimitArray()
Returns number of "Limit" element


setLimitArray

void setLimitArray(Limit[] limitArray)
Sets array of all "Limit" element


setLimitArray

void setLimitArray(int i,
                   Limit limit)
Sets ith "Limit" element


insertNewLimit

Limit insertNewLimit(int i)
Inserts and returns a new empty value (as xml) as the ith "Limit" element


addNewLimit

Limit addNewLimit()
Appends and returns a new empty value (as xml) as the last "Limit" element


removeLimit

void removeLimit(int i)
Removes the ith "Limit" element