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