com.businessobjects.enterprise.infoobject
Interface Files


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

type

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

getFileArray

File[] getFileArray()
Gets array of all "File" elements


getFileArray

File getFileArray(int i)
Gets ith "File" element


sizeOfFileArray

int sizeOfFileArray()
Returns number of "File" element


setFileArray

void setFileArray(File[] fileArray)
Sets array of all "File" element


setFileArray

void setFileArray(int i,
                  File file)
Sets ith "File" element


insertNewFile

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


addNewFile

File addNewFile()
Appends and returns a new empty value (as xml) as the last "File" element


removeFile

void removeFile(int i)
Removes the ith "File" element