|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface View
The View interface is the parent interface for all possible data formats returned by the DocumentInformation object.
BinaryView,
CharacterView,
XMLView,
ViewSupport,
ViewModeType,
RetrieveData,
RetrieveView,
OutputFormatType,
DocumentInformation| Nested Class Summary | |
|---|---|
static class |
View.Factory
A class with methods for creating instances of the View type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal use only |
| Method Summary | |
|---|---|
ReportPart |
addNewReportPart()
Internal Use Only. |
ViewSupport |
addNewViewSupport()
Internal Use Only. |
int |
getChunkSize()
Returns the total size of the document view expressed in bytes for binary views and the total size of the document view expressed in characters for other kinds of views. |
int |
getContentLength()
Returns: the total size of the document view expressed in bytes for binary views, the total size of the document view expressed in characters for other kinds of views. |
boolean |
getLastChunk()
Returns true, if the view object is the last chunk of the document view. |
ReportPart[] |
getReportPartArray()
Gets a particular part of the report. |
ReportPart |
getReportPartArray(int i)
Gets a part of the particular index within a report. |
ViewSupport |
getViewSupport()
Returns a ViewSupport containing information about the document format. |
ReportPart |
insertNewReportPart(int i)
Internal Use Only. |
boolean |
isNilReportPartArray(int i)
Checks if the ReportPart element is nil at the specified index position. |
boolean |
isNilViewSupport()
Checks if the ViewSupport element is nil. |
boolean |
isSetChunkSize()
Checks if the ChunkSize attribute is set. |
boolean |
isSetContentLength()
Checks if the ContentLength attribute is set. |
boolean |
isSetLastChunk()
Checks if the LastChunk attribute is set. |
boolean |
isSetViewSupport()
Checks if the ViewSupport element is set. |
void |
removeReportPart(int i)
Internal Use Only. |
void |
setChunkSize(int chunkSize)
Internal Use Only. |
void |
setContentLength(int contentLength)
Internal Use Only. |
void |
setLastChunk(boolean lastChunk)
Internal Use Only. |
void |
setNilReportPartArray(int i)
Internal Use Only. |
void |
setNilViewSupport()
Internal Use Only. |
void |
setReportPartArray(int i,
ReportPart reportPart)
Internal Use Only. |
void |
setReportPartArray(ReportPart[] reportPartArray)
Internal Use Only. |
void |
setViewSupport(ViewSupport viewSupport)
Internal Use Only. |
int |
sizeOfReportPartArray()
Returns the size of the ReportPart array. |
void |
unsetChunkSize()
Internal Use Only. |
void |
unsetContentLength()
Internal Use Only. |
void |
unsetLastChunk()
Internal Use Only. |
void |
unsetViewSupport()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetChunkSize()
Internal Use Only. |
org.apache.xmlbeans.XmlInt |
xgetContentLength()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetLastChunk()
Internal Use Only. |
void |
xsetChunkSize(org.apache.xmlbeans.XmlInt chunkSize)
Internal Use Only. |
void |
xsetContentLength(org.apache.xmlbeans.XmlInt contentLength)
Internal Use Only. |
void |
xsetLastChunk(org.apache.xmlbeans.XmlBoolean lastChunk)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal use only
| Method Detail |
|---|
ViewSupport getViewSupport()
ReportEngine.getDocumentInformation
was called.ViewSupport,
CharacterView,
XMLView,
ViewModeType,
RetrieveData,
RetrieveView,
OutputFormatType,
DocumentInformationboolean isNilViewSupport()
true if the ViewSupport element is nil, otherwise falseboolean isSetViewSupport()
true if the ViewSupport element is set, otherwise falsevoid setViewSupport(ViewSupport viewSupport)
Internal Use Only.
ViewSupport addNewViewSupport()
Internal Use Only.
void setNilViewSupport()
Internal Use Only.
void unsetViewSupport()
Internal Use Only.
ReportPart[] getReportPartArray()
ReportPart getReportPartArray(int i)
i - the index of the ReportPart element
boolean isNilReportPartArray(int i)
i - the index of the ReportPart element
true if the ReportPart element is nil, otherwise falseint sizeOfReportPartArray()
void setReportPartArray(ReportPart[] reportPartArray)
Internal Use Only.
void setReportPartArray(int i,
ReportPart reportPart)
Internal Use Only.
void setNilReportPartArray(int i)
Internal Use Only.
ReportPart insertNewReportPart(int i)
Internal Use Only.
ReportPart addNewReportPart()
Internal Use Only.
void removeReportPart(int i)
Internal Use Only.
int getChunkSize()
org.apache.xmlbeans.XmlInt xgetChunkSize()
Internal Use Only.
boolean isSetChunkSize()
true if the ChunkSize element is set, otherwise falsevoid setChunkSize(int chunkSize)
Internal Use Only.
void xsetChunkSize(org.apache.xmlbeans.XmlInt chunkSize)
Internal Use Only.
void unsetChunkSize()
Internal Use Only.
boolean getLastChunk()
RetrieveView,
DocumentInformationorg.apache.xmlbeans.XmlBoolean xgetLastChunk()
Internal Use Only.
boolean isSetLastChunk()
true if the LastChunk element is set, otherwise falsevoid setLastChunk(boolean lastChunk)
Internal Use Only.
void xsetLastChunk(org.apache.xmlbeans.XmlBoolean lastChunk)
Internal Use Only.
void unsetLastChunk()
Internal Use Only.
int getContentLength()
RetrieveView,
DocumentInformationorg.apache.xmlbeans.XmlInt xgetContentLength()
Internal Use Only.
boolean isSetContentLength()
true if the ContentLength element is set, otherwise falsevoid setContentLength(int contentLength)
Internal Use Only.
void xsetContentLength(org.apache.xmlbeans.XmlInt contentLength)
Internal Use Only.
void unsetContentLength()
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||