com.businessobjects.enterprise.infoobject
Interface CustomRelation


public interface CustomRelation

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


Nested Class Summary
static class CustomRelation.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addItem(java.lang.String item)
          Appends the value as the last "Item" element
 com.businessobjects.enterprise.infoobject.AttributedItem addNewAttributedItem()
          Appends and returns a new empty value (as xml) as the last "AttributedItem" element
 org.apache.xmlbeans.XmlString addNewItem()
          Appends and returns a new empty value (as xml) as the last "Item" element
 com.businessobjects.enterprise.infoobject.AttributedItem[] getAttributedItemArray()
          Gets array of all "AttributedItem" elements
 com.businessobjects.enterprise.infoobject.AttributedItem getAttributedItemArray(int i)
          Gets ith "AttributedItem" element
 java.lang.String[] getItemArray()
          Gets array of all "Item" elements
 java.lang.String getItemArray(int i)
          Gets ith "Item" element
 void insertItem(int i, java.lang.String item)
          Inserts the value as the ith "Item" element
 com.businessobjects.enterprise.infoobject.AttributedItem insertNewAttributedItem(int i)
          Inserts and returns a new empty value (as xml) as the ith "AttributedItem" element
 org.apache.xmlbeans.XmlString insertNewItem(int i)
          Inserts and returns a new empty value (as xml) as the ith "Item" element
 void removeAttributedItem(int i)
          Removes the ith "AttributedItem" element
 void removeItem(int i)
          Removes the ith "Item" element
 void setAttributedItemArray(com.businessobjects.enterprise.infoobject.AttributedItem[] attributedItemArray)
          Sets array of all "AttributedItem" element
 void setAttributedItemArray(int i, com.businessobjects.enterprise.infoobject.AttributedItem attributedItem)
          Sets ith "AttributedItem" element
 void setItemArray(int i, java.lang.String item)
          Sets ith "Item" element
 void setItemArray(java.lang.String[] itemArray)
          Sets array of all "Item" element
 int sizeOfAttributedItemArray()
          Returns number of "AttributedItem" element
 int sizeOfItemArray()
          Returns number of "Item" element
 org.apache.xmlbeans.XmlString[] xgetItemArray()
          Gets (as xml) array of all "Item" elements
 org.apache.xmlbeans.XmlString xgetItemArray(int i)
          Gets (as xml) ith "Item" element
 void xsetItemArray(int i, org.apache.xmlbeans.XmlString item)
          Sets (as xml) ith "Item" element
 void xsetItemArray(org.apache.xmlbeans.XmlString[] itemArray)
          Sets (as xml) array of all "Item" element
 

Field Detail

type

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

getItemArray

java.lang.String[] getItemArray()
Gets array of all "Item" elements


getItemArray

java.lang.String getItemArray(int i)
Gets ith "Item" element


xgetItemArray

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


xgetItemArray

org.apache.xmlbeans.XmlString xgetItemArray(int i)
Gets (as xml) ith "Item" element


sizeOfItemArray

int sizeOfItemArray()
Returns number of "Item" element


setItemArray

void setItemArray(java.lang.String[] itemArray)
Sets array of all "Item" element


setItemArray

void setItemArray(int i,
                  java.lang.String item)
Sets ith "Item" element


xsetItemArray

void xsetItemArray(org.apache.xmlbeans.XmlString[] itemArray)
Sets (as xml) array of all "Item" element


xsetItemArray

void xsetItemArray(int i,
                   org.apache.xmlbeans.XmlString item)
Sets (as xml) ith "Item" element


insertItem

void insertItem(int i,
                java.lang.String item)
Inserts the value as the ith "Item" element


addItem

void addItem(java.lang.String item)
Appends the value as the last "Item" element


insertNewItem

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


addNewItem

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


removeItem

void removeItem(int i)
Removes the ith "Item" element


getAttributedItemArray

com.businessobjects.enterprise.infoobject.AttributedItem[] getAttributedItemArray()
Gets array of all "AttributedItem" elements


getAttributedItemArray

com.businessobjects.enterprise.infoobject.AttributedItem getAttributedItemArray(int i)
Gets ith "AttributedItem" element


sizeOfAttributedItemArray

int sizeOfAttributedItemArray()
Returns number of "AttributedItem" element


setAttributedItemArray

void setAttributedItemArray(com.businessobjects.enterprise.infoobject.AttributedItem[] attributedItemArray)
Sets array of all "AttributedItem" element


setAttributedItemArray

void setAttributedItemArray(int i,
                            com.businessobjects.enterprise.infoobject.AttributedItem attributedItem)
Sets ith "AttributedItem" element


insertNewAttributedItem

com.businessobjects.enterprise.infoobject.AttributedItem insertNewAttributedItem(int i)
Inserts and returns a new empty value (as xml) as the ith "AttributedItem" element


addNewAttributedItem

com.businessobjects.enterprise.infoobject.AttributedItem addNewAttributedItem()
Appends and returns a new empty value (as xml) as the last "AttributedItem" element


removeAttributedItem

void removeAttributedItem(int i)
Removes the ith "AttributedItem" element