com.mirth.match.ejb.inex
Class ImportConfig

java.lang.Object
  extended by com.mirth.match.ejb.inex.ImportConfig

public class ImportConfig
extends java.lang.Object

Java class for importConfig complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="importConfig">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="fullImport" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="importPath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="updateMode" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  boolean fullImport
           
protected  java.lang.String importPath
           
protected  boolean updateMode
           
 
Constructor Summary
ImportConfig()
           
 
Method Summary
 java.lang.String getImportPath()
          Gets the value of the importPath property.
 boolean isFullImport()
          Gets the value of the fullImport property.
 boolean isUpdateMode()
          Gets the value of the updateMode property.
 void setFullImport(boolean value)
          Sets the value of the fullImport property.
 void setImportPath(java.lang.String value)
          Sets the value of the importPath property.
 void setUpdateMode(boolean value)
          Sets the value of the updateMode property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fullImport

protected boolean fullImport

importPath

protected java.lang.String importPath

updateMode

protected boolean updateMode
Constructor Detail

ImportConfig

public ImportConfig()
Method Detail

isFullImport

public boolean isFullImport()
Gets the value of the fullImport property.


setFullImport

public void setFullImport(boolean value)
Sets the value of the fullImport property.


getImportPath

public java.lang.String getImportPath()
Gets the value of the importPath property.

Returns:
possible object is String

setImportPath

public void setImportPath(java.lang.String value)
Sets the value of the importPath property.

Parameters:
value - allowed object is String

isUpdateMode

public boolean isUpdateMode()
Gets the value of the updateMode property.


setUpdateMode

public void setUpdateMode(boolean value)
Sets the value of the updateMode property.



Copyright © 2011 Mirth Corp. All Rights Reserved.