|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface WebiPrompts
A collection of prompts that are associated with this Web Intelligence document.
| Nested Class Summary | |
|---|---|
static class |
WebiPrompts.Factory
A class with methods for creating instances of the WebiPrompts type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
WebiPrompt |
addNewPrompt()
Appends and returns a new empty WebiPrompt object as the last element of the array. |
WebiPrompt[] |
getPromptArray()
Returns the array of WebiPrompt objects. |
WebiPrompt |
getPromptArray(int i)
Returns the WebiPrompt object at the specified index position. |
WebiPrompt |
insertNewPrompt(int i)
Inserts and returns a new empty WebiPrompt object at a specified index. |
void |
removePrompt(int i)
Removes the ith WebiPrompt object. |
void |
setPromptArray(int i,
WebiPrompt prompt)
Sets the WebiPrompt object as the ith object of the array. |
void |
setPromptArray(WebiPrompt[] promptArray)
Sets the array of WebiPrompt objects. |
int |
sizeOfPromptArray()
Returns number of WebiPrompt objects in the array. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
WebiPrompt[] getPromptArray()
Returns the array of WebiPrompt objects.
WebiPrompt objects.WebiPrompt getPromptArray(int i)
Returns the WebiPrompt object at the specified index position.
i - The index position.
WebiPrompt object.int sizeOfPromptArray()
Returns number of WebiPrompt objects in the array.
void setPromptArray(WebiPrompt[] promptArray)
Sets the array of WebiPrompt objects.
promptArray - The array of WebiPrompt objects.
void setPromptArray(int i,
WebiPrompt prompt)
Sets the WebiPrompt object as the ith object of the array.
i - The index position to insert the object.prompt - The WebiPrompt object to be inserted.WebiPrompt insertNewPrompt(int i)
WebiPrompt object at a specified index.
i - The index position to insert the object.
WebiPrompt object.WebiPrompt addNewPrompt()
WebiPrompt object as the last element of the array.
WebiPrompt object.void removePrompt(int i)
WebiPrompt object.
i - The index position for the object to be removed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||