com.businessobjects.dsws.biplatform
Interface PagingDetails


public interface PagingDetails

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


Nested Class Summary
static class PagingDetails.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static org.apache.xmlbeans.SchemaType type
           
 
Method Summary
 PageInfo addNewPageInfo()
          Appends and returns a new empty value (as xml) as the last "PageInfo" element
 int getPageCount()
          Gets the "PageCount" element
 PageInfo[] getPageInfoArray()
          Gets array of all "PageInfo" elements
 PageInfo getPageInfoArray(int i)
          Gets ith "PageInfo" element
 int getPageSize()
          Gets the "PageSize" element
 int getResultSize()
          Gets the "ResultSize" element
 PageInfo insertNewPageInfo(int i)
          Inserts and returns a new empty value (as xml) as the ith "PageInfo" element
 void removePageInfo(int i)
          Removes the ith "PageInfo" element
 void setPageCount(int pageCount)
          Sets the "PageCount" element
 void setPageInfoArray(int i, PageInfo pageInfo)
          Sets ith "PageInfo" element
 void setPageInfoArray(PageInfo[] pageInfoArray)
          Sets array of all "PageInfo" element
 void setPageSize(int pageSize)
          Sets the "PageSize" element
 void setResultSize(int resultSize)
          Sets the "ResultSize" element
 int sizeOfPageInfoArray()
          Returns number of "PageInfo" element
 org.apache.xmlbeans.XmlInt xgetPageCount()
          Gets (as xml) the "PageCount" element
 org.apache.xmlbeans.XmlInt xgetPageSize()
          Gets (as xml) the "PageSize" element
 org.apache.xmlbeans.XmlInt xgetResultSize()
          Gets (as xml) the "ResultSize" element
 void xsetPageCount(org.apache.xmlbeans.XmlInt pageCount)
          Sets (as xml) the "PageCount" element
 void xsetPageSize(org.apache.xmlbeans.XmlInt pageSize)
          Sets (as xml) the "PageSize" element
 void xsetResultSize(org.apache.xmlbeans.XmlInt resultSize)
          Sets (as xml) the "ResultSize" element
 

Field Detail

type

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

getResultSize

int getResultSize()
Gets the "ResultSize" element


xgetResultSize

org.apache.xmlbeans.XmlInt xgetResultSize()
Gets (as xml) the "ResultSize" element


setResultSize

void setResultSize(int resultSize)
Sets the "ResultSize" element


xsetResultSize

void xsetResultSize(org.apache.xmlbeans.XmlInt resultSize)
Sets (as xml) the "ResultSize" element


getPageSize

int getPageSize()
Gets the "PageSize" element


xgetPageSize

org.apache.xmlbeans.XmlInt xgetPageSize()
Gets (as xml) the "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


getPageCount

int getPageCount()
Gets the "PageCount" element


xgetPageCount

org.apache.xmlbeans.XmlInt xgetPageCount()
Gets (as xml) the "PageCount" element


setPageCount

void setPageCount(int pageCount)
Sets the "PageCount" element


xsetPageCount

void xsetPageCount(org.apache.xmlbeans.XmlInt pageCount)
Sets (as xml) the "PageCount" element


getPageInfoArray

PageInfo[] getPageInfoArray()
Gets array of all "PageInfo" elements


getPageInfoArray

PageInfo getPageInfoArray(int i)
Gets ith "PageInfo" element


sizeOfPageInfoArray

int sizeOfPageInfoArray()
Returns number of "PageInfo" element


setPageInfoArray

void setPageInfoArray(PageInfo[] pageInfoArray)
Sets array of all "PageInfo" element


setPageInfoArray

void setPageInfoArray(int i,
                      PageInfo pageInfo)
Sets ith "PageInfo" element


insertNewPageInfo

PageInfo insertNewPageInfo(int i)
Inserts and returns a new empty value (as xml) as the ith "PageInfo" element


addNewPageInfo

PageInfo addNewPageInfo()
Appends and returns a new empty value (as xml) as the last "PageInfo" element


removePageInfo

void removePageInfo(int i)
Removes the ith "PageInfo" element