|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getName()
Returns the name of the data provider object.
String that indicates the name of the data provider object.org.apache.xmlbeans.XmlString xgetName()
boolean isSetName()
true if the Name element has been set, and false otherwise.void setName(java.lang.String name)
void xsetName(org.apache.xmlbeans.XmlString name)
void unsetName()
java.lang.String getID()
Returns the ID of the data provider object.
String that indicates the id of the data provider object.org.apache.xmlbeans.XmlString xgetID()
boolean isSetID()
true if the ID element has been set, and false otherwise.void setID(java.lang.String id)
void xsetID(org.apache.xmlbeans.XmlString id)
void unsetID()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||