com.businessobjects.enterprise.profile
Interface Values


public interface Values

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


Nested Class Summary
static class Values.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 Value addNewValue()
          Appends and returns a new empty value (as xml) as the last "Value" element
 Value[] getValueArray()
          Gets array of all "Value" elements
 Value getValueArray(int i)
          Gets ith "Value" element
 Value insertNewValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "Value" element
 void removeValue(int i)
          Removes the ith "Value" element
 void setValueArray(int i, Value value)
          Sets ith "Value" element
 void setValueArray(Value[] valueArray)
          Sets array of all "Value" element
 int sizeOfValueArray()
          Returns number of "Value" element
 

Field Detail

type

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

getValueArray

Value[] getValueArray()
Gets array of all "Value" elements


getValueArray

Value getValueArray(int i)
Gets ith "Value" element


sizeOfValueArray

int sizeOfValueArray()
Returns number of "Value" element


setValueArray

void setValueArray(Value[] valueArray)
Sets array of all "Value" element


setValueArray

void setValueArray(int i,
                   Value value)
Sets ith "Value" element


insertNewValue

Value insertNewValue(int i)
Inserts and returns a new empty value (as xml) as the ith "Value" element


addNewValue

Value addNewValue()
Appends and returns a new empty value (as xml) as the last "Value" element


removeValue

void removeValue(int i)
Removes the ith "Value" element