com.businessobjects.enterprise.infoobject
Interface DestinationFormat


public interface DestinationFormat

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


Nested Class Summary
static class DestinationFormat.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 FormatInfos addNewFormatInfos()
          Appends and returns a new empty "FormatInfos" element
 FormatInfos getFormatInfos()
          Gets the "FormatInfos" element
 java.lang.String getSourceDocumentCUID()
          Gets the "SourceDocumentCUID" element
 boolean isSetFormatInfos()
          True if has "FormatInfos" element
 boolean isSetSourceDocumentCUID()
          True if has "SourceDocumentCUID" element
 void setFormatInfos(FormatInfos formatInfos)
          Sets the "FormatInfos" element
 void setSourceDocumentCUID(java.lang.String sourceDocumentCUID)
          Sets the "SourceDocumentCUID" element
 void unsetFormatInfos()
          Unsets the "FormatInfos" element
 void unsetSourceDocumentCUID()
          Unsets the "SourceDocumentCUID" 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


getFormatInfos

FormatInfos getFormatInfos()
Gets the "FormatInfos" element


isSetFormatInfos

boolean isSetFormatInfos()
True if has "FormatInfos" element


setFormatInfos

void setFormatInfos(FormatInfos formatInfos)
Sets the "FormatInfos" element


addNewFormatInfos

FormatInfos addNewFormatInfos()
Appends and returns a new empty "FormatInfos" element


unsetFormatInfos

void unsetFormatInfos()
Unsets the "FormatInfos" element