|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.inex.Filter
com.mirth.match.ejb.inex.ExpressionBuilderFilter
com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter
com.mirth.match.ejb.inex.EntityFilter
public class EntityFilter
Java class for entityFilter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityFilter"> <complexContent> <extension base="{http://inex.ejb.match.mirth.com/}simpleExpressionBuilderFilter"> <sequence> <element name="entityDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="globalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="idList" type="{http://www.w3.org/2001/XMLSchema}int" maxOccurs="unbounded" minOccurs="0"/> <element name="identifierDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linked" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkedEntitiesFlag" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="localId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="merged" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="orderByMode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="resultSet" type="{http://inex.ejb.match.mirth.com/}eisResultSet" minOccurs="0"/> <element name="searchConfidenceLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchMode" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="statusId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="traitList" type="{http://inex.ejb.match.mirth.com/}traitValue" maxOccurs="unbounded" minOccurs="0"/> <element name="traitValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
entityDomainId
|
protected java.lang.String |
entityTypeId
|
protected java.lang.String |
globalId
|
protected java.lang.String |
identifierDomainId
|
protected java.util.List<java.lang.Integer> |
idList
|
protected java.lang.String |
linked
|
protected java.lang.Integer |
linkedEntitiesFlag
|
protected java.lang.String |
localId
|
protected java.lang.String |
merged
|
protected java.lang.Integer |
orderByMode
|
protected EisResultSet |
resultSet
|
protected java.lang.String |
searchConfidenceLevel
|
protected java.lang.Integer |
searchMode
|
protected java.lang.String |
statusId
|
protected java.util.List<TraitValue> |
traitList
|
protected java.lang.String |
traitValue
|
Fields inherited from class com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter |
---|
isAutocomplete, simpleKeyword, simpleType |
Fields inherited from class com.mirth.match.ejb.inex.ExpressionBuilderFilter |
---|
expressions, orderBy |
Fields inherited from class com.mirth.match.ejb.inex.Filter |
---|
ascending, blank, empty, filterSet, numRows, offset, primaryKeyName, resultRows, sortColumn, unlimited |
Constructor Summary | |
---|---|
EntityFilter()
|
Method Summary | |
---|---|
java.lang.String |
getEntityDomainId()
Gets the value of the entityDomainId property. |
java.lang.String |
getEntityTypeId()
Gets the value of the entityTypeId property. |
java.lang.String |
getGlobalId()
Gets the value of the globalId property. |
java.lang.String |
getIdentifierDomainId()
Gets the value of the identifierDomainId property. |
java.util.List<java.lang.Integer> |
getIdList()
Gets the value of the idList property. |
java.lang.String |
getLinked()
Gets the value of the linked property. |
java.lang.Integer |
getLinkedEntitiesFlag()
Gets the value of the linkedEntitiesFlag property. |
java.lang.String |
getLocalId()
Gets the value of the localId property. |
java.lang.String |
getMerged()
Gets the value of the merged property. |
java.lang.Integer |
getOrderByMode()
Gets the value of the orderByMode property. |
EisResultSet |
getResultSet()
Gets the value of the resultSet property. |
java.lang.String |
getSearchConfidenceLevel()
Gets the value of the searchConfidenceLevel property. |
java.lang.Integer |
getSearchMode()
Gets the value of the searchMode property. |
java.lang.String |
getStatusId()
Gets the value of the statusId property. |
java.util.List<TraitValue> |
getTraitList()
Gets the value of the traitList property. |
java.lang.String |
getTraitValue()
Gets the value of the traitValue property. |
void |
setEntityDomainId(java.lang.String value)
Sets the value of the entityDomainId property. |
void |
setEntityTypeId(java.lang.String value)
Sets the value of the entityTypeId property. |
void |
setGlobalId(java.lang.String value)
Sets the value of the globalId property. |
void |
setIdentifierDomainId(java.lang.String value)
Sets the value of the identifierDomainId property. |
void |
setLinked(java.lang.String value)
Sets the value of the linked property. |
void |
setLinkedEntitiesFlag(java.lang.Integer value)
Sets the value of the linkedEntitiesFlag property. |
void |
setLocalId(java.lang.String value)
Sets the value of the localId property. |
void |
setMerged(java.lang.String value)
Sets the value of the merged property. |
void |
setOrderByMode(java.lang.Integer value)
Sets the value of the orderByMode property. |
void |
setResultSet(EisResultSet value)
Sets the value of the resultSet property. |
void |
setSearchConfidenceLevel(java.lang.String value)
Sets the value of the searchConfidenceLevel property. |
void |
setSearchMode(java.lang.Integer value)
Sets the value of the searchMode property. |
void |
setStatusId(java.lang.String value)
Sets the value of the statusId property. |
void |
setTraitValue(java.lang.String value)
Sets the value of the traitValue property. |
Methods inherited from class com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter |
---|
getSimpleKeyword, getSimpleType, isIsAutocomplete, setIsAutocomplete, setSimpleKeyword, setSimpleType |
Methods inherited from class com.mirth.match.ejb.inex.ExpressionBuilderFilter |
---|
getExpressions, getOrderBy |
Methods inherited from class com.mirth.match.ejb.inex.Filter |
---|
getNumRows, getOffset, getPrimaryKeyName, getResultRows, getSortColumn, isAscending, isBlank, isEmpty, isFilterSet, isUnlimited, setAscending, setBlank, setEmpty, setFilterSet, setNumRows, setOffset, setPrimaryKeyName, setResultRows, setSortColumn, setUnlimited |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String entityDomainId
protected java.lang.String entityTypeId
protected java.lang.String globalId
protected java.util.List<java.lang.Integer> idList
protected java.lang.String identifierDomainId
protected java.lang.String linked
protected java.lang.Integer linkedEntitiesFlag
protected java.lang.String localId
protected java.lang.String merged
protected java.lang.Integer orderByMode
protected EisResultSet resultSet
protected java.lang.String searchConfidenceLevel
protected java.lang.Integer searchMode
protected java.lang.String statusId
protected java.util.List<TraitValue> traitList
protected java.lang.String traitValue
Constructor Detail |
---|
public EntityFilter()
Method Detail |
---|
public java.lang.String getEntityDomainId()
String
public void setEntityDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityTypeId()
String
public void setEntityTypeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGlobalId()
String
public void setGlobalId(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.Integer> getIdList()
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 idList property.
For example, to add a new item, do as follows:
getIdList().add(newItem);
Objects of the following type(s) are allowed in the list
Integer
public java.lang.String getIdentifierDomainId()
String
public void setIdentifierDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinked()
String
public void setLinked(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getLinkedEntitiesFlag()
Integer
public void setLinkedEntitiesFlag(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getLocalId()
String
public void setLocalId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMerged()
String
public void setMerged(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getOrderByMode()
Integer
public void setOrderByMode(java.lang.Integer value)
value
- allowed object is
Integer
public EisResultSet getResultSet()
EisResultSet
public void setResultSet(EisResultSet value)
value
- allowed object is
EisResultSet
public java.lang.String getSearchConfidenceLevel()
String
public void setSearchConfidenceLevel(java.lang.String value)
value
- allowed object is
String
public java.lang.Integer getSearchMode()
Integer
public void setSearchMode(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getStatusId()
String
public void setStatusId(java.lang.String value)
value
- allowed object is
String
public java.util.List<TraitValue> getTraitList()
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 traitList property.
For example, to add a new item, do as follows:
getTraitList().add(newItem);
Objects of the following type(s) are allowed in the list
TraitValue
public java.lang.String getTraitValue()
String
public void setTraitValue(java.lang.String value)
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |