|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Pdf
This class represents a PDF object.
| Nested Class Summary | |
|---|---|
static class |
Pdf.Factory
A class with methods for creating instances of the Pdf type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
AnalyticActivities |
addNewAnalyticActivities()
Creates and appends a new empty AnalyticActivities object as the last element of the array. |
CorporateCategories |
addNewCorporateCategories()
Appends and returns a new empty CorporateCategories object. |
CustomProperties |
addNewCustomProperties()
Appends and returns a new empty CustomProperties object. |
EncyclopediaTopics |
addNewEncyclopediaTopics()
Internal Use Only. |
FileProperties |
addNewFileProperties()
Appends and returns a new empty FileProperties object. |
PersonalCategories |
addNewPersonalCategories()
Appends and returns a new empty PersonalCategories object. |
DocumentProcessingInfo |
addNewPluginProcessingInterface()
Internal Use Only. |
SchedulingInfo |
addNewSchedulingInfo()
Appends and returns a new empty SchedulingInfo object. |
AnalyticActivities |
getAnalyticActivities()
Returns the AnalyticActivities object. |
CorporateCategories |
getCorporateCategories()
Returns the ID set of top-level categories that have been assigned to the object. |
CustomProperties |
getCustomProperties()
Returns the custom properties. |
java.lang.String |
getE65Cuid()
Returns the E65Cuid element. |
EncyclopediaTopics |
getEncyclopediaTopics()
Internal Use Only. |
FileProperties |
getFileProperties()
Returns the InfoObject's associated files. |
java.lang.String |
getMimeType()
Internal Use Only. |
PersonalCategories |
getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object. |
DocumentProcessingInfo |
getPluginProcessingInterface()
Internal Use Only. |
java.lang.String |
getProcessingProgID()
Internal Use Only. |
SchedulingInfo |
getSchedulingInfo()
Returns the scheduling information for the object. |
java.lang.String |
getViewerURL()
Returns the viewer URL associated with an alert that will be included in the alert notification email. |
boolean |
isSetAnalyticActivities()
Checks if the AnalyticActivities element has been set. |
boolean |
isSetCorporateCategories()
Checks if the ID set of top-level categories that have been assigned to the object has been set. |
boolean |
isSetCustomProperties()
Checks if the custom properties have been set. |
boolean |
isSetE65Cuid()
Checks if the E65Cuid element has been set. |
boolean |
isSetEncyclopediaTopics()
Internal Use Only. |
boolean |
isSetFileProperties()
Checks if the InfoObject's associated files have been set. |
boolean |
isSetMimeType()
Internal Use Only. |
boolean |
isSetPersonalCategories()
Checks if the ID set of top-level personal categories that have been assigned to the object has been set. |
boolean |
isSetPluginProcessingInterface()
Internal Use Only. |
boolean |
isSetProcessingProgID()
Internal Use Only. |
boolean |
isSetSchedulingInfo()
Checks if the scheduling information for the object has been set. |
boolean |
isSetViewerURL()
Checks if the viewer URL associated with an alert that will be included in the alert notification email has been set. |
void |
setAnalyticActivities(AnalyticActivities analyticActivities)
Sets the AnalyticActivities element. |
void |
setCorporateCategories(CorporateCategories corporateCategories)
Sets the ID set of top-level categories. |
void |
setCustomProperties(CustomProperties customProperties)
Sets the custom properties. |
void |
setE65Cuid(java.lang.String e65Cuid)
Sets the E65Cuid element. |
void |
setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
Internal Use Only. |
void |
setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files. |
void |
setMimeType(java.lang.String mimeType)
Internal Use Only. |
void |
setPersonalCategories(PersonalCategories personalCategories)
Sets the ID set of top-level personal categories. |
void |
setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
Internal Use Only. |
void |
setProcessingProgID(java.lang.String processingProgID)
Internal Use Only. |
void |
setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object. |
void |
setViewerURL(java.lang.String viewerURL)
Sets the viewer URL associated with an alert that will be included in the alert notification email. |
void |
unsetAnalyticActivities()
Deletes or unsets the AnalyticActivities element. |
void |
unsetCorporateCategories()
Deletes or unsets the CorporateCategories element. |
void |
unsetCustomProperties()
Deletes or unsets the CustomProperties element. |
void |
unsetE65Cuid()
Deletes or unsets the E65Cuid element. |
void |
unsetEncyclopediaTopics()
Internal Use Only. |
void |
unsetFileProperties()
Deletes or unsets the FileProperties element. |
void |
unsetMimeType()
Internal Use Only. |
void |
unsetPersonalCategories()
Deletes or unsets the PersonalCategories element. |
void |
unsetPluginProcessingInterface()
Internal Use Only. |
void |
unsetProcessingProgID()
Internal Use Only. |
void |
unsetSchedulingInfo()
Deletes or unsets the SchedulingInfo element. |
void |
unsetViewerURL()
Deletes or unsets the ViewerURL element. |
org.apache.xmlbeans.XmlString |
xgetE65Cuid()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetMimeType()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetProcessingProgID()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetViewerURL()
Internal Use Only. |
void |
xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
Internal Use Only. |
void |
xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
Internal Use Only. |
void |
xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
Internal Use Only. |
void |
xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
java.lang.String getMimeType()
org.apache.xmlbeans.XmlString xgetMimeType()
boolean isSetMimeType()
void setMimeType(java.lang.String mimeType)
void xsetMimeType(org.apache.xmlbeans.XmlString mimeType)
void unsetMimeType()
SchedulingInfo getSchedulingInfo()
Returns the scheduling information for the object. It will be an empty reference if the object does not support scheduling.
SchedulingInfo object containing this object's scheduling information.boolean isSetSchedulingInfo()
true if the scheduling information has been set, and false otherwise.void setSchedulingInfo(SchedulingInfo schedulingInfo)
Sets the scheduling information for the object.
schedulingInfo - A SchedulingInfo object containing this object's scheduling information.SchedulingInfo addNewSchedulingInfo()
Appends and returns a new empty SchedulingInfo object.
void unsetSchedulingInfo()
Deletes or unsets the SchedulingInfo element.
FileProperties getFileProperties()
Returns the InfoObject's associated files.
boolean isSetFileProperties()
true if the associated files have been set, and false otherwise.void setFileProperties(FileProperties fileProperties)
Sets the InfoObject's associated files.
fileProperties - The InfoObject's associated files.FileProperties addNewFileProperties()
Appends and returns a new empty FileProperties object.
void unsetFileProperties()
Deletes or unsets the FileProperties element.
CorporateCategories getCorporateCategories()
Returns the ID set of top-level categories that have been assigned to the object.
boolean isSetCorporateCategories()
true if the ID set of top-level categories has been set, and false otherwise.void setCorporateCategories(CorporateCategories corporateCategories)
Sets the ID set of top-level categories.
corporateCategories - A set of category IDs that have been assigned to the object.CorporateCategories addNewCorporateCategories()
Appends and returns a new empty CorporateCategories object.
void unsetCorporateCategories()
Deletes or unsets the CorporateCategories element.
PersonalCategories getPersonalCategories()
Returns the ID set of top-level personal categories that have been assigned to the object.
boolean isSetPersonalCategories()
true if the ID set of top-level personal categories has been set, and false otherwise.void setPersonalCategories(PersonalCategories personalCategories)
Sets the ID set of top-level personal categories.
personalCategories - A set of category IDs that have been assigned to the object.PersonalCategories addNewPersonalCategories()
Appends and returns a new empty PersonalCategories object.
void unsetPersonalCategories()
Deletes or unsets the PersonalCategories element.
EncyclopediaTopics getEncyclopediaTopics()
boolean isSetEncyclopediaTopics()
void setEncyclopediaTopics(EncyclopediaTopics encyclopediaTopics)
EncyclopediaTopics addNewEncyclopediaTopics()
void unsetEncyclopediaTopics()
AnalyticActivities getAnalyticActivities()
AnalyticActivities object.
AnalyticActivities object.boolean isSetAnalyticActivities()
true if the AnalyticActivities element has been set, and false otherwise.void setAnalyticActivities(AnalyticActivities analyticActivities)
analyticActivities - The AnalyticActivities object.AnalyticActivities addNewAnalyticActivities()
AnalyticActivities object as the last element of the array.
AnalyticActivities object.void unsetAnalyticActivities()
java.lang.String getViewerURL()
Returns the viewer URL associated with an alert that will be included in the alert
notification email. The URL is a link to the report that contains the triggered alert. This
URL should contain the HTTP protocol, the web server name, the web server virtual path, the
name of the JSP page used to view the report, and the report ID (or some other property that
identifies the report, such as the report name). For example:
http://server/viewer.jsp?id=%SI_ID%
Note: The percentage signs around the property name indicate that a variable is being used; the Enterprise system will substitute the property name with the appropriate value (for example, the ID of a specific report).
String containing the viewer URL associated with an alert that will be included in the alert notification email.org.apache.xmlbeans.XmlString xgetViewerURL()
boolean isSetViewerURL()
Checks if the viewer URL associated with an alert that will be included in the alert notification email has been set.
true if the viewer URL associated with an alert that will be included in the alert notification email has been set, and false otherwise.void setViewerURL(java.lang.String viewerURL)
Sets the viewer URL associated with an alert that will be included in the alert
notification email. The URL is a link to the report that contains the triggered alert. This
URL should contain the HTTP protocol, the web server name, the web server virtual path, the
name of the JSP page used to view the report, and the report ID (or some other property that
identifies the report, such as the report name). For example:
http://server/viewer.jsp?id=%SI_ID%.
or
%SI_VIEWER_URL%
Note: The percentage signs around the property name indicate that a variable is being used; the Enterprise system will substitute the property name with the appropriate value (for example, the ID of a specific report).
viewerURL - A String containing the viewer URL associated with an alert that will be included in the alert notification email.void xsetViewerURL(org.apache.xmlbeans.XmlString viewerURL)
void unsetViewerURL()
Deletes or unsets the ViewerURL element.
java.lang.String getE65Cuid()
org.apache.xmlbeans.XmlString xgetE65Cuid()
boolean isSetE65Cuid()
true if the E65Cuid element has been set, and false otherwise.void setE65Cuid(java.lang.String e65Cuid)
e65Cuid - The value of the E65Cuid element.void xsetE65Cuid(org.apache.xmlbeans.XmlString e65Cuid)
void unsetE65Cuid()
DocumentProcessingInfo getPluginProcessingInterface()
boolean isSetPluginProcessingInterface()
void setPluginProcessingInterface(DocumentProcessingInfo pluginProcessingInterface)
DocumentProcessingInfo addNewPluginProcessingInterface()
void unsetPluginProcessingInterface()
java.lang.String getProcessingProgID()
org.apache.xmlbeans.XmlString xgetProcessingProgID()
boolean isSetProcessingProgID()
void setProcessingProgID(java.lang.String processingProgID)
void xsetProcessingProgID(org.apache.xmlbeans.XmlString processingProgID)
void unsetProcessingProgID()
CustomProperties getCustomProperties()
Returns the custom properties.
boolean isSetCustomProperties()
true if the custom properties have been set, and false otherwise.void setCustomProperties(CustomProperties customProperties)
Sets the custom properties.
customProperties - The custom properties.CustomProperties addNewCustomProperties()
Appends and returns a new empty CustomProperties object.
CustomProperties object.void unsetCustomProperties()
Deletes or unsets the CustomProperties element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||