com.businessobjects.enterprise.encyclopedia_topic
Interface AttributeValues


public interface AttributeValues

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


Nested Class Summary
static class AttributeValues.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 void addAttributeValue(java.lang.String attributeValue)
          Appends the value as the last "AttributeValue" element
 org.apache.xmlbeans.XmlString addNewAttributeValue()
          Appends and returns a new empty value (as xml) as the last "AttributeValue" element
 java.lang.String[] getAttributeValueArray()
          Gets array of all "AttributeValue" elements
 java.lang.String getAttributeValueArray(int i)
          Gets ith "AttributeValue" element
 void insertAttributeValue(int i, java.lang.String attributeValue)
          Inserts the value as the ith "AttributeValue" element
 org.apache.xmlbeans.XmlString insertNewAttributeValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "AttributeValue" element
 void removeAttributeValue(int i)
          Removes the ith "AttributeValue" element
 void setAttributeValueArray(int i, java.lang.String attributeValue)
          Sets ith "AttributeValue" element
 void setAttributeValueArray(java.lang.String[] attributeValueArray)
          Sets array of all "AttributeValue" element
 int sizeOfAttributeValueArray()
          Returns number of "AttributeValue" element
 org.apache.xmlbeans.XmlString[] xgetAttributeValueArray()
          Gets (as xml) array of all "AttributeValue" elements
 org.apache.xmlbeans.XmlString xgetAttributeValueArray(int i)
          Gets (as xml) ith "AttributeValue" element
 void xsetAttributeValueArray(int i, org.apache.xmlbeans.XmlString attributeValue)
          Sets (as xml) ith "AttributeValue" element
 void xsetAttributeValueArray(org.apache.xmlbeans.XmlString[] attributeValueArray)
          Sets (as xml) array of all "AttributeValue" element
 

Field Detail

type

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

getAttributeValueArray

java.lang.String[] getAttributeValueArray()
Gets array of all "AttributeValue" elements


getAttributeValueArray

java.lang.String getAttributeValueArray(int i)
Gets ith "AttributeValue" element


xgetAttributeValueArray

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


xgetAttributeValueArray

org.apache.xmlbeans.XmlString xgetAttributeValueArray(int i)
Gets (as xml) ith "AttributeValue" element


sizeOfAttributeValueArray

int sizeOfAttributeValueArray()
Returns number of "AttributeValue" element


setAttributeValueArray

void setAttributeValueArray(java.lang.String[] attributeValueArray)
Sets array of all "AttributeValue" element


setAttributeValueArray

void setAttributeValueArray(int i,
                            java.lang.String attributeValue)
Sets ith "AttributeValue" element


xsetAttributeValueArray

void xsetAttributeValueArray(org.apache.xmlbeans.XmlString[] attributeValueArray)
Sets (as xml) array of all "AttributeValue" element


xsetAttributeValueArray

void xsetAttributeValueArray(int i,
                             org.apache.xmlbeans.XmlString attributeValue)
Sets (as xml) ith "AttributeValue" element


insertAttributeValue

void insertAttributeValue(int i,
                          java.lang.String attributeValue)
Inserts the value as the ith "AttributeValue" element


addAttributeValue

void addAttributeValue(java.lang.String attributeValue)
Appends the value as the last "AttributeValue" element


insertNewAttributeValue

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


addNewAttributeValue

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


removeAttributeValue

void removeAttributeValue(int i)
Removes the ith "AttributeValue" element