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