com.businessobjects.enterprise.publication
Interface PerDocDynamicRecipientsProfileMappings


public interface PerDocDynamicRecipientsProfileMappings

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


Nested Class Summary
static class PerDocDynamicRecipientsProfileMappings.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 PerDocDynamicRecipientsProfileMapping addNewProfileMapping()
          Appends and returns a new empty value (as xml) as the last "ProfileMapping" element
 PerDocDynamicRecipientsProfileMapping[] getProfileMappingArray()
          Gets array of all "ProfileMapping" elements
 PerDocDynamicRecipientsProfileMapping getProfileMappingArray(int i)
          Gets ith "ProfileMapping" element
 PerDocDynamicRecipientsProfileMapping insertNewProfileMapping(int i)
          Inserts and returns a new empty value (as xml) as the ith "ProfileMapping" element
 void removeProfileMapping(int i)
          Removes the ith "ProfileMapping" element
 void setProfileMappingArray(int i, PerDocDynamicRecipientsProfileMapping profileMapping)
          Sets ith "ProfileMapping" element
 void setProfileMappingArray(PerDocDynamicRecipientsProfileMapping[] profileMappingArray)
          Sets array of all "ProfileMapping" element
 int sizeOfProfileMappingArray()
          Returns number of "ProfileMapping" element
 

Field Detail

type

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

getProfileMappingArray

PerDocDynamicRecipientsProfileMapping[] getProfileMappingArray()
Gets array of all "ProfileMapping" elements


getProfileMappingArray

PerDocDynamicRecipientsProfileMapping getProfileMappingArray(int i)
Gets ith "ProfileMapping" element


sizeOfProfileMappingArray

int sizeOfProfileMappingArray()
Returns number of "ProfileMapping" element


setProfileMappingArray

void setProfileMappingArray(PerDocDynamicRecipientsProfileMapping[] profileMappingArray)
Sets array of all "ProfileMapping" element


setProfileMappingArray

void setProfileMappingArray(int i,
                            PerDocDynamicRecipientsProfileMapping profileMapping)
Sets ith "ProfileMapping" element


insertNewProfileMapping

PerDocDynamicRecipientsProfileMapping insertNewProfileMapping(int i)
Inserts and returns a new empty value (as xml) as the ith "ProfileMapping" element


addNewProfileMapping

PerDocDynamicRecipientsProfileMapping addNewProfileMapping()
Appends and returns a new empty value (as xml) as the last "ProfileMapping" element


removeProfileMapping

void removeProfileMapping(int i)
Removes the ith "ProfileMapping" element