|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ProviderColumn
An XML ProviderColumn(@http://enterprise.businessobjects.com/3.0/publication). This is a complex type.
| Nested Class Summary | |
|---|---|
static class |
ProviderColumn.Factory
A factory class with static methods for creating instances of this type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
|
| Method Summary | |
|---|---|
int |
getIndex()
Gets the "Index" element |
java.lang.String |
getVariable()
Gets the "Variable" element |
boolean |
isSetIndex()
True if has "Index" element |
boolean |
isSetVariable()
True if has "Variable" element |
void |
setIndex(int index)
Sets the "Index" element |
void |
setVariable(java.lang.String variable)
Sets the "Variable" element |
void |
unsetIndex()
Unsets the "Index" element |
void |
unsetVariable()
Unsets the "Variable" element |
org.apache.xmlbeans.XmlInt |
xgetIndex()
Gets (as xml) the "Index" element |
org.apache.xmlbeans.XmlString |
xgetVariable()
Gets (as xml) the "Variable" element |
void |
xsetIndex(org.apache.xmlbeans.XmlInt index)
Sets (as xml) the "Index" element |
void |
xsetVariable(org.apache.xmlbeans.XmlString variable)
Sets (as xml) the "Variable" element |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getVariable()
org.apache.xmlbeans.XmlString xgetVariable()
boolean isSetVariable()
void setVariable(java.lang.String variable)
void xsetVariable(org.apache.xmlbeans.XmlString variable)
void unsetVariable()
int getIndex()
org.apache.xmlbeans.XmlInt xgetIndex()
boolean isSetIndex()
void setIndex(int index)
void xsetIndex(org.apache.xmlbeans.XmlInt index)
void unsetIndex()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||