|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apertereports.common.xml.ws.ReportData
public class ReportData
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 |
|---|
protected String id
protected String name
protected DataHandler source
protected String format
protected String locale
protected String dataSource
protected String characterEncoding
protected List<ReportExporterParameter> exporterParameters
protected List<ReportParameter> reportParameters
| Constructor Detail |
|---|
public ReportData()
| Method Detail |
|---|
public String getId()
Stringpublic void setId(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic DataHandler getSource()
DataHandlerpublic void setSource(DataHandler value)
value - allowed object is
DataHandlerpublic String getFormat()
Stringpublic void setFormat(String value)
value - allowed object is
Stringpublic String getLocale()
Stringpublic void setLocale(String value)
value - allowed object is
Stringpublic String getDataSource()
Stringpublic void setDataSource(String value)
value - allowed object is
Stringpublic String getCharacterEncoding()
Stringpublic void setCharacterEncoding(String value)
value - allowed object is
Stringpublic List<ReportExporterParameter> getExporterParameters()
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
public List<ReportParameter> getReportParameters()
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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||