|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface FullClientPrinterOptions
Sets the printer options for a Desktop Intelligence document.
| Nested Class Summary | |
|---|---|
static class |
FullClientPrinterOptions.Factory
A class with methods for creating instances of the FullClientPrinterOptions type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
boolean |
getEnabled()
Returns whether or not to print a report at a scheduled time. |
java.lang.String |
getPrinterName()
Returns the name of the printer. |
boolean |
isSetEnabled()
Checks if the Enabled has been set. |
boolean |
isSetPrinterName()
Checks if the PrinterName has been set. |
void |
setEnabled(boolean enabled)
Sets whether or not to print a report at a scheduled time. |
void |
setPrinterName(java.lang.String printerName)
Returns the name of the printer. |
void |
unsetEnabled()
Deletes or unsets the Enabled element. |
void |
unsetPrinterName()
Deletes or unsets the PrinterName element. |
org.apache.xmlbeans.XmlBoolean |
xgetEnabled()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetPrinterName()
Internal Use Only. |
void |
xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
Internal Use Only. |
void |
xsetPrinterName(org.apache.xmlbeans.XmlString printerName)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getEnabled()
Returns whether or not to print a report at a scheduled time.
true if the report will print at a scheduled time, false otherwise.org.apache.xmlbeans.XmlBoolean xgetEnabled()
boolean isSetEnabled()
true if the Enabled element has been set,otherwise false.void setEnabled(boolean enabled)
Sets whether or not to print a report at a scheduled time.
enabled - true if the report will print at a scheduled time, false otherwise.void xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
void unsetEnabled()
Deletes or unsets the Enabled element.
java.lang.String getPrinterName()
Returns the name of the printer.
String specifying the name of the printer.org.apache.xmlbeans.XmlString xgetPrinterName()
boolean isSetPrinterName()
true if the PrinterName element has been set,otherwise false.void setPrinterName(java.lang.String printerName)
Returns the name of the printer.
printerName - A String specifying the name of the printer.void xsetPrinterName(org.apache.xmlbeans.XmlString printerName)
void unsetPrinterName()
Deletes or unsets the PrinterName element.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||