com.businessobjects.enterprise.publication
Interface DocumentProfileTarget


public interface DocumentProfileTarget

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


Nested Class Summary
static class DocumentProfileTarget.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
 DocumentVariableMappings addNewVariableMappings()
          Appends and returns a new empty "VariableMappings" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getSourceDocumentCUID()
          Gets the "SourceDocumentCUID" element
 DocumentVariableMappings getVariableMappings()
          Gets the "VariableMappings" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetSourceDocumentCUID()
          True if has "SourceDocumentCUID" element
 boolean isSetVariableMappings()
          True if has "VariableMappings" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setSourceDocumentCUID(java.lang.String sourceDocumentCUID)
          Sets the "SourceDocumentCUID" element
 void setVariableMappings(DocumentVariableMappings variableMappings)
          Sets the "VariableMappings" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" 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

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


getVariableMappings

DocumentVariableMappings getVariableMappings()
Gets the "VariableMappings" element


isSetVariableMappings

boolean isSetVariableMappings()
True if has "VariableMappings" element


setVariableMappings

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


addNewVariableMappings

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


unsetVariableMappings

void unsetVariableMappings()
Unsets the "VariableMappings" 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