com.mirth.match.ejb.is
Class EisSearchQualifier

java.lang.Object
  extended by com.mirth.match.ejb.is.EisSearchQualifier

public class EisSearchQualifier
extends java.lang.Object

Java class for eisSearchQualifier complex type.

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

 <complexType name="eisSearchQualifier">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="dereferenceMergedToSurvivor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="entityDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifierDomainLimiters" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="matchingModuleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="maxResultSetSize" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="raiseErrorIfLimitReached" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="searchActiveOnly" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="searchConfidenceLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceConstraintSet" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.Boolean dereferenceMergedToSurvivor
           
protected  java.lang.String entityDomainId
           
protected  java.util.List<java.lang.String> identifierDomainLimiters
           
protected  java.lang.String matchingModuleName
           
protected  int maxResultSetSize
           
protected  boolean raiseErrorIfLimitReached
           
protected  java.lang.Boolean searchActiveOnly
           
protected  java.lang.String searchConfidenceLevel
           
protected  java.util.List<java.lang.String> sourceConstraintSet
           
 
Constructor Summary
EisSearchQualifier()
           
 
Method Summary
 java.lang.String getEntityDomainId()
          Gets the value of the entityDomainId property.
 java.util.List<java.lang.String> getIdentifierDomainLimiters()
          Gets the value of the identifierDomainLimiters property.
 java.lang.String getMatchingModuleName()
          Gets the value of the matchingModuleName property.
 int getMaxResultSetSize()
          Gets the value of the maxResultSetSize property.
 java.lang.String getSearchConfidenceLevel()
          Gets the value of the searchConfidenceLevel property.
 java.util.List<java.lang.String> getSourceConstraintSet()
          Gets the value of the sourceConstraintSet property.
 java.lang.Boolean isDereferenceMergedToSurvivor()
          Gets the value of the dereferenceMergedToSurvivor property.
 boolean isRaiseErrorIfLimitReached()
          Gets the value of the raiseErrorIfLimitReached property.
 java.lang.Boolean isSearchActiveOnly()
          Gets the value of the searchActiveOnly property.
 void setDereferenceMergedToSurvivor(java.lang.Boolean value)
          Sets the value of the dereferenceMergedToSurvivor property.
 void setEntityDomainId(java.lang.String value)
          Sets the value of the entityDomainId property.
 void setMatchingModuleName(java.lang.String value)
          Sets the value of the matchingModuleName property.
 void setMaxResultSetSize(int value)
          Sets the value of the maxResultSetSize property.
 void setRaiseErrorIfLimitReached(boolean value)
          Sets the value of the raiseErrorIfLimitReached property.
 void setSearchActiveOnly(java.lang.Boolean value)
          Sets the value of the searchActiveOnly property.
 void setSearchConfidenceLevel(java.lang.String value)
          Sets the value of the searchConfidenceLevel property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dereferenceMergedToSurvivor

protected java.lang.Boolean dereferenceMergedToSurvivor

entityDomainId

protected java.lang.String entityDomainId

identifierDomainLimiters

protected java.util.List<java.lang.String> identifierDomainLimiters

matchingModuleName

protected java.lang.String matchingModuleName

maxResultSetSize

protected int maxResultSetSize

raiseErrorIfLimitReached

protected boolean raiseErrorIfLimitReached

searchActiveOnly

protected java.lang.Boolean searchActiveOnly

searchConfidenceLevel

protected java.lang.String searchConfidenceLevel

sourceConstraintSet

protected java.util.List<java.lang.String> sourceConstraintSet
Constructor Detail

EisSearchQualifier

public EisSearchQualifier()
Method Detail

isDereferenceMergedToSurvivor

public java.lang.Boolean isDereferenceMergedToSurvivor()
Gets the value of the dereferenceMergedToSurvivor property.

Returns:
possible object is Boolean

setDereferenceMergedToSurvivor

public void setDereferenceMergedToSurvivor(java.lang.Boolean value)
Sets the value of the dereferenceMergedToSurvivor property.

Parameters:
value - allowed object is Boolean

getEntityDomainId

public java.lang.String getEntityDomainId()
Gets the value of the entityDomainId property.

Returns:
possible object is String

setEntityDomainId

public void setEntityDomainId(java.lang.String value)
Sets the value of the entityDomainId property.

Parameters:
value - allowed object is String

getIdentifierDomainLimiters

public java.util.List<java.lang.String> getIdentifierDomainLimiters()
Gets the value of the identifierDomainLimiters property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the identifierDomainLimiters property.

For example, to add a new item, do as follows:

    getIdentifierDomainLimiters().add(newItem);
 

Objects of the following type(s) are allowed in the list String


getMatchingModuleName

public java.lang.String getMatchingModuleName()
Gets the value of the matchingModuleName property.

Returns:
possible object is String

setMatchingModuleName

public void setMatchingModuleName(java.lang.String value)
Sets the value of the matchingModuleName property.

Parameters:
value - allowed object is String

getMaxResultSetSize

public int getMaxResultSetSize()
Gets the value of the maxResultSetSize property.


setMaxResultSetSize

public void setMaxResultSetSize(int value)
Sets the value of the maxResultSetSize property.


isRaiseErrorIfLimitReached

public boolean isRaiseErrorIfLimitReached()
Gets the value of the raiseErrorIfLimitReached property.


setRaiseErrorIfLimitReached

public void setRaiseErrorIfLimitReached(boolean value)
Sets the value of the raiseErrorIfLimitReached property.


isSearchActiveOnly

public java.lang.Boolean isSearchActiveOnly()
Gets the value of the searchActiveOnly property.

Returns:
possible object is Boolean

setSearchActiveOnly

public void setSearchActiveOnly(java.lang.Boolean value)
Sets the value of the searchActiveOnly property.

Parameters:
value - allowed object is Boolean

getSearchConfidenceLevel

public java.lang.String getSearchConfidenceLevel()
Gets the value of the searchConfidenceLevel property.

Returns:
possible object is String

setSearchConfidenceLevel

public void setSearchConfidenceLevel(java.lang.String value)
Sets the value of the searchConfidenceLevel property.

Parameters:
value - allowed object is String

getSourceConstraintSet

public java.util.List<java.lang.String> getSourceConstraintSet()
Gets the value of the sourceConstraintSet property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sourceConstraintSet property.

For example, to add a new item, do as follows:

    getSourceConstraintSet().add(newItem);
 

Objects of the following type(s) are allowed in the list String



Copyright © 2011 Mirth Corp. All Rights Reserved.