com.businessobjects.enterprise.publication
Interface ProviderColumn


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

type

static final org.apache.xmlbeans.SchemaType type
Method Detail

getVariable

java.lang.String getVariable()
Gets the "Variable" element


xgetVariable

org.apache.xmlbeans.XmlString xgetVariable()
Gets (as xml) the "Variable" element


isSetVariable

boolean isSetVariable()
True if has "Variable" element


setVariable

void setVariable(java.lang.String variable)
Sets the "Variable" element


xsetVariable

void xsetVariable(org.apache.xmlbeans.XmlString variable)
Sets (as xml) the "Variable" element


unsetVariable

void unsetVariable()
Unsets the "Variable" element


getIndex

int getIndex()
Gets the "Index" element


xgetIndex

org.apache.xmlbeans.XmlInt xgetIndex()
Gets (as xml) the "Index" element


isSetIndex

boolean isSetIndex()
True if has "Index" element


setIndex

void setIndex(int index)
Sets the "Index" element


xsetIndex

void xsetIndex(org.apache.xmlbeans.XmlInt index)
Sets (as xml) the "Index" element


unsetIndex

void unsetIndex()
Unsets the "Index" element