com.businessobjects.enterprise.publication
Interface DocumentDynamicRecipientVariableMapping


public interface DocumentDynamicRecipientVariableMapping

An XML DocumentDynamicRecipientVariableMapping(@http://enterprise.businessobjects.com/3.0/publication). This is a complex type.


Nested Class Summary
static class DocumentDynamicRecipientVariableMapping.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 int getIndex()
          Gets the "Index" element
 int getProviderColumn()
          Gets the "ProviderColumn" element
 java.lang.String getSubReportName()
          Gets the "SubReportName" element
 java.lang.String getVariable()
          Gets the "Variable" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetIndex()
          True if has "Index" element
 boolean isSetProviderColumn()
          True if has "ProviderColumn" element
 boolean isSetSubReportName()
          True if has "SubReportName" element
 boolean isSetVariable()
          True if has "Variable" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setIndex(int index)
          Sets the "Index" element
 void setProviderColumn(int providerColumn)
          Sets the "ProviderColumn" element
 void setSubReportName(java.lang.String subReportName)
          Sets the "SubReportName" element
 void setVariable(java.lang.String variable)
          Sets the "Variable" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetIndex()
          Unsets the "Index" element
 void unsetProviderColumn()
          Unsets the "ProviderColumn" element
 void unsetSubReportName()
          Unsets the "SubReportName" element
 void unsetVariable()
          Unsets the "Variable" element
 org.apache.xmlbeans.XmlInt xgetIndex()
          Gets (as xml) the "Index" element
 org.apache.xmlbeans.XmlInt xgetProviderColumn()
          Gets (as xml) the "ProviderColumn" element
 org.apache.xmlbeans.XmlString xgetSubReportName()
          Gets (as xml) the "SubReportName" 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 xsetProviderColumn(org.apache.xmlbeans.XmlInt providerColumn)
          Sets (as xml) the "ProviderColumn" element
 void xsetSubReportName(org.apache.xmlbeans.XmlString subReportName)
          Sets (as xml) the "SubReportName" 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


getProviderColumn

int getProviderColumn()
Gets the "ProviderColumn" element


xgetProviderColumn

org.apache.xmlbeans.XmlInt xgetProviderColumn()
Gets (as xml) the "ProviderColumn" element


isSetProviderColumn

boolean isSetProviderColumn()
True if has "ProviderColumn" element


setProviderColumn

void setProviderColumn(int providerColumn)
Sets the "ProviderColumn" element


xsetProviderColumn

void xsetProviderColumn(org.apache.xmlbeans.XmlInt providerColumn)
Sets (as xml) the "ProviderColumn" element


unsetProviderColumn

void unsetProviderColumn()
Unsets the "ProviderColumn" 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


getSubReportName

java.lang.String getSubReportName()
Gets the "SubReportName" element


xgetSubReportName

org.apache.xmlbeans.XmlString xgetSubReportName()
Gets (as xml) the "SubReportName" element


isSetSubReportName

boolean isSetSubReportName()
True if has "SubReportName" element


setSubReportName

void setSubReportName(java.lang.String subReportName)
Sets the "SubReportName" element


xsetSubReportName

void xsetSubReportName(org.apache.xmlbeans.XmlString subReportName)
Sets (as xml) the "SubReportName" element


unsetSubReportName

void unsetSubReportName()
Unsets the "SubReportName" element


getCustomProperties

CustomProperties getCustomProperties()
Gets the "CustomProperties" element


isSetCustomProperties

boolean isSetCustomProperties()
True if has "CustomProperties" element


setCustomProperties

void setCustomProperties(CustomProperties customProperties)
Sets the "CustomProperties" element


addNewCustomProperties

CustomProperties addNewCustomProperties()
Appends and returns a new empty "CustomProperties" element


unsetCustomProperties

void unsetCustomProperties()
Unsets the "CustomProperties" element