|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
Value[] getValueArray()
Value getValueArray(int i)
int sizeOfValueArray()
void setValueArray(Value[] valueArray)
void setValueArray(int i,
Value value)
Value insertNewValue(int i)
Value addNewValue()
void removeValue(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||