com.businessobjects.enterprise.encyclopedia_associationinstance
Interface AssociationEnds


public interface AssociationEnds

An XML AssociationEnds(@http://enterprise.businessobjects.com/3.0/encyclopedia.associationinstance). This is a complex type.


Nested Class Summary
static class AssociationEnds.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addAssociationEnd(java.lang.String associationEnd)
          Appends the value as the last "AssociationEnd" element
 org.apache.xmlbeans.XmlString addNewAssociationEnd()
          Appends and returns a new empty value (as xml) as the last "AssociationEnd" element
 java.lang.String[] getAssociationEndArray()
          Gets array of all "AssociationEnd" elements
 java.lang.String getAssociationEndArray(int i)
          Gets ith "AssociationEnd" element
 void insertAssociationEnd(int i, java.lang.String associationEnd)
          Inserts the value as the ith "AssociationEnd" element
 org.apache.xmlbeans.XmlString insertNewAssociationEnd(int i)
          Inserts and returns a new empty value (as xml) as the ith "AssociationEnd" element
 void removeAssociationEnd(int i)
          Removes the ith "AssociationEnd" element
 void setAssociationEndArray(int i, java.lang.String associationEnd)
          Sets ith "AssociationEnd" element
 void setAssociationEndArray(java.lang.String[] associationEndArray)
          Sets array of all "AssociationEnd" element
 int sizeOfAssociationEndArray()
          Returns number of "AssociationEnd" element
 org.apache.xmlbeans.XmlString[] xgetAssociationEndArray()
          Gets (as xml) array of all "AssociationEnd" elements
 org.apache.xmlbeans.XmlString xgetAssociationEndArray(int i)
          Gets (as xml) ith "AssociationEnd" element
 void xsetAssociationEndArray(int i, org.apache.xmlbeans.XmlString associationEnd)
          Sets (as xml) ith "AssociationEnd" element
 void xsetAssociationEndArray(org.apache.xmlbeans.XmlString[] associationEndArray)
          Sets (as xml) array of all "AssociationEnd" element
 

Field Detail

type

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

getAssociationEndArray

java.lang.String[] getAssociationEndArray()
Gets array of all "AssociationEnd" elements


getAssociationEndArray

java.lang.String getAssociationEndArray(int i)
Gets ith "AssociationEnd" element


xgetAssociationEndArray

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


xgetAssociationEndArray

org.apache.xmlbeans.XmlString xgetAssociationEndArray(int i)
Gets (as xml) ith "AssociationEnd" element


sizeOfAssociationEndArray

int sizeOfAssociationEndArray()
Returns number of "AssociationEnd" element


setAssociationEndArray

void setAssociationEndArray(java.lang.String[] associationEndArray)
Sets array of all "AssociationEnd" element


setAssociationEndArray

void setAssociationEndArray(int i,
                            java.lang.String associationEnd)
Sets ith "AssociationEnd" element


xsetAssociationEndArray

void xsetAssociationEndArray(org.apache.xmlbeans.XmlString[] associationEndArray)
Sets (as xml) array of all "AssociationEnd" element


xsetAssociationEndArray

void xsetAssociationEndArray(int i,
                             org.apache.xmlbeans.XmlString associationEnd)
Sets (as xml) ith "AssociationEnd" element


insertAssociationEnd

void insertAssociationEnd(int i,
                          java.lang.String associationEnd)
Inserts the value as the ith "AssociationEnd" element


addAssociationEnd

void addAssociationEnd(java.lang.String associationEnd)
Appends the value as the last "AssociationEnd" element


insertNewAssociationEnd

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


addNewAssociationEnd

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


removeAssociationEnd

void removeAssociationEnd(int i)
Removes the ith "AssociationEnd" element