org.apertereports.common.xml.ws
Class ReportData

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

public class ReportData
extends Object

Java class for ReportData complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReportData">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="source" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
         <element name="format" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="locale" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="dataSource" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="characterEncoding" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="exporterParameters" type="{http://bluesoft.net.pl/rnd/apertereports/schemas}ReportExporterParameter" maxOccurs="unbounded" minOccurs="0"/>
         <element name="reportParameters" type="{http://bluesoft.net.pl/rnd/apertereports/schemas}ReportParameter" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  String characterEncoding
           
protected  String dataSource
           
protected  List<ReportExporterParameter> exporterParameters
           
protected  String format
           
protected  String id
           
protected  String locale
           
protected  String name
           
protected  List<ReportParameter> reportParameters
           
protected  DataHandler source
           
 
Constructor Summary
ReportData()
           
 
Method Summary
 String getCharacterEncoding()
          Gets the value of the characterEncoding property.
 String getDataSource()
          Gets the value of the dataSource property.
 List<ReportExporterParameter> getExporterParameters()
          Gets the value of the exporterParameters property.
 String getFormat()
          Gets the value of the format property.
 String getId()
          Gets the value of the id property.
 String getLocale()
          Gets the value of the locale property.
 String getName()
          Gets the value of the name property.
 List<ReportParameter> getReportParameters()
          Gets the value of the reportParameters property.
 DataHandler getSource()
          Gets the value of the source property.
 void setCharacterEncoding(String value)
          Sets the value of the characterEncoding property.
 void setDataSource(String value)
          Sets the value of the dataSource property.
 void setFormat(String value)
          Sets the value of the format property.
 void setId(String value)
          Sets the value of the id property.
 void setLocale(String value)
          Sets the value of the locale property.
 void setName(String value)
          Sets the value of the name property.
 void setSource(DataHandler value)
          Sets the value of the source property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

source

protected DataHandler source

format

protected String format

locale

protected String locale

dataSource

protected String dataSource

characterEncoding

protected String characterEncoding

exporterParameters

protected List<ReportExporterParameter> exporterParameters

reportParameters

protected List<ReportParameter> reportParameters
Constructor Detail

ReportData

public ReportData()
Method Detail

getId

public String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getName

public String getName()
Gets the value of the name property.

Returns:
possible object is String

setName

public void setName(String value)
Sets the value of the name property.

Parameters:
value - allowed object is String

getSource

public DataHandler getSource()
Gets the value of the source property.

Returns:
possible object is DataHandler

setSource

public void setSource(DataHandler value)
Sets the value of the source property.

Parameters:
value - allowed object is DataHandler

getFormat

public String getFormat()
Gets the value of the format property.

Returns:
possible object is String

setFormat

public void setFormat(String value)
Sets the value of the format property.

Parameters:
value - allowed object is String

getLocale

public String getLocale()
Gets the value of the locale property.

Returns:
possible object is String

setLocale

public void setLocale(String value)
Sets the value of the locale property.

Parameters:
value - allowed object is String

getDataSource

public String getDataSource()
Gets the value of the dataSource property.

Returns:
possible object is String

setDataSource

public void setDataSource(String value)
Sets the value of the dataSource property.

Parameters:
value - allowed object is String

getCharacterEncoding

public String getCharacterEncoding()
Gets the value of the characterEncoding property.

Returns:
possible object is String

setCharacterEncoding

public void setCharacterEncoding(String value)
Sets the value of the characterEncoding property.

Parameters:
value - allowed object is String

getExporterParameters

public List<ReportExporterParameter> getExporterParameters()
Gets the value of the exporterParameters property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the exporterParameters property.

For example, to add a new item, do as follows:

    getExporterParameters().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportExporterParameter


getReportParameters

public List<ReportParameter> getReportParameters()
Gets the value of the reportParameters property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the reportParameters property.

For example, to add a new item, do as follows:

    getReportParameters().add(newItem);
 

Objects of the following type(s) are allowed in the list ReportParameter



Copyright © 2011-2012. All Rights Reserved.