| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
   oracle.xdo.service.v2.ReportRequest
oracle.xdo.service.v2.ReportRequest
public class ReportRequest
| Constructor Summary | |
|---|---|
| ReportRequest() | |
| ReportRequest(MetaDataList XDOPropertyList, java.lang.String attributeCalendar, java.lang.String attributeFormat, java.lang.String attributeLocale, java.lang.String attributeTemplate, java.lang.String attributeTimezone, boolean byPassCache, BIPDataSource dynamicDataSource, boolean flattenXML, ParamNameValues parameterNameValues, java.lang.String reportAbsolutePath, byte[] reportData, java.lang.String reportOutputPath, java.lang.String reportRawData, int sizeOfDataChunkDownload) | |
| Method Summary | |
|---|---|
|  boolean | equals(java.lang.Object obj) | 
|  java.lang.String | getAttributeCalendar()Gets the attributeCalendar value for this ReportRequest. | 
|  java.lang.String | getAttributeFormat()Gets the attributeFormat value for this ReportRequest. | 
|  java.lang.String | getAttributeLocale()Gets the attributeLocale value for this ReportRequest. | 
|  java.lang.String | getAttributeTemplate()Gets the attributeTemplate value for this ReportRequest. | 
|  java.lang.String | getAttributeTimezone()Gets the attributeTimezone value for this ReportRequest. | 
| static org.apache.axis.encoding.Deserializer | getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Deserializer | 
|  BIPDataSource | getDynamicDataSource()Gets the dynamicDataSource value for this ReportRequest. | 
|  ParamNameValues | getParameterNameValues()Gets the parameterNameValues value for this ReportRequest. | 
|  java.lang.String | getReportAbsolutePath()Gets the reportAbsolutePath value for this ReportRequest. | 
|  byte[] | getReportData()Gets the reportData value for this ReportRequest. | 
|  java.lang.String | getReportOutputPath()Gets the reportOutputPath value for this ReportRequest. | 
|  java.lang.String | getReportRawData()Gets the reportRawData value for this ReportRequest. | 
| static org.apache.axis.encoding.Serializer | getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)Get Custom Serializer | 
|  int | getSizeOfDataChunkDownload()Gets the sizeOfDataChunkDownload value for this ReportRequest. | 
| static org.apache.axis.description.TypeDesc | getTypeDesc()Return type metadata object | 
|  MetaDataList | getXDOPropertyList()Gets the XDOPropertyList value for this ReportRequest. | 
|  int | hashCode() | 
|  boolean | isByPassCache()Gets the byPassCache value for this ReportRequest. | 
|  boolean | isFlattenXML()Gets the flattenXML value for this ReportRequest. | 
|  void | setAttributeCalendar(java.lang.String attributeCalendar)Sets the attributeCalendar value for this ReportRequest. | 
|  void | setAttributeFormat(java.lang.String attributeFormat)Sets the attributeFormat value for this ReportRequest. | 
|  void | setAttributeLocale(java.lang.String attributeLocale)Sets the attributeLocale value for this ReportRequest. | 
|  void | setAttributeTemplate(java.lang.String attributeTemplate)Sets the attributeTemplate value for this ReportRequest. | 
|  void | setAttributeTimezone(java.lang.String attributeTimezone)Sets the attributeTimezone value for this ReportRequest. | 
|  void | setByPassCache(boolean byPassCache)Sets the byPassCache value for this ReportRequest. | 
|  void | setDynamicDataSource(BIPDataSource dynamicDataSource)Sets the dynamicDataSource value for this ReportRequest. | 
|  void | setFlattenXML(boolean flattenXML)Sets the flattenXML value for this ReportRequest. | 
|  void | setParameterNameValues(ParamNameValues parameterNameValues)Sets the parameterNameValues value for this ReportRequest. | 
|  void | setReportAbsolutePath(java.lang.String reportAbsolutePath)Sets the reportAbsolutePath value for this ReportRequest. | 
|  void | setReportData(byte[] reportData)Sets the reportData value for this ReportRequest. | 
|  void | setReportOutputPath(java.lang.String reportOutputPath)Sets the reportOutputPath value for this ReportRequest. | 
|  void | setReportRawData(java.lang.String reportRawData)Sets the reportRawData value for this ReportRequest. | 
|  void | setSizeOfDataChunkDownload(int sizeOfDataChunkDownload)Sets the sizeOfDataChunkDownload value for this ReportRequest. | 
|  void | setXDOPropertyList(MetaDataList XDOPropertyList)Sets the XDOPropertyList value for this ReportRequest. | 
| Methods inherited from class java.lang.Object | 
|---|
| getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ReportRequest()
public ReportRequest(MetaDataList XDOPropertyList,
                     java.lang.String attributeCalendar,
                     java.lang.String attributeFormat,
                     java.lang.String attributeLocale,
                     java.lang.String attributeTemplate,
                     java.lang.String attributeTimezone,
                     boolean byPassCache,
                     BIPDataSource dynamicDataSource,
                     boolean flattenXML,
                     ParamNameValues parameterNameValues,
                     java.lang.String reportAbsolutePath,
                     byte[] reportData,
                     java.lang.String reportOutputPath,
                     java.lang.String reportRawData,
                     int sizeOfDataChunkDownload)
| Method Detail | 
|---|
public MetaDataList getXDOPropertyList()
public void setXDOPropertyList(MetaDataList XDOPropertyList)
XDOPropertyList -public java.lang.String getAttributeCalendar()
public void setAttributeCalendar(java.lang.String attributeCalendar)
attributeCalendar -public java.lang.String getAttributeFormat()
public void setAttributeFormat(java.lang.String attributeFormat)
attributeFormat -public java.lang.String getAttributeLocale()
public void setAttributeLocale(java.lang.String attributeLocale)
attributeLocale -public java.lang.String getAttributeTemplate()
public void setAttributeTemplate(java.lang.String attributeTemplate)
attributeTemplate -public java.lang.String getAttributeTimezone()
public void setAttributeTimezone(java.lang.String attributeTimezone)
attributeTimezone -public boolean isByPassCache()
public void setByPassCache(boolean byPassCache)
byPassCache -public BIPDataSource getDynamicDataSource()
public void setDynamicDataSource(BIPDataSource dynamicDataSource)
dynamicDataSource -public boolean isFlattenXML()
public void setFlattenXML(boolean flattenXML)
flattenXML -public ParamNameValues getParameterNameValues()
public void setParameterNameValues(ParamNameValues parameterNameValues)
parameterNameValues -public java.lang.String getReportAbsolutePath()
public void setReportAbsolutePath(java.lang.String reportAbsolutePath)
reportAbsolutePath -public byte[] getReportData()
public void setReportData(byte[] reportData)
reportData -public java.lang.String getReportOutputPath()
public void setReportOutputPath(java.lang.String reportOutputPath)
reportOutputPath -public java.lang.String getReportRawData()
public void setReportRawData(java.lang.String reportRawData)
reportRawData -public int getSizeOfDataChunkDownload()
public void setSizeOfDataChunkDownload(int sizeOfDataChunkDownload)
sizeOfDataChunkDownload -public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
| 
 | Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher 11g Release 1 (11.1.1) E22256-02 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||