public class XmlParameter
extends java.lang.Object
implements java.io.Serializable
XmlParameter
class is used for exporting to XML. It contains all the
information for exporting report results.Constructor and Description |
---|
XmlParameter() |
Modifier and Type | Method and Description |
---|---|
XmlParameter |
copy()
Adding this method for MailInformation can clone this object.
|
java.lang.String |
getSchemaFile() |
java.lang.String |
getXmlFileName() |
boolean |
isNoFileExt() |
boolean |
isOnlyData() |
void |
setNoFileExt(boolean noFileExt) |
void |
setOnlyData(boolean isOnlyData) |
void |
setSchemaFile(java.lang.String schemaFile) |
void |
setXmlFileName(java.lang.String xmlFileName) |
public void setXmlFileName(java.lang.String xmlFileName)
public void setSchemaFile(java.lang.String schemaFile)
public void setOnlyData(boolean isOnlyData)
public java.lang.String getXmlFileName()
public java.lang.String getSchemaFile()
public boolean isOnlyData()
public XmlParameter copy()
public void setNoFileExt(boolean noFileExt)
public boolean isNoFileExt()