com.businessobjects.dsws.biplatform
Interface GetOptions


public interface GetOptions

An XML GetOptions(@http://biplatform.dsws.businessobjects.com/2007/06/01). This is a complex type.


Nested Class Summary
static class GetOptions.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 boolean getExportDependencies()
          Gets the "ExportDependencies" element
 boolean getIncludeSecurity()
          Gets the "IncludeSecurity" element
 int getPageSize()
          Gets the "PageSize" element
 boolean isSetExportDependencies()
          True if has "ExportDependencies" element
 boolean isSetIncludeSecurity()
          True if has "IncludeSecurity" element
 boolean isSetPageSize()
          True if has "PageSize" element
 void setExportDependencies(boolean exportDependencies)
          Sets the "ExportDependencies" element
 void setIncludeSecurity(boolean includeSecurity)
          Sets the "IncludeSecurity" element
 void setPageSize(int pageSize)
          Sets the "PageSize" element
 void unsetExportDependencies()
          Unsets the "ExportDependencies" element
 void unsetIncludeSecurity()
          Unsets the "IncludeSecurity" element
 void unsetPageSize()
          Unsets the "PageSize" element
 org.apache.xmlbeans.XmlBoolean xgetExportDependencies()
          Gets (as xml) the "ExportDependencies" element
 org.apache.xmlbeans.XmlBoolean xgetIncludeSecurity()
          Gets (as xml) the "IncludeSecurity" element
 org.apache.xmlbeans.XmlInt xgetPageSize()
          Gets (as xml) the "PageSize" element
 void xsetExportDependencies(org.apache.xmlbeans.XmlBoolean exportDependencies)
          Sets (as xml) the "ExportDependencies" element
 void xsetIncludeSecurity(org.apache.xmlbeans.XmlBoolean includeSecurity)
          Sets (as xml) the "IncludeSecurity" element
 void xsetPageSize(org.apache.xmlbeans.XmlInt pageSize)
          Sets (as xml) the "PageSize" element
 

Field Detail

type

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

getExportDependencies

boolean getExportDependencies()
Gets the "ExportDependencies" element


xgetExportDependencies

org.apache.xmlbeans.XmlBoolean xgetExportDependencies()
Gets (as xml) the "ExportDependencies" element


isSetExportDependencies

boolean isSetExportDependencies()
True if has "ExportDependencies" element


setExportDependencies

void setExportDependencies(boolean exportDependencies)
Sets the "ExportDependencies" element


xsetExportDependencies

void xsetExportDependencies(org.apache.xmlbeans.XmlBoolean exportDependencies)
Sets (as xml) the "ExportDependencies" element


unsetExportDependencies

void unsetExportDependencies()
Unsets the "ExportDependencies" element


getIncludeSecurity

boolean getIncludeSecurity()
Gets the "IncludeSecurity" element


xgetIncludeSecurity

org.apache.xmlbeans.XmlBoolean xgetIncludeSecurity()
Gets (as xml) the "IncludeSecurity" element


isSetIncludeSecurity

boolean isSetIncludeSecurity()
True if has "IncludeSecurity" element


setIncludeSecurity

void setIncludeSecurity(boolean includeSecurity)
Sets the "IncludeSecurity" element


xsetIncludeSecurity

void xsetIncludeSecurity(org.apache.xmlbeans.XmlBoolean includeSecurity)
Sets (as xml) the "IncludeSecurity" element


unsetIncludeSecurity

void unsetIncludeSecurity()
Unsets the "IncludeSecurity" element


getPageSize

int getPageSize()
Gets the "PageSize" element


xgetPageSize

org.apache.xmlbeans.XmlInt xgetPageSize()
Gets (as xml) the "PageSize" element


isSetPageSize

boolean isSetPageSize()
True if has "PageSize" element


setPageSize

void setPageSize(int pageSize)
Sets the "PageSize" element


xsetPageSize

void xsetPageSize(org.apache.xmlbeans.XmlInt pageSize)
Sets (as xml) the "PageSize" element


unsetPageSize

void unsetPageSize()
Unsets the "PageSize" element