com.mirth.match.ejb.inex
Class ExportConfig
java.lang.Object
com.mirth.match.ejb.inex.ExportConfig
public class ExportConfig
- extends java.lang.Object
Java class for exportConfig complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="exportConfig">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exportData" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Field Summary |
protected java.lang.String |
exportData
|
Method Summary |
java.lang.String |
getExportData()
Gets the value of the exportData property. |
void |
setExportData(java.lang.String value)
Sets the value of the exportData property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exportData
protected java.lang.String exportData
ExportConfig
public ExportConfig()
getExportData
public java.lang.String getExportData()
- Gets the value of the exportData property.
- Returns:
- possible object is
String
setExportData
public void setExportData(java.lang.String value)
- Sets the value of the exportData property.
- Parameters:
value
- allowed object is
String
Copyright © 2011 Mirth Corp. All Rights Reserved.