com.businessobjects.enterprise.publication
Interface PubDocProcessingInfo


public interface PubDocProcessingInfo

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


Nested Class Summary
static class PubDocProcessingInfo.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
 FormatInfos addNewFormatInfos()
          Appends and returns a new empty "FormatInfos" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 boolean getDoNotSendIfDocIsEmpty()
          Gets the "DoNotSendIfDocIsEmpty" element
 FormatInfos getFormatInfos()
          Gets the "FormatInfos" element
 java.lang.String getSourceDocumentCUID()
          Gets the "SourceDocumentCUID" element
 java.lang.String getSourceDocumentKind()
          Gets the "SourceDocumentKind" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetDoNotSendIfDocIsEmpty()
          True if has "DoNotSendIfDocIsEmpty" element
 boolean isSetFormatInfos()
          True if has "FormatInfos" element
 boolean isSetSourceDocumentCUID()
          True if has "SourceDocumentCUID" element
 boolean isSetSourceDocumentKind()
          True if has "SourceDocumentKind" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setDoNotSendIfDocIsEmpty(boolean doNotSendIfDocIsEmpty)
          Sets the "DoNotSendIfDocIsEmpty" element
 void setFormatInfos(FormatInfos formatInfos)
          Sets the "FormatInfos" element
 void setSourceDocumentCUID(java.lang.String sourceDocumentCUID)
          Sets the "SourceDocumentCUID" element
 void setSourceDocumentKind(java.lang.String sourceDocumentKind)
          Sets the "SourceDocumentKind" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetDoNotSendIfDocIsEmpty()
          Unsets the "DoNotSendIfDocIsEmpty" element
 void unsetFormatInfos()
          Unsets the "FormatInfos" element
 void unsetSourceDocumentCUID()
          Unsets the "SourceDocumentCUID" element
 void unsetSourceDocumentKind()
          Unsets the "SourceDocumentKind" element
 org.apache.xmlbeans.XmlBoolean xgetDoNotSendIfDocIsEmpty()
          Gets (as xml) the "DoNotSendIfDocIsEmpty" element
 org.apache.xmlbeans.XmlString xgetSourceDocumentCUID()
          Gets (as xml) the "SourceDocumentCUID" element
 org.apache.xmlbeans.XmlString xgetSourceDocumentKind()
          Gets (as xml) the "SourceDocumentKind" element
 void xsetDoNotSendIfDocIsEmpty(org.apache.xmlbeans.XmlBoolean doNotSendIfDocIsEmpty)
          Sets (as xml) the "DoNotSendIfDocIsEmpty" element
 void xsetSourceDocumentCUID(org.apache.xmlbeans.XmlString sourceDocumentCUID)
          Sets (as xml) the "SourceDocumentCUID" element
 void xsetSourceDocumentKind(org.apache.xmlbeans.XmlString sourceDocumentKind)
          Sets (as xml) the "SourceDocumentKind" element
 

Field Detail

type

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

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


getDoNotSendIfDocIsEmpty

boolean getDoNotSendIfDocIsEmpty()
Gets the "DoNotSendIfDocIsEmpty" element


xgetDoNotSendIfDocIsEmpty

org.apache.xmlbeans.XmlBoolean xgetDoNotSendIfDocIsEmpty()
Gets (as xml) the "DoNotSendIfDocIsEmpty" element


isSetDoNotSendIfDocIsEmpty

boolean isSetDoNotSendIfDocIsEmpty()
True if has "DoNotSendIfDocIsEmpty" element


setDoNotSendIfDocIsEmpty

void setDoNotSendIfDocIsEmpty(boolean doNotSendIfDocIsEmpty)
Sets the "DoNotSendIfDocIsEmpty" element


xsetDoNotSendIfDocIsEmpty

void xsetDoNotSendIfDocIsEmpty(org.apache.xmlbeans.XmlBoolean doNotSendIfDocIsEmpty)
Sets (as xml) the "DoNotSendIfDocIsEmpty" element


unsetDoNotSendIfDocIsEmpty

void unsetDoNotSendIfDocIsEmpty()
Unsets the "DoNotSendIfDocIsEmpty" element


getSourceDocumentKind

java.lang.String getSourceDocumentKind()
Gets the "SourceDocumentKind" element


xgetSourceDocumentKind

org.apache.xmlbeans.XmlString xgetSourceDocumentKind()
Gets (as xml) the "SourceDocumentKind" element


isSetSourceDocumentKind

boolean isSetSourceDocumentKind()
True if has "SourceDocumentKind" element


setSourceDocumentKind

void setSourceDocumentKind(java.lang.String sourceDocumentKind)
Sets the "SourceDocumentKind" element


xsetSourceDocumentKind

void xsetSourceDocumentKind(org.apache.xmlbeans.XmlString sourceDocumentKind)
Sets (as xml) the "SourceDocumentKind" element


unsetSourceDocumentKind

void unsetSourceDocumentKind()
Unsets the "SourceDocumentKind" 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


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