|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.ImportConfig
public class ImportConfig
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 |
---|
protected boolean fullImport
protected java.lang.String importPath
protected boolean updateMode
Constructor Detail |
---|
public ImportConfig()
Method Detail |
---|
public boolean isFullImport()
public void setFullImport(boolean value)
public java.lang.String getImportPath()
String
public void setImportPath(java.lang.String value)
value
- allowed object is
String
public boolean isUpdateMode()
public void setUpdateMode(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |