org.apertereports.common.xml.ws
Class ReportExporterParameter

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

public class ReportExporterParameter
extends Object

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

className

protected String className

fieldName

protected String fieldName

value

protected String value
Constructor Detail

ReportExporterParameter

public ReportExporterParameter()
Method Detail

getClassName

public String getClassName()
Gets the value of the className property.

Returns:
possible object is String

setClassName

public void setClassName(String value)
Sets the value of the className property.

Parameters:
value - allowed object is String

getFieldName

public String getFieldName()
Gets the value of the fieldName property.

Returns:
possible object is String

setFieldName

public void setFieldName(String value)
Sets the value of the fieldName property.

Parameters:
value - allowed object is String

getValue

public String getValue()
Gets the value of the value property.

Returns:
possible object is String

setValue

public void setValue(String value)
Sets the value of the value property.

Parameters:
value - allowed object is String


Copyright © 2011-2012. All Rights Reserved.