com.mirth.match.ejb.eis
Class FindIdentitiesByTraits

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

public class FindIdentitiesByTraits
extends java.lang.Object

Java class for FindIdentitiesByTraits complex type.

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

 <complexType name="FindIdentitiesByTraits">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entityTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceId" type="{http://eis.ejb.match.mirth.com/}eisIdentityQualifier" minOccurs="0"/>
         <element name="eisId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traits" type="{http://eis.ejb.match.mirth.com/}eisEntityIdentifyingTraits" minOccurs="0"/>
         <element name="searchQualifiers" type="{http://eis.ejb.match.mirth.com/}eisSearchQualifier" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String eisId
           
protected  java.lang.String entityId
           
protected  java.lang.String entityTypeName
           
protected  EisSearchQualifier searchQualifiers
           
protected  EisIdentityQualifier sourceId
           
protected  EisEntityIdentifyingTraits traits
           
 
Constructor Summary
FindIdentitiesByTraits()
           
 
Method Summary
 java.lang.String getEisId()
          Gets the value of the eisId property.
 java.lang.String getEntityId()
          Gets the value of the entityId property.
 java.lang.String getEntityTypeName()
          Gets the value of the entityTypeName property.
 EisSearchQualifier getSearchQualifiers()
          Gets the value of the searchQualifiers property.
 EisIdentityQualifier getSourceId()
          Gets the value of the sourceId property.
 EisEntityIdentifyingTraits getTraits()
          Gets the value of the traits property.
 void setEisId(java.lang.String value)
          Sets the value of the eisId property.
 void setEntityId(java.lang.String value)
          Sets the value of the entityId property.
 void setEntityTypeName(java.lang.String value)
          Sets the value of the entityTypeName property.
 void setSearchQualifiers(EisSearchQualifier value)
          Sets the value of the searchQualifiers property.
 void setSourceId(EisIdentityQualifier value)
          Sets the value of the sourceId property.
 void setTraits(EisEntityIdentifyingTraits value)
          Sets the value of the traits property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityTypeName

protected java.lang.String entityTypeName

entityId

protected java.lang.String entityId

sourceId

protected EisIdentityQualifier sourceId

eisId

protected java.lang.String eisId

traits

protected EisEntityIdentifyingTraits traits

searchQualifiers

protected EisSearchQualifier searchQualifiers
Constructor Detail

FindIdentitiesByTraits

public FindIdentitiesByTraits()
Method Detail

getEntityTypeName

public java.lang.String getEntityTypeName()
Gets the value of the entityTypeName property.

Returns:
possible object is String

setEntityTypeName

public void setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.

Parameters:
value - allowed object is String

getEntityId

public java.lang.String getEntityId()
Gets the value of the entityId property.

Returns:
possible object is String

setEntityId

public void setEntityId(java.lang.String value)
Sets the value of the entityId property.

Parameters:
value - allowed object is String

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

getEisId

public java.lang.String getEisId()
Gets the value of the eisId property.

Returns:
possible object is String

setEisId

public void setEisId(java.lang.String value)
Sets the value of the eisId property.

Parameters:
value - allowed object is String

getTraits

public EisEntityIdentifyingTraits getTraits()
Gets the value of the traits property.

Returns:
possible object is EisEntityIdentifyingTraits

setTraits

public void setTraits(EisEntityIdentifyingTraits value)
Sets the value of the traits property.

Parameters:
value - allowed object is EisEntityIdentifyingTraits

getSearchQualifiers

public EisSearchQualifier getSearchQualifiers()
Gets the value of the searchQualifiers property.

Returns:
possible object is EisSearchQualifier

setSearchQualifiers

public void setSearchQualifiers(EisSearchQualifier value)
Sets the value of the searchQualifiers property.

Parameters:
value - allowed object is EisSearchQualifier


Copyright © 2011 Mirth Corp. All Rights Reserved.