|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
ProfileValue[] getProfileValueArray()
ProfileValue getProfileValueArray(int i)
int sizeOfProfileValueArray()
void setProfileValueArray(ProfileValue[] profileValueArray)
void setProfileValueArray(int i,
ProfileValue profileValue)
ProfileValue insertNewProfileValue(int i)
ProfileValue addNewProfileValue()
void removeProfileValue(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||