|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Placeholders
An XML Placeholders(@http://enterprise.businessobjects.com/3.0/server). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
Placeholders.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
NameValuePair |
addNewPlaceholder()
Appends and returns a new empty value (as xml) as the last "Placeholder" element |
NameValuePair[] |
getPlaceholderArray()
Gets array of all "Placeholder" elements |
NameValuePair |
getPlaceholderArray(int i)
Gets ith "Placeholder" element |
NameValuePair |
insertNewPlaceholder(int i)
Inserts and returns a new empty value (as xml) as the ith "Placeholder" element |
void |
removePlaceholder(int i)
Removes the ith "Placeholder" element |
void |
setPlaceholderArray(int i,
NameValuePair placeholder)
Sets ith "Placeholder" element |
void |
setPlaceholderArray(NameValuePair[] placeholderArray)
Sets array of all "Placeholder" element |
int |
sizeOfPlaceholderArray()
Returns number of "Placeholder" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
NameValuePair[] getPlaceholderArray()
NameValuePair getPlaceholderArray(int i)
int sizeOfPlaceholderArray()
void setPlaceholderArray(NameValuePair[] placeholderArray)
void setPlaceholderArray(int i,
NameValuePair placeholder)
NameValuePair insertNewPlaceholder(int i)
NameValuePair addNewPlaceholder()
void removePlaceholder(int i)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||