com.businessobjects.enterprise.rtf
Interface Rtf

All Superinterfaces:
InfoObject

public interface Rtf
extends InfoObject

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


Nested Class Summary
static interface Rtf.EpmDocuments
          An XML EpmDocuments(@http://enterprise.businessobjects.com/3.0/rtf).
static class Rtf.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 AnalyticActivities addNewAnalyticActivities()
          Appends and returns a new empty "AnalyticActivities" element
 CorporateCategories addNewCorporateCategories()
          Appends and returns a new empty "CorporateCategories" element
 CustomProperties addNewCustomProperties()
          Appends and returns a new empty "CustomProperties" element
 EncyclopediaTopics addNewEncyclopediaTopics()
          Appends and returns a new empty "EncyclopediaTopics" element
 Rtf.EpmDocuments addNewEpmDocuments()
          Appends and returns a new empty "EpmDocuments" element
 FileProperties addNewFileProperties()
          Appends and returns a new empty "FileProperties" element
 PersonalCategories addNewPersonalCategories()
          Appends and returns a new empty "PersonalCategories" element
 DocumentProcessingInfo addNewPluginProcessingInterface()
          Appends and returns a new empty "PluginProcessingInterface" element
 SchedulingInfo addNewSchedulingInfo()
          Appends and returns a new empty "SchedulingInfo" element
 AnalyticActivities getAnalyticActivities()
          Gets the "AnalyticActivities" element
 CorporateCategories getCorporateCategories()
          Gets the "CorporateCategories" element
 CustomProperties getCustomProperties()
          Gets the "CustomProperties" element
 java.lang.String getE65Cuid()
          Gets the "E65Cuid" element
 java.lang.String getE65Id()
          Gets the "E65Id" element
 EncyclopediaTopics getEncyclopediaTopics()
          Gets the "EncyclopediaTopics" element
 Rtf.EpmDocuments getEpmDocuments()
          Gets the "EpmDocuments" element
 FileProperties getFileProperties()
          Gets the "FileProperties" element
 java.lang.String getMimeType()
          Gets the "MimeType" element
 PersonalCategories getPersonalCategories()
          Gets the "PersonalCategories" element
 DocumentProcessingInfo getPluginProcessingInterface()
          Gets the "PluginProcessingInterface" element
 java.lang.String getProcessingProgID()
          Gets the "ProcessingProgID" element
 SchedulingInfo getSchedulingInfo()
          Gets the "SchedulingInfo" element
 java.lang.String getUpdateObject()
          Gets the "UpdateObject" element
 java.lang.String getViewerURL()
          Gets the "ViewerURL" element
 boolean isSetAnalyticActivities()
          True if has "AnalyticActivities" element
 boolean isSetCorporateCategories()
          True if has "CorporateCategories" element
 boolean isSetCustomProperties()
          True if has "CustomProperties" element
 boolean isSetE65Cuid()
          True if has "E65Cuid" element
 boolean isSetE65Id()
          True if has "E65Id" element
 boolean isSetEncyclopediaTopics()
          True if has "EncyclopediaTopics" element
 boolean isSetEpmDocuments()
          True if has "EpmDocuments" element
 boolean isSetFileProperties()
          True if has "FileProperties" element
 boolean isSetMimeType()
          True if has "MimeType" element
 boolean isSetPersonalCategories()
          True if has "PersonalCategories" element
 boolean isSetPluginProcessingInterface()
          True if has "PluginProcessingInterface" element
 boolean isSetProcessingProgID()
          True if has "ProcessingProgID" element
 boolean isSetSchedulingInfo()
          True if has "SchedulingInfo" element
 boolean isSetUpdateObject()
          True if has "UpdateObject" element
 boolean isSetViewerURL()
          True if has "ViewerURL" element
 void setAnalyticActivities(AnalyticActivities analyticActivities)
          Sets the "AnalyticActivities" element
 void setCorporateCategories(CorporateCategories corporateCategories)
          Sets the "CorporateCategories" element
 void setCustomProperties(CustomProperties customProperties)
          Sets the "CustomProperties" element
 void setE65Cuid(java.lang.String e65Cuid)
          Sets the "E65Cuid" element
 void setE65Id(java.lang.String e65Id)
          Sets the "E65Id" element
 void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
          Sets the "EncyclopediaTopics" element
 void setEpmDocuments(Rtf.EpmDocuments epmDocuments)
          Sets the "EpmDocuments" element
 void setFileProperties(FileProperties fileProperties)
          Sets the "FileProperties" element
 void setMimeType(java.lang.String mimeType)
          Sets the "MimeType" element
 void setPersonalCategories(PersonalCategories personalCategories)
          Sets the "PersonalCategories" element
 void setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
          Sets the "PluginProcessingInterface" element
 void setProcessingProgID(java.lang.String processingProgID)
          Sets the "ProcessingProgID" element
 void setSchedulingInfo(SchedulingInfo schedulingInfo)
          Sets the "SchedulingInfo" element
 void setUpdateObject(java.lang.String updateObject)
          Sets the "UpdateObject" element
 void setViewerURL(java.lang.String viewerURL)
          Sets the "ViewerURL" element
 void unsetAnalyticActivities()
          Unsets the "AnalyticActivities" element
 void unsetCorporateCategories()
          Unsets the "CorporateCategories" element
 void unsetCustomProperties()
          Unsets the "CustomProperties" element
 void unsetE65Cuid()
          Unsets the "E65Cuid" element
 void unsetE65Id()
          Unsets the "E65Id" element
 void unsetEncyclopediaTopics()
          Unsets the "EncyclopediaTopics" element
 void unsetEpmDocuments()
          Unsets the "EpmDocuments" element
 void unsetFileProperties()
          Unsets the "FileProperties" element
 void unsetMimeType()
          Unsets the "MimeType" element
 void unsetPersonalCategories()
          Unsets the "PersonalCategories" element
 void unsetPluginProcessingInterface()
          Unsets the "PluginProcessingInterface" element
 void unsetProcessingProgID()
          Unsets the "ProcessingProgID" element
 void unsetSchedulingInfo()
          Unsets the "SchedulingInfo" element
 void unsetUpdateObject()
          Unsets the "UpdateObject" element
 void unsetViewerURL()
          Unsets the "ViewerURL" element
 org.apache.xmlbeans.XmlString xgetE65Cuid()
          Gets (as xml) the "E65Cuid" element
 org.apache.xmlbeans.XmlString xgetE65Id()
          Gets (as xml) the "E65Id" element
 org.apache.xmlbeans.XmlString xgetMimeType()
          Gets (as xml) the "MimeType" element
 org.apache.xmlbeans.XmlString xgetProcessingProgID()
          Gets (as xml) the "ProcessingProgID" element
 org.apache.xmlbeans.XmlString xgetUpdateObject()
          Gets (as xml) the "UpdateObject" element
 org.apache.xmlbeans.XmlString xgetViewerURL()
          Gets (as xml) the "ViewerURL" element
 void xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
          Sets (as xml) the "E65Cuid" element
 void xsetE65Id(org.apache.xmlbeans.XmlString e65Id)
          Sets (as xml) the "E65Id" element
 void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
          Sets (as xml) the "MimeType" element
 void xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
          Sets (as xml) the "ProcessingProgID" element
 void xsetUpdateObject(org.apache.xmlbeans.XmlString updateObject)
          Sets (as xml) the "UpdateObject" element
 void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
          Sets (as xml) the "ViewerURL" element
 
Methods inherited from interface com.businessobjects.enterprise.infoobject.InfoObject
addNewAlerts, addNewMultilingualDescriptions, addNewMultilingualNames, addNewPluginInfo, addNewRolesOnObject, addNewSecurityInfo, addNewSecurityInfo2, addNewSharedDoc, getAlerts, getChildrenObjects, getCreationTime, getCUID, getDescription, getEndTime, getErrorMessage, getGUID, getID, getInstance, getInstanceObject, getIsApplicationObject, getIsComponent, getIsHiddenObject, getIsPluginObject, getIsRecurring, getIsRunnableObject, getIsSendable, getIsSystemObject, getKey, getKeywords, getKind, getLastRunTime, getLastSuccessfulInstanceCUID, getMultilingualDescriptions, getMultilingualNames, getName, getNewJobID, getNextRunTime, getObjectIsContainer, getOwner, getOwnerCUID, getParentCUID, getPluginInfo, getRolesOnObject, getRUID, getSchedulable, getSecurityInfo, getSecurityInfo2, getSharedDoc, getStartTime, getUiStatus, getUpdateTime, isSetAlerts, isSetChildrenObjects, isSetCreationTime, isSetCUID, isSetDescription, isSetEndTime, isSetErrorMessage, isSetGUID, isSetID, isSetInstance, isSetInstanceObject, isSetIsApplicationObject, isSetIsComponent, isSetIsHiddenObject, isSetIsPluginObject, isSetIsRecurring, isSetIsRunnableObject, isSetIsSendable, isSetIsSystemObject, isSetKey, isSetKeywords, isSetKind, isSetLastRunTime, isSetLastSuccessfulInstanceCUID, isSetMultilingualDescriptions, isSetMultilingualNames, isSetNewJobID, isSetNextRunTime, isSetObjectIsContainer, isSetOwner, isSetOwnerCUID, isSetParentCUID, isSetPluginInfo, isSetRolesOnObject, isSetRUID, isSetSchedulable, isSetSecurityInfo, isSetSecurityInfo2, isSetSharedDoc, isSetStartTime, isSetUiStatus, isSetUpdateTime, setAlerts, setChildrenObjects, setCreationTime, setCUID, setDescription, setEndTime, setErrorMessage, setGUID, setID, setInstance, setInstanceObject, setIsApplicationObject, setIsComponent, setIsHiddenObject, setIsPluginObject, setIsRecurring, setIsRunnableObject, setIsSendable, setIsSystemObject, setKey, setKeywords, setKind, setLastRunTime, setLastSuccessfulInstanceCUID, setMultilingualDescriptions, setMultilingualNames, setName, setNewJobID, setNextRunTime, setObjectIsContainer, setOwner, setOwnerCUID, setParentCUID, setPluginInfo, setRolesOnObject, setRUID, setSchedulable, setSecurityInfo, setSecurityInfo2, setSharedDoc, setStartTime, setUiStatus, setUpdateTime, unsetAlerts, unsetChildrenObjects, unsetCreationTime, unsetCUID, unsetDescription, unsetEndTime, unsetErrorMessage, unsetGUID, unsetID, unsetInstance, unsetInstanceObject, unsetIsApplicationObject, unsetIsComponent, unsetIsHiddenObject, unsetIsPluginObject, unsetIsRecurring, unsetIsRunnableObject, unsetIsSendable, unsetIsSystemObject, unsetKey, unsetKeywords, unsetKind, unsetLastRunTime, unsetLastSuccessfulInstanceCUID, unsetMultilingualDescriptions, unsetMultilingualNames, unsetNewJobID, unsetNextRunTime, unsetObjectIsContainer, unsetOwner, unsetOwnerCUID, unsetParentCUID, unsetPluginInfo, unsetRolesOnObject, unsetRUID, unsetSchedulable, unsetSecurityInfo, unsetSecurityInfo2, unsetSharedDoc, unsetStartTime, unsetUiStatus, unsetUpdateTime, xgetChildrenObjects, xgetCreationTime, xgetCUID, xgetDescription, xgetEndTime, xgetErrorMessage, xgetGUID, xgetID, xgetInstance, xgetInstanceObject, xgetIsApplicationObject, xgetIsComponent, xgetIsHiddenObject, xgetIsPluginObject, xgetIsRecurring, xgetIsRunnableObject, xgetIsSendable, xgetIsSystemObject, xgetKey, xgetKeywords, xgetKind, xgetLastRunTime, xgetLastSuccessfulInstanceCUID, xgetName, xgetNewJobID, xgetNextRunTime, xgetObjectIsContainer, xgetOwner, xgetOwnerCUID, xgetParentCUID, xgetRUID, xgetSchedulable, xgetStartTime, xgetUiStatus, xgetUpdateTime, xsetChildrenObjects, xsetCreationTime, xsetCUID, xsetDescription, xsetEndTime, xsetErrorMessage, xsetGUID, xsetID, xsetInstance, xsetInstanceObject, xsetIsApplicationObject, xsetIsComponent, xsetIsHiddenObject, xsetIsPluginObject, xsetIsRecurring, xsetIsRunnableObject, xsetIsSendable, xsetIsSystemObject, xsetKey, xsetKeywords, xsetKind, xsetLastRunTime, xsetLastSuccessfulInstanceCUID, xsetName, xsetNewJobID, xsetNextRunTime, xsetObjectIsContainer, xsetOwner, xsetOwnerCUID, xsetParentCUID, xsetRUID, xsetSchedulable, xsetStartTime, xsetUiStatus, xsetUpdateTime
 

Field Detail

type

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

getMimeType

java.lang.String getMimeType()
Gets the "MimeType" element


xgetMimeType

org.apache.xmlbeans.XmlString xgetMimeType()
Gets (as xml) the "MimeType" element


isSetMimeType

boolean isSetMimeType()
True if has "MimeType" element


setMimeType

void setMimeType(java.lang.String mimeType)
Sets the "MimeType" element


xsetMimeType

void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Sets (as xml) the "MimeType" element


unsetMimeType

void unsetMimeType()
Unsets the "MimeType" element


getSchedulingInfo

SchedulingInfo getSchedulingInfo()
Gets the "SchedulingInfo" element


isSetSchedulingInfo

boolean isSetSchedulingInfo()
True if has "SchedulingInfo" element


setSchedulingInfo

void setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the "SchedulingInfo" element


addNewSchedulingInfo

SchedulingInfo addNewSchedulingInfo()
Appends and returns a new empty "SchedulingInfo" element


unsetSchedulingInfo

void unsetSchedulingInfo()
Unsets the "SchedulingInfo" element


getFileProperties

FileProperties getFileProperties()
Gets the "FileProperties" element


isSetFileProperties

boolean isSetFileProperties()
True if has "FileProperties" element


setFileProperties

void setFileProperties(FileProperties fileProperties)
Sets the "FileProperties" element


addNewFileProperties

FileProperties addNewFileProperties()
Appends and returns a new empty "FileProperties" element


unsetFileProperties

void unsetFileProperties()
Unsets the "FileProperties" element


getCorporateCategories

CorporateCategories getCorporateCategories()
Gets the "CorporateCategories" element


isSetCorporateCategories

boolean isSetCorporateCategories()
True if has "CorporateCategories" element


setCorporateCategories

void setCorporateCategories(CorporateCategories corporateCategories)
Sets the "CorporateCategories" element


addNewCorporateCategories

CorporateCategories addNewCorporateCategories()
Appends and returns a new empty "CorporateCategories" element


unsetCorporateCategories

void unsetCorporateCategories()
Unsets the "CorporateCategories" element


getPersonalCategories

PersonalCategories getPersonalCategories()
Gets the "PersonalCategories" element


isSetPersonalCategories

boolean isSetPersonalCategories()
True if has "PersonalCategories" element


setPersonalCategories

void setPersonalCategories(PersonalCategories personalCategories)
Sets the "PersonalCategories" element


addNewPersonalCategories

PersonalCategories addNewPersonalCategories()
Appends and returns a new empty "PersonalCategories" element


unsetPersonalCategories

void unsetPersonalCategories()
Unsets the "PersonalCategories" element


getEncyclopediaTopics

EncyclopediaTopics getEncyclopediaTopics()
Gets the "EncyclopediaTopics" element


isSetEncyclopediaTopics

boolean isSetEncyclopediaTopics()
True if has "EncyclopediaTopics" element


setEncyclopediaTopics

void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
Sets the "EncyclopediaTopics" element


addNewEncyclopediaTopics

EncyclopediaTopics addNewEncyclopediaTopics()
Appends and returns a new empty "EncyclopediaTopics" element


unsetEncyclopediaTopics

void unsetEncyclopediaTopics()
Unsets the "EncyclopediaTopics" element


getAnalyticActivities

AnalyticActivities getAnalyticActivities()
Gets the "AnalyticActivities" element


isSetAnalyticActivities

boolean isSetAnalyticActivities()
True if has "AnalyticActivities" element


setAnalyticActivities

void setAnalyticActivities(AnalyticActivities analyticActivities)
Sets the "AnalyticActivities" element


addNewAnalyticActivities

AnalyticActivities addNewAnalyticActivities()
Appends and returns a new empty "AnalyticActivities" element


unsetAnalyticActivities

void unsetAnalyticActivities()
Unsets the "AnalyticActivities" element


getViewerURL

java.lang.String getViewerURL()
Gets the "ViewerURL" element


xgetViewerURL

org.apache.xmlbeans.XmlString xgetViewerURL()
Gets (as xml) the "ViewerURL" element


isSetViewerURL

boolean isSetViewerURL()
True if has "ViewerURL" element


setViewerURL

void setViewerURL(java.lang.String viewerURL)
Sets the "ViewerURL" element


xsetViewerURL

void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
Sets (as xml) the "ViewerURL" element


unsetViewerURL

void unsetViewerURL()
Unsets the "ViewerURL" element


getE65Cuid

java.lang.String getE65Cuid()
Gets the "E65Cuid" element


xgetE65Cuid

org.apache.xmlbeans.XmlString xgetE65Cuid()
Gets (as xml) the "E65Cuid" element


isSetE65Cuid

boolean isSetE65Cuid()
True if has "E65Cuid" element


setE65Cuid

void setE65Cuid(java.lang.String e65Cuid)
Sets the "E65Cuid" element


xsetE65Cuid

void xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
Sets (as xml) the "E65Cuid" element


unsetE65Cuid

void unsetE65Cuid()
Unsets the "E65Cuid" element


getUpdateObject

java.lang.String getUpdateObject()
Gets the "UpdateObject" element


xgetUpdateObject

org.apache.xmlbeans.XmlString xgetUpdateObject()
Gets (as xml) the "UpdateObject" element


isSetUpdateObject

boolean isSetUpdateObject()
True if has "UpdateObject" element


setUpdateObject

void setUpdateObject(java.lang.String updateObject)
Sets the "UpdateObject" element


xsetUpdateObject

void xsetUpdateObject(org.apache.xmlbeans.XmlString updateObject)
Sets (as xml) the "UpdateObject" element


unsetUpdateObject

void unsetUpdateObject()
Unsets the "UpdateObject" element


getE65Id

java.lang.String getE65Id()
Gets the "E65Id" element


xgetE65Id

org.apache.xmlbeans.XmlString xgetE65Id()
Gets (as xml) the "E65Id" element


isSetE65Id

boolean isSetE65Id()
True if has "E65Id" element


setE65Id

void setE65Id(java.lang.String e65Id)
Sets the "E65Id" element


xsetE65Id

void xsetE65Id(org.apache.xmlbeans.XmlString e65Id)
Sets (as xml) the "E65Id" element


unsetE65Id

void unsetE65Id()
Unsets the "E65Id" element


getEpmDocuments

Rtf.EpmDocuments getEpmDocuments()
Gets the "EpmDocuments" element


isSetEpmDocuments

boolean isSetEpmDocuments()
True if has "EpmDocuments" element


setEpmDocuments

void setEpmDocuments(Rtf.EpmDocuments epmDocuments)
Sets the "EpmDocuments" element


addNewEpmDocuments

Rtf.EpmDocuments addNewEpmDocuments()
Appends and returns a new empty "EpmDocuments" element


unsetEpmDocuments

void unsetEpmDocuments()
Unsets the "EpmDocuments" element


getPluginProcessingInterface

DocumentProcessingInfo getPluginProcessingInterface()
Gets the "PluginProcessingInterface" element


isSetPluginProcessingInterface

boolean isSetPluginProcessingInterface()
True if has "PluginProcessingInterface" element


setPluginProcessingInterface

void setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
Sets the "PluginProcessingInterface" element


addNewPluginProcessingInterface

DocumentProcessingInfo addNewPluginProcessingInterface()
Appends and returns a new empty "PluginProcessingInterface" element


unsetPluginProcessingInterface

void unsetPluginProcessingInterface()
Unsets the "PluginProcessingInterface" element


getProcessingProgID

java.lang.String getProcessingProgID()
Gets the "ProcessingProgID" element


xgetProcessingProgID

org.apache.xmlbeans.XmlString xgetProcessingProgID()
Gets (as xml) the "ProcessingProgID" element


isSetProcessingProgID

boolean isSetProcessingProgID()
True if has "ProcessingProgID" element


setProcessingProgID

void setProcessingProgID(java.lang.String processingProgID)
Sets the "ProcessingProgID" element


xsetProcessingProgID

void xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
Sets (as xml) the "ProcessingProgID" element


unsetProcessingProgID

void unsetProcessingProgID()
Unsets the "ProcessingProgID" 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