com.businessobjects.enterprise.fullclient
Interface FullClientPrompt


public interface FullClientPrompt

Identifies the prompt and its associated information for a given Desktop Intelligence document.


Nested Class Summary
static class FullClientPrompt.Factory
          A class with methods for creating instances of the FullClientPrompt type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 com.businessobjects.enterprise.fullclient.PromptDataProviders addNewDataProviders()
          Internal Use Only.
 Values addNewValues()
          Appends and returns a new empty Values object to the last element of the array.
 com.businessobjects.enterprise.fullclient.PromptDataProviders getDataProviders()
          Internal Use Only.
 java.lang.String getName()
          Returns the name of the prompt.
 Values getValues()
          Returns a collection of prompt values currently chosen for this prompt.
 boolean isSetDataProviders()
          Internal Use Only.
 boolean isSetName()
          Checks if the Name has been set.
 boolean isSetValues()
          Checks if the Values has been set.
 void setDataProviders(com.businessobjects.enterprise.fullclient.PromptDataProviders dataProviders)
          Internal Use Only.
 void setName(java.lang.String name)
          Internal Use Only.
 void setValues(Values values)
          Sets a collection of prompt values currently chosen for this prompt.
 void unsetDataProviders()
          Internal Use Only.
 void unsetName()
          Deletes or unsets the Name element.
 void unsetValues()
          Deletes or unsets the Values element.
 org.apache.xmlbeans.XmlString xgetName()
          Internal Use Only.
 void xsetName(org.apache.xmlbeans.XmlString name)
          Internal Use Only.
 

Field Detail

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getName

java.lang.String getName()

Returns the name of the prompt.

Returns:
A String that contains the name of the prompt.

xgetName

org.apache.xmlbeans.XmlString xgetName()
Internal Use Only.


isSetName

boolean isSetName()
Checks if the Name has been set.

Returns:
true if the Name element has been set, false.

setName

void setName(java.lang.String name)
Internal Use Only.


xsetName

void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.


unsetName

void unsetName()

Deletes or unsets the Name element.


getValues

Values getValues()

Returns a collection of prompt values currently chosen for this prompt.

Returns:
A collection of prompt values.

isSetValues

boolean isSetValues()
Checks if the Values has been set.

Returns:
true if the Values element has been set, false.

setValues

void setValues(Values values)

Sets a collection of prompt values currently chosen for this prompt.

Parameters:
values - A collection of prompt values.

addNewValues

Values addNewValues()
Appends and returns a new empty Values object to the last element of the array.

Returns:
A new Values.

unsetValues

void unsetValues()

Deletes or unsets the Values element.


getDataProviders

com.businessobjects.enterprise.fullclient.PromptDataProviders getDataProviders()
Internal Use Only.


isSetDataProviders

boolean isSetDataProviders()
Internal Use Only.


setDataProviders

void setDataProviders(com.businessobjects.enterprise.fullclient.PromptDataProviders dataProviders)
Internal Use Only.


addNewDataProviders

com.businessobjects.enterprise.fullclient.PromptDataProviders addNewDataProviders()
Internal Use Only.


unsetDataProviders

void unsetDataProviders()
Internal Use Only.