|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 |
|---|
static final org.apache.xmlbeans.SchemaType type
| Method Detail |
|---|
boolean getExportDependencies()
org.apache.xmlbeans.XmlBoolean xgetExportDependencies()
boolean isSetExportDependencies()
void setExportDependencies(boolean exportDependencies)
void xsetExportDependencies(org.apache.xmlbeans.XmlBoolean exportDependencies)
void unsetExportDependencies()
boolean getIncludeSecurity()
org.apache.xmlbeans.XmlBoolean xgetIncludeSecurity()
boolean isSetIncludeSecurity()
void setIncludeSecurity(boolean includeSecurity)
void xsetIncludeSecurity(org.apache.xmlbeans.XmlBoolean includeSecurity)
void unsetIncludeSecurity()
int getPageSize()
org.apache.xmlbeans.XmlInt xgetPageSize()
boolean isSetPageSize()
void setPageSize(int pageSize)
void xsetPageSize(org.apache.xmlbeans.XmlInt pageSize)
void unsetPageSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||