org.apertereports.common.xml.ws
Class GenerateReportResponse

java.lang.Object
  extended by org.apertereports.common.xml.ws.GenerateReportResponse

public class GenerateReportResponse
extends Object

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

reportFormat

protected String reportFormat

mimeType

protected String mimeType

content

protected DataHandler content
Constructor Detail

GenerateReportResponse

public GenerateReportResponse()
Method Detail

getReportFormat

public String getReportFormat()
Gets the value of the reportFormat property.

Returns:
possible object is String

setReportFormat

public void setReportFormat(String value)
Sets the value of the reportFormat property.

Parameters:
value - allowed object is String

getMimeType

public String getMimeType()
Gets the value of the mimeType property.

Returns:
possible object is String

setMimeType

public void setMimeType(String value)
Sets the value of the mimeType property.

Parameters:
value - allowed object is String

getContent

public DataHandler getContent()
Gets the value of the content property.

Returns:
possible object is DataHandler

setContent

public void setContent(DataHandler value)
Sets the value of the content property.

Parameters:
value - allowed object is DataHandler


Copyright © 2011-2012. All Rights Reserved.