com.businessobjects.enterprise.flash
Interface Reports


public interface Reports


Nested Class Summary
static class Reports.Factory
          A class with methods for creating instances of the Reports type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 org.apache.xmlbeans.XmlString addNewReport()
          Appends and returns a new empty value (as xml) as the last Report element
 void addReport(java.lang.String report)
          Appends the value as the last Report element.
 java.lang.String[] getReportArray()
          Returns array of all Report elements.
 java.lang.String getReportArray(int i)
          Returns Report element at the specified index position.
 org.apache.xmlbeans.XmlString insertNewReport(int i)
          Inserts and returns a new empty value (as xml) of the Report element at the specified indexed position
 void insertReport(int i, java.lang.String report)
          Inserts the value of the Report element at the specified indexed position.
 void removeReport(int i)
          Removes the Report element at the specified indexed position
 void setReportArray(int i, java.lang.String report)
          Sets ReportArray at the specified indexed position.
 void setReportArray(java.lang.String[] reportArray)
          Sets the ReportArray
 int sizeOfReportArray()
          Returns the size of the ReportArray
 org.apache.xmlbeans.XmlString[] xgetReportArray()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetReportArray(int i)
          Internal Use Only.
 void xsetReportArray(int i, org.apache.xmlbeans.XmlString report)
          Internal Use Only.
 void xsetReportArray(org.apache.xmlbeans.XmlString[] reportArray)
          Internal Use Only.
 

Field Detail

type

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

Method Detail

getReportArray

java.lang.String[] getReportArray()
Returns array of all Report elements.

Returns:
An array of all Report elements.

getReportArray

java.lang.String getReportArray(int i)
Returns Report element at the specified index position.

Parameters:
i - The index position.
Returns:
An array of the Report element at the specified index position.

xgetReportArray

org.apache.xmlbeans.XmlString[] xgetReportArray()
Internal Use Only.


xgetReportArray

org.apache.xmlbeans.XmlString xgetReportArray(int i)
Internal Use Only.


sizeOfReportArray

int sizeOfReportArray()
Returns the size of the ReportArray

Returns:
The size of the ReportArray.

setReportArray

void setReportArray(java.lang.String[] reportArray)
Sets the ReportArray

Parameters:
reportArray -

setReportArray

void setReportArray(int i,
                    java.lang.String report)
Sets ReportArray at the specified indexed position.

Parameters:
i - The index position
report -

xsetReportArray

void xsetReportArray(org.apache.xmlbeans.XmlString[] reportArray)
Internal Use Only.


xsetReportArray

void xsetReportArray(int i,
                     org.apache.xmlbeans.XmlString report)
Internal Use Only.


insertReport

void insertReport(int i,
                  java.lang.String report)
Inserts the value of the Report element at the specified indexed position.

Parameters:
i - The index position
report -

addReport

void addReport(java.lang.String report)
Appends the value as the last Report element.

Parameters:
report -

insertNewReport

org.apache.xmlbeans.XmlString insertNewReport(int i)
Inserts and returns a new empty value (as xml) of the Report element at the specified indexed position

Parameters:
i - The index position.
Returns:
A new empty value of the Report element.

addNewReport

org.apache.xmlbeans.XmlString addNewReport()
Appends and returns a new empty value (as xml) as the last Report element


removeReport

void removeReport(int i)
Removes the Report element at the specified indexed position

Parameters:
i - The index position.