|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Files
An XML Files(@http://enterprise.businessobjects.com/3.0/infoobject). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Files.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
File |
addNewFile()
Appends and returns a new empty value (as xml) as the last "File" element |
File[] |
getFileArray()
Gets array of all "File" elements |
File |
getFileArray(int i)
Gets ith "File" element |
File |
insertNewFile(int i)
Inserts and returns a new empty value (as xml) as the ith "File" element |
void |
removeFile(int i)
Removes the ith "File" element |
void |
setFileArray(File[] fileArray)
Sets array of all "File" element |
void |
setFileArray(int i,
File file)
Sets ith "File" element |
int |
sizeOfFileArray()
Returns number of "File" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
File[] getFileArray()
File getFileArray(int i)
int sizeOfFileArray()
void setFileArray(File[] fileArray)
void setFileArray(int i,
File file)
File insertNewFile(int i)
File addNewFile()
void removeFile(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||