com.mirth.match.ejb.eis
Class BulkImportEntities

java.lang.Object
  extended by com.mirth.match.ejb.eis.BulkImportEntities

public class BulkImportEntities
extends java.lang.Object

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

sourceId

protected EisIdentityQualifier sourceId

traitSets

protected HashMap traitSets

validate

protected boolean validate
Constructor Detail

BulkImportEntities

public BulkImportEntities()
Method Detail

getSourceId

public EisIdentityQualifier getSourceId()
Gets the value of the sourceId property.

Returns:
possible object is EisIdentityQualifier

setSourceId

public void setSourceId(EisIdentityQualifier value)
Sets the value of the sourceId property.

Parameters:
value - allowed object is EisIdentityQualifier

getTraitSets

public HashMap getTraitSets()
Gets the value of the traitSets property.

Returns:
possible object is HashMap

setTraitSets

public void setTraitSets(HashMap value)
Sets the value of the traitSets property.

Parameters:
value - allowed object is HashMap

isValidate

public boolean isValidate()
Gets the value of the validate property.


setValidate

public void setValidate(boolean value)
Sets the value of the validate property.



Copyright © 2011 Mirth Corp. All Rights Reserved.