com.businessobjects.enterprise.publication
Interface PerDocDynamicRecipientsProfileMapping


public interface PerDocDynamicRecipientsProfileMapping

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


Nested Class Summary
static class PerDocDynamicRecipientsProfileMapping.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 DocumentDynamicRecipientVariableMappings addNewVariableMappings()
          Appends and returns a new empty "VariableMappings" element
 java.lang.String getSourceDocumentCUID()
          Gets the "SourceDocumentCUID" element
 DocumentDynamicRecipientVariableMappings getVariableMappings()
          Gets the "VariableMappings" element
 boolean isSetSourceDocumentCUID()
          True if has "SourceDocumentCUID" element
 boolean isSetVariableMappings()
          True if has "VariableMappings" element
 void setSourceDocumentCUID(java.lang.String sourceDocumentCUID)
          Sets the "SourceDocumentCUID" element
 void setVariableMappings(DocumentDynamicRecipientVariableMappings variableMappings)
          Sets the "VariableMappings" element
 void unsetSourceDocumentCUID()
          Unsets the "SourceDocumentCUID" element
 void unsetVariableMappings()
          Unsets the "VariableMappings" element
 org.apache.xmlbeans.XmlString xgetSourceDocumentCUID()
          Gets (as xml) the "SourceDocumentCUID" element
 void xsetSourceDocumentCUID(org.apache.xmlbeans.XmlString sourceDocumentCUID)
          Sets (as xml) the "SourceDocumentCUID" element
 

Field Detail

type

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

getVariableMappings

DocumentDynamicRecipientVariableMappings getVariableMappings()
Gets the "VariableMappings" element


isSetVariableMappings

boolean isSetVariableMappings()
True if has "VariableMappings" element


setVariableMappings

void setVariableMappings(DocumentDynamicRecipientVariableMappings variableMappings)
Sets the "VariableMappings" element


addNewVariableMappings

DocumentDynamicRecipientVariableMappings addNewVariableMappings()
Appends and returns a new empty "VariableMappings" element


unsetVariableMappings

void unsetVariableMappings()
Unsets the "VariableMappings" element


getSourceDocumentCUID

java.lang.String getSourceDocumentCUID()
Gets the "SourceDocumentCUID" element


xgetSourceDocumentCUID

org.apache.xmlbeans.XmlString xgetSourceDocumentCUID()
Gets (as xml) the "SourceDocumentCUID" element


isSetSourceDocumentCUID

boolean isSetSourceDocumentCUID()
True if has "SourceDocumentCUID" element


setSourceDocumentCUID

void setSourceDocumentCUID(java.lang.String sourceDocumentCUID)
Sets the "SourceDocumentCUID" element


xsetSourceDocumentCUID

void xsetSourceDocumentCUID(org.apache.xmlbeans.XmlString sourceDocumentCUID)
Sets (as xml) the "SourceDocumentCUID" element


unsetSourceDocumentCUID

void unsetSourceDocumentCUID()
Unsets the "SourceDocumentCUID" element