com.mirth.match.ejb.inex
Class ExportConfig

java.lang.Object
  extended by 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
           
 
Constructor Summary
ExportConfig()
           
 
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
 

Field Detail

exportData

protected java.lang.String exportData
Constructor Detail

ExportConfig

public ExportConfig()
Method Detail

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.