jet.bean
Class XmlParameter
java.lang.Object
jet.bean.XmlParameter
- All Implemented Interfaces:
- java.io.Serializable
public class XmlParameter
- extends java.lang.Object
- implements java.io.Serializable
The XmlParameter
class is used for exporting to XML. It contains all the
information for exporting report results.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlParameter
public XmlParameter()
setXmlFileName
public void setXmlFileName(java.lang.String xmlFileName)
setSchemaFile
public void setSchemaFile(java.lang.String schemaFile)
setOnlyData
public void setOnlyData(boolean isOnlyData)
getXmlFileName
public java.lang.String getXmlFileName()
getSchemaFile
public java.lang.String getSchemaFile()
isOnlyData
public boolean isOnlyData()
copy
public XmlParameter copy()
- Adding this method for MailInformation can clone this object.
- Returns: