com.businessobjects.enterprise.webi
Interface DataProvider


public interface DataProvider

Contains properties that identify the data provider. A data provider is the mechanism that retrieves information from the data source.


Nested Class Summary
static class DataProvider.Factory
          A class with methods for creating instances of the DataProvider type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 java.lang.String getID()
          Returns the ID of the data provider object.
 java.lang.String getName()
          Returns the name of the data provider object.
 boolean isSetID()
          Checks if the ID of the data provider object has been set.
 boolean isSetName()
          Checks if the name of the data provider object has been set.
 void setID(java.lang.String id)
          Internal Use Only.
 void setName(java.lang.String name)
          Internal Use Only.
 void unsetID()
          Internal Use Only.
 void unsetName()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetID()
          Internal Use Only.
 org.apache.xmlbeans.XmlString xgetName()
          Internal Use Only.
 void xsetID(org.apache.xmlbeans.XmlString id)
          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 data provider object.

Returns:
A String that indicates the name of the data provider object.

xgetName

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


isSetName

boolean isSetName()
Checks if the name of the data provider object has been set.

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

setName

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


xsetName

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


unsetName

void unsetName()
Internal Use Only.


getID

java.lang.String getID()

Returns the ID of the data provider object.

Returns:
A String that indicates the id of the data provider object.

xgetID

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


isSetID

boolean isSetID()
Checks if the ID of the data provider object has been set.

Returns:
true if the ID element has been set, and false otherwise.

setID

void setID(java.lang.String id)
Internal Use Only.


xsetID

void xsetID(org.apache.xmlbeans.XmlString id)
Internal Use Only.


unsetID

void unsetID()
Internal Use Only.