com.businessobjects.enterprise.publication
Interface OutputFormat


public interface OutputFormat

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


Nested Class Summary
static class OutputFormat.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 FormatTypeEnum.Enum getFormat()
          Gets the "Format" element
 boolean isSetFormat()
          True if has "Format" element
 void setFormat(FormatTypeEnum.Enum format)
          Sets the "Format" element
 void unsetFormat()
          Unsets the "Format" element
 FormatTypeEnum xgetFormat()
          Gets (as xml) the "Format" element
 void xsetFormat(FormatTypeEnum format)
          Sets (as xml) the "Format" element
 

Field Detail

type

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

getFormat

FormatTypeEnum.Enum getFormat()
Gets the "Format" element


xgetFormat

FormatTypeEnum xgetFormat()
Gets (as xml) the "Format" element


isSetFormat

boolean isSetFormat()
True if has "Format" element


setFormat

void setFormat(FormatTypeEnum.Enum format)
Sets the "Format" element


xsetFormat

void xsetFormat(FormatTypeEnum format)
Sets (as xml) the "Format" element


unsetFormat

void unsetFormat()
Unsets the "Format" element