|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.common.xml.ws.GenerateReportResponse
public class GenerateReportResponse
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reportFormat" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="mimeType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="content" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DataHandler |
content
|
protected String |
mimeType
|
protected String |
reportFormat
|
| Constructor Summary | |
|---|---|
GenerateReportResponse()
|
|
| Method Summary | |
|---|---|
DataHandler |
getContent()
Gets the value of the content property. |
String |
getMimeType()
Gets the value of the mimeType property. |
String |
getReportFormat()
Gets the value of the reportFormat property. |
void |
setContent(DataHandler value)
Sets the value of the content property. |
void |
setMimeType(String value)
Sets the value of the mimeType property. |
void |
setReportFormat(String value)
Sets the value of the reportFormat property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String reportFormat
protected String mimeType
protected DataHandler content
| Constructor Detail |
|---|
public GenerateReportResponse()
| Method Detail |
|---|
public String getReportFormat()
Stringpublic void setReportFormat(String value)
value - allowed object is
Stringpublic String getMimeType()
Stringpublic void setMimeType(String value)
value - allowed object is
Stringpublic DataHandler getContent()
DataHandlerpublic void setContent(DataHandler value)
value - allowed object is
DataHandler
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||