|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.is.EisSearchQualifier
public class EisSearchQualifier
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 |
---|
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 Detail |
---|
public EisSearchQualifier()
Method Detail |
---|
public java.lang.Boolean isDereferenceMergedToSurvivor()
Boolean
public void setDereferenceMergedToSurvivor(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getEntityDomainId()
String
public void setEntityDomainId(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getIdentifierDomainLimiters()
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
public java.lang.String getMatchingModuleName()
String
public void setMatchingModuleName(java.lang.String value)
value
- allowed object is
String
public int getMaxResultSetSize()
public void setMaxResultSetSize(int value)
public boolean isRaiseErrorIfLimitReached()
public void setRaiseErrorIfLimitReached(boolean value)
public java.lang.Boolean isSearchActiveOnly()
Boolean
public void setSearchActiveOnly(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getSearchConfidenceLevel()
String
public void setSearchConfidenceLevel(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getSourceConstraintSet()
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |