com.businessobjects.enterprise.profile
Interface ProfileValues


public interface ProfileValues

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


Nested Class Summary
static class ProfileValues.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 ProfileValue addNewProfileValue()
          Appends and returns a new empty value (as xml) as the last "ProfileValue" element
 ProfileValue[] getProfileValueArray()
          Gets array of all "ProfileValue" elements
 ProfileValue getProfileValueArray(int i)
          Gets ith "ProfileValue" element
 ProfileValue insertNewProfileValue(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfileValue" element
 void removeProfileValue(int i)
          Removes the ith "ProfileValue" element
 void setProfileValueArray(int i, ProfileValue profileValue)
          Sets ith "ProfileValue" element
 void setProfileValueArray(ProfileValue[] profileValueArray)
          Sets array of all "ProfileValue" element
 int sizeOfProfileValueArray()
          Returns number of "ProfileValue" element
 

Field Detail

type

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

getProfileValueArray

ProfileValue[] getProfileValueArray()
Gets array of all "ProfileValue" elements


getProfileValueArray

ProfileValue getProfileValueArray(int i)
Gets ith "ProfileValue" element


sizeOfProfileValueArray

int sizeOfProfileValueArray()
Returns number of "ProfileValue" element


setProfileValueArray

void setProfileValueArray(ProfileValue[] profileValueArray)
Sets array of all "ProfileValue" element


setProfileValueArray

void setProfileValueArray(int i,
                          ProfileValue profileValue)
Sets ith "ProfileValue" element


insertNewProfileValue

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


addNewProfileValue

ProfileValue addNewProfileValue()
Appends and returns a new empty value (as xml) as the last "ProfileValue" element


removeProfileValue

void removeProfileValue(int i)
Removes the ith "ProfileValue" element