|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.BaseEntityImportExportModel
com.mirth.match.ejb.inex.EntityImportModel
public class EntityImportModel
Java class for entityImportModel complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityImportModel"> <complexContent> <extension base="{http://inex.ejb.match.mirth.com/}baseEntityImportExportModel"> <sequence> <element name="origSourceFileName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sourceFilePath" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
origSourceFileName
|
protected java.lang.String |
sourceFilePath
|
Fields inherited from class com.mirth.match.ejb.inex.BaseEntityImportExportModel |
---|
delimiter, entityDomainId, format, hasHeaders, hasTextQualifer, headers, identifierDomainId, includeDerivedTraits, limit, offset, textQualifier, traits |
Constructor Summary | |
---|---|
EntityImportModel()
|
Method Summary | |
---|---|
java.lang.String |
getOrigSourceFileName()
Gets the value of the origSourceFileName property. |
java.lang.String |
getSourceFilePath()
Gets the value of the sourceFilePath property. |
void |
setOrigSourceFileName(java.lang.String value)
Sets the value of the origSourceFileName property. |
void |
setSourceFilePath(java.lang.String value)
Sets the value of the sourceFilePath property. |
Methods inherited from class com.mirth.match.ejb.inex.BaseEntityImportExportModel |
---|
getDelimiter, getEntityDomainId, getFormat, getHeaders, getIdentifierDomainId, getLimit, getOffset, getTextQualifier, getTraits, isHasHeaders, isHasTextQualifer, isIncludeDerivedTraits, setDelimiter, setEntityDomainId, setFormat, setHasHeaders, setHasTextQualifer, setIdentifierDomainId, setIncludeDerivedTraits, setLimit, setOffset, setTextQualifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String origSourceFileName
protected java.lang.String sourceFilePath
Constructor Detail |
---|
public EntityImportModel()
Method Detail |
---|
public java.lang.String getOrigSourceFileName()
String
public void setOrigSourceFileName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceFilePath()
String
public void setSourceFilePath(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |