|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String[] getItemArray()
java.lang.String getItemArray(int i)
org.apache.xmlbeans.XmlString[] xgetItemArray()
org.apache.xmlbeans.XmlString xgetItemArray(int i)
int sizeOfItemArray()
void setItemArray(java.lang.String[] itemArray)
void setItemArray(int i,
java.lang.String item)
void xsetItemArray(org.apache.xmlbeans.XmlString[] itemArray)
void xsetItemArray(int i,
org.apache.xmlbeans.XmlString item)
void insertItem(int i,
java.lang.String item)
void addItem(java.lang.String item)
org.apache.xmlbeans.XmlString insertNewItem(int i)
org.apache.xmlbeans.XmlString addNewItem()
void removeItem(int i)
com.businessobjects.enterprise.infoobject.AttributedItem[] getAttributedItemArray()
com.businessobjects.enterprise.infoobject.AttributedItem getAttributedItemArray(int i)
int sizeOfAttributedItemArray()
void setAttributedItemArray(com.businessobjects.enterprise.infoobject.AttributedItem[] attributedItemArray)
void setAttributedItemArray(int i,
com.businessobjects.enterprise.infoobject.AttributedItem attributedItem)
com.businessobjects.enterprise.infoobject.AttributedItem insertNewAttributedItem(int i)
com.businessobjects.enterprise.infoobject.AttributedItem addNewAttributedItem()
void removeAttributedItem(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||