com.businessobjects.enterprise.fullclient
Interface FullClientPrinterOptions


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

type

static final org.apache.xmlbeans.SchemaType type
Internal Use Only.

Method Detail

getEnabled

boolean getEnabled()

Returns whether or not to print a report at a scheduled time.

Returns:
true if the report will print at a scheduled time, false otherwise.

xgetEnabled

org.apache.xmlbeans.XmlBoolean xgetEnabled()
Internal Use Only.


isSetEnabled

boolean isSetEnabled()
Checks if the Enabled has been set.

Returns:
true if the Enabled element has been set,otherwise false.

setEnabled

void setEnabled(boolean enabled)

Sets whether or not to print a report at a scheduled time.

Parameters:
enabled - true if the report will print at a scheduled time, false otherwise.

xsetEnabled

void xsetEnabled(org.apache.xmlbeans.XmlBoolean enabled)
Internal Use Only.


unsetEnabled

void unsetEnabled()

Deletes or unsets the Enabled element.


getPrinterName

java.lang.String getPrinterName()

Returns the name of the printer.

Returns:
A String specifying the name of the printer.

xgetPrinterName

org.apache.xmlbeans.XmlString xgetPrinterName()
Internal Use Only.


isSetPrinterName

boolean isSetPrinterName()
Checks if the PrinterName has been set.

Returns:
true if the PrinterName element has been set,otherwise false.

setPrinterName

void setPrinterName(java.lang.String printerName)

Returns the name of the printer.

Parameters:
printerName - A String specifying the name of the printer.

xsetPrinterName

void xsetPrinterName(org.apache.xmlbeans.XmlString printerName)
Internal Use Only.


unsetPrinterName

void unsetPrinterName()

Deletes or unsets the PrinterName element.