com.mirth.match.ejb.is
Class FindIdentitiesByTraits

java.lang.Object
  extended by com.mirth.match.ejb.is.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="entityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="eisId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="searchQualifier" type="{http://is.ejb.match.mirth.com/}eisSearchQualifier" minOccurs="0"/>
         <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traits" type="{http://is.ejb.match.mirth.com/}eisSemanticSignifier" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String eisId
           
protected  java.lang.String entityId
           
protected  EisSearchQualifier searchQualifier
           
protected  java.lang.String semanticSignifierName
           
protected  java.lang.String sourceId
           
protected  EisSemanticSignifier 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.
 EisSearchQualifier getSearchQualifier()
          Gets the value of the searchQualifier property.
 java.lang.String getSemanticSignifierName()
          Gets the value of the semanticSignifierName property.
 java.lang.String getSourceId()
          Gets the value of the sourceId property.
 EisSemanticSignifier 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 setSearchQualifier(EisSearchQualifier value)
          Sets the value of the searchQualifier property.
 void setSemanticSignifierName(java.lang.String value)
          Sets the value of the semanticSignifierName property.
 void setSourceId(java.lang.String value)
          Sets the value of the sourceId property.
 void setTraits(EisSemanticSignifier 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

entityId

protected java.lang.String entityId

sourceId

protected java.lang.String sourceId

eisId

protected java.lang.String eisId

searchQualifier

protected EisSearchQualifier searchQualifier

semanticSignifierName

protected java.lang.String semanticSignifierName

traits

protected EisSemanticSignifier traits
Constructor Detail

FindIdentitiesByTraits

public FindIdentitiesByTraits()
Method Detail

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 java.lang.String getSourceId()
Gets the value of the sourceId property.

Returns:
possible object is String

setSourceId

public void setSourceId(java.lang.String value)
Sets the value of the sourceId property.

Parameters:
value - allowed object is String

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

getSearchQualifier

public EisSearchQualifier getSearchQualifier()
Gets the value of the searchQualifier property.

Returns:
possible object is EisSearchQualifier

setSearchQualifier

public void setSearchQualifier(EisSearchQualifier value)
Sets the value of the searchQualifier property.

Parameters:
value - allowed object is EisSearchQualifier

getSemanticSignifierName

public java.lang.String getSemanticSignifierName()
Gets the value of the semanticSignifierName property.

Returns:
possible object is String

setSemanticSignifierName

public void setSemanticSignifierName(java.lang.String value)
Sets the value of the semanticSignifierName property.

Parameters:
value - allowed object is String

getTraits

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

Returns:
possible object is EisSemanticSignifier

setTraits

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

Parameters:
value - allowed object is EisSemanticSignifier


Copyright © 2011 Mirth Corp. All Rights Reserved.