|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.BulkImportEntities
public class BulkImportEntities
Java class for bulkImportEntities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="bulkImportEntities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="sourceId" type="{http://eis.ejb.match.mirth.com/}eisIdentityQualifier" minOccurs="0"/> <element name="traitSets" type="{http://eis.ejb.match.mirth.com/}hashMap" minOccurs="0"/> <element name="validate" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected EisIdentityQualifier |
sourceId
|
protected HashMap |
traitSets
|
protected boolean |
validate
|
Constructor Summary | |
---|---|
BulkImportEntities()
|
Method Summary | |
---|---|
EisIdentityQualifier |
getSourceId()
Gets the value of the sourceId property. |
HashMap |
getTraitSets()
Gets the value of the traitSets property. |
boolean |
isValidate()
Gets the value of the validate property. |
void |
setSourceId(EisIdentityQualifier value)
Sets the value of the sourceId property. |
void |
setTraitSets(HashMap value)
Sets the value of the traitSets property. |
void |
setValidate(boolean value)
Sets the value of the validate property. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected EisIdentityQualifier sourceId
protected HashMap traitSets
protected boolean validate
Constructor Detail |
---|
public BulkImportEntities()
Method Detail |
---|
public EisIdentityQualifier getSourceId()
EisIdentityQualifier
public void setSourceId(EisIdentityQualifier value)
value
- allowed object is
EisIdentityQualifier
public HashMap getTraitSets()
HashMap
public void setTraitSets(HashMap value)
value
- allowed object is
HashMap
public boolean isValidate()
public void setValidate(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |