com.businessobjects.enterprise.infoobject
Interface Dependencies


public interface Dependencies

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


Nested Class Summary
static class Dependencies.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addDependency(java.lang.String dependency)
          Appends the value as the last "Dependency" element
 org.apache.xmlbeans.XmlString addNewDependency()
          Appends and returns a new empty value (as xml) as the last "Dependency" element
 java.lang.String[] getDependencyArray()
          Gets array of all "Dependency" elements
 java.lang.String getDependencyArray(int i)
          Gets ith "Dependency" element
 void insertDependency(int i, java.lang.String dependency)
          Inserts the value as the ith "Dependency" element
 org.apache.xmlbeans.XmlString insertNewDependency(int i)
          Inserts and returns a new empty value (as xml) as the ith "Dependency" element
 void removeDependency(int i)
          Removes the ith "Dependency" element
 void setDependencyArray(int i, java.lang.String dependency)
          Sets ith "Dependency" element
 void setDependencyArray(java.lang.String[] dependencyArray)
          Sets array of all "Dependency" element
 int sizeOfDependencyArray()
          Returns number of "Dependency" element
 org.apache.xmlbeans.XmlString[] xgetDependencyArray()
          Gets (as xml) array of all "Dependency" elements
 org.apache.xmlbeans.XmlString xgetDependencyArray(int i)
          Gets (as xml) ith "Dependency" element
 void xsetDependencyArray(int i, org.apache.xmlbeans.XmlString dependency)
          Sets (as xml) ith "Dependency" element
 void xsetDependencyArray(org.apache.xmlbeans.XmlString[] dependencyArray)
          Sets (as xml) array of all "Dependency" element
 

Field Detail

type

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

getDependencyArray

java.lang.String[] getDependencyArray()
Gets array of all "Dependency" elements


getDependencyArray

java.lang.String getDependencyArray(int i)
Gets ith "Dependency" element


xgetDependencyArray

org.apache.xmlbeans.XmlString[] xgetDependencyArray()
Gets (as xml) array of all "Dependency" elements


xgetDependencyArray

org.apache.xmlbeans.XmlString xgetDependencyArray(int i)
Gets (as xml) ith "Dependency" element


sizeOfDependencyArray

int sizeOfDependencyArray()
Returns number of "Dependency" element


setDependencyArray

void setDependencyArray(java.lang.String[] dependencyArray)
Sets array of all "Dependency" element


setDependencyArray

void setDependencyArray(int i,
                        java.lang.String dependency)
Sets ith "Dependency" element


xsetDependencyArray

void xsetDependencyArray(org.apache.xmlbeans.XmlString[] dependencyArray)
Sets (as xml) array of all "Dependency" element


xsetDependencyArray

void xsetDependencyArray(int i,
                         org.apache.xmlbeans.XmlString dependency)
Sets (as xml) ith "Dependency" element


insertDependency

void insertDependency(int i,
                      java.lang.String dependency)
Inserts the value as the ith "Dependency" element


addDependency

void addDependency(java.lang.String dependency)
Appends the value as the last "Dependency" element


insertNewDependency

org.apache.xmlbeans.XmlString insertNewDependency(int i)
Inserts and returns a new empty value (as xml) as the ith "Dependency" element


addNewDependency

org.apache.xmlbeans.XmlString addNewDependency()
Appends and returns a new empty value (as xml) as the last "Dependency" element


removeDependency

void removeDependency(int i)
Removes the ith "Dependency" element