com.businessobjects.enterprise.publication
Interface DocumentDynamicRecipientVariableMappings


public interface DocumentDynamicRecipientVariableMappings

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


Nested Class Summary
static class DocumentDynamicRecipientVariableMappings.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DocumentDynamicRecipientVariableMapping addNewVariableMapping()
          Appends and returns a new empty value (as xml) as the last "VariableMapping" element
 DocumentDynamicRecipientVariableMapping[] getVariableMappingArray()
          Gets array of all "VariableMapping" elements
 DocumentDynamicRecipientVariableMapping getVariableMappingArray(int i)
          Gets ith "VariableMapping" element
 DocumentDynamicRecipientVariableMapping insertNewVariableMapping(int i)
          Inserts and returns a new empty value (as xml) as the ith "VariableMapping" element
 void removeVariableMapping(int i)
          Removes the ith "VariableMapping" element
 void setVariableMappingArray(DocumentDynamicRecipientVariableMapping[] variableMappingArray)
          Sets array of all "VariableMapping" element
 void setVariableMappingArray(int i, DocumentDynamicRecipientVariableMapping variableMapping)
          Sets ith "VariableMapping" element
 int sizeOfVariableMappingArray()
          Returns number of "VariableMapping" element
 

Field Detail

type

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

getVariableMappingArray

DocumentDynamicRecipientVariableMapping[] getVariableMappingArray()
Gets array of all "VariableMapping" elements


getVariableMappingArray

DocumentDynamicRecipientVariableMapping getVariableMappingArray(int i)
Gets ith "VariableMapping" element


sizeOfVariableMappingArray

int sizeOfVariableMappingArray()
Returns number of "VariableMapping" element


setVariableMappingArray

void setVariableMappingArray(DocumentDynamicRecipientVariableMapping[] variableMappingArray)
Sets array of all "VariableMapping" element


setVariableMappingArray

void setVariableMappingArray(int i,
                             DocumentDynamicRecipientVariableMapping variableMapping)
Sets ith "VariableMapping" element


insertNewVariableMapping

DocumentDynamicRecipientVariableMapping insertNewVariableMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "VariableMapping" element


addNewVariableMapping

DocumentDynamicRecipientVariableMapping addNewVariableMapping()
Appends and returns a new empty value (as xml) as the last "VariableMapping" element


removeVariableMapping

void removeVariableMapping(int i)
Removes the ith "VariableMapping" element