com.businessobjects.enterprise.fullclient
Interface FullClientFormatOptions


public interface FullClientFormatOptions

Sets the export format type for a Desktop Intelligence document.


Nested Class Summary
static class FullClientFormatOptions.Factory
          A class with methods for creating instances of the FullClientFormatOptions type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
          Internal Use Only.
 
Method Summary
 FullClientFormatEnum.Enum getFormat()
          Returns the export format type for this Desktop Intelligence document.
 boolean isSetFormat()
          Checks if the Format has been set.
 void setFormat(FullClientFormatEnum.Enum format)
          Sets the export format type for this Desktop Intelligence document.
 void unsetFormat()
          Deletes or unsets the Format element.
 FullClientFormatEnum xgetFormat()
          Internal Use Only.
 void xsetFormat(FullClientFormatEnum format)
          Internal Use Only.
 

Field Detail

type

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

Method Detail

getFormat

FullClientFormatEnum.Enum getFormat()

Returns the export format type for this Desktop Intelligence document.

Returns:
The export format type for this Desktop Intelligence document.

xgetFormat

FullClientFormatEnum xgetFormat()
Internal Use Only.


isSetFormat

boolean isSetFormat()
Checks if the Format has been set.

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

setFormat

void setFormat(FullClientFormatEnum.Enum format)

Sets the export format type for this Desktop Intelligence document.

Parameters:
format - The export format type for this Desktop Intelligence document.

xsetFormat

void xsetFormat(FullClientFormatEnum format)
Internal Use Only.


unsetFormat

void unsetFormat()

Deletes or unsets the Format element.