|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getReportArray()
Report elements.
Report elements.java.lang.String getReportArray(int i)
Report element at the specified index position.
i - The index position.
Report element at the specified index position.org.apache.xmlbeans.XmlString[] xgetReportArray()
org.apache.xmlbeans.XmlString xgetReportArray(int i)
int sizeOfReportArray()
ReportArray
ReportArray.void setReportArray(java.lang.String[] reportArray)
ReportArray
reportArray -
void setReportArray(int i,
java.lang.String report)
ReportArray at the specified indexed position.
i - The index positionreport - void xsetReportArray(org.apache.xmlbeans.XmlString[] reportArray)
void xsetReportArray(int i,
org.apache.xmlbeans.XmlString report)
void insertReport(int i,
java.lang.String report)
Report element at the specified indexed position.
i - The index positionreport - void addReport(java.lang.String report)
Report element.
report - org.apache.xmlbeans.XmlString insertNewReport(int i)
Report element at the specified indexed position
i - The index position.
Report element.org.apache.xmlbeans.XmlString addNewReport()
Report element
void removeReport(int i)
Report element at the specified indexed position
i - The index position.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||