com.businessobjects.enterprise.infoobject
Interface Path


public interface Path

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


Nested Class Summary
static class Path.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 PathFolder addNewPathFolder()
          Appends and returns a new empty value (as xml) as the last "PathFolder" element
 boolean getImport()
          Gets the "import" attribute
 PathFolder[] getPathFolderArray()
          Gets array of all "PathFolder" elements
 PathFolder getPathFolderArray(int i)
          Gets ith "PathFolder" element
 PathFolder insertNewPathFolder(int i)
          Inserts and returns a new empty value (as xml) as the ith "PathFolder" element
 boolean isSetImport()
          True if has "import" attribute
 void removePathFolder(int i)
          Removes the ith "PathFolder" element
 void setImport(boolean ximport)
          Sets the "import" attribute
 void setPathFolderArray(int i, PathFolder pathFolder)
          Sets ith "PathFolder" element
 void setPathFolderArray(PathFolder[] pathFolderArray)
          Sets array of all "PathFolder" element
 int sizeOfPathFolderArray()
          Returns number of "PathFolder" element
 void unsetImport()
          Unsets the "import" attribute
 org.apache.xmlbeans.XmlBoolean xgetImport()
          Gets (as xml) the "import" attribute
 void xsetImport(org.apache.xmlbeans.XmlBoolean ximport)
          Sets (as xml) the "import" attribute
 

Field Detail

type

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

getPathFolderArray

PathFolder[] getPathFolderArray()
Gets array of all "PathFolder" elements


getPathFolderArray

PathFolder getPathFolderArray(int i)
Gets ith "PathFolder" element


sizeOfPathFolderArray

int sizeOfPathFolderArray()
Returns number of "PathFolder" element


setPathFolderArray

void setPathFolderArray(PathFolder[] pathFolderArray)
Sets array of all "PathFolder" element


setPathFolderArray

void setPathFolderArray(int i,
                        PathFolder pathFolder)
Sets ith "PathFolder" element


insertNewPathFolder

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


addNewPathFolder

PathFolder addNewPathFolder()
Appends and returns a new empty value (as xml) as the last "PathFolder" element


removePathFolder

void removePathFolder(int i)
Removes the ith "PathFolder" element


getImport

boolean getImport()
Gets the "import" attribute


xgetImport

org.apache.xmlbeans.XmlBoolean xgetImport()
Gets (as xml) the "import" attribute


isSetImport

boolean isSetImport()
True if has "import" attribute


setImport

void setImport(boolean ximport)
Sets the "import" attribute


xsetImport

void xsetImport(org.apache.xmlbeans.XmlBoolean ximport)
Sets (as xml) the "import" attribute


unsetImport

void unsetImport()
Unsets the "import" attribute