com.mirth.match.ejb.inex
Class EntityFilter

java.lang.Object
  extended by com.mirth.match.ejb.inex.Filter
      extended by com.mirth.match.ejb.inex.ExpressionBuilderFilter
          extended by com.mirth.match.ejb.inex.SimpleExpressionBuilderFilter
              extended by com.mirth.match.ejb.inex.EntityFilter

public class EntityFilter
extends SimpleExpressionBuilderFilter

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

entityDomainId

protected java.lang.String entityDomainId

entityTypeId

protected java.lang.String entityTypeId

globalId

protected java.lang.String globalId

idList

protected java.util.List<java.lang.Integer> idList

identifierDomainId

protected java.lang.String identifierDomainId

linked

protected java.lang.String linked

linkedEntitiesFlag

protected java.lang.Integer linkedEntitiesFlag

localId

protected java.lang.String localId

merged

protected java.lang.String merged

orderByMode

protected java.lang.Integer orderByMode

resultSet

protected EisResultSet resultSet

searchConfidenceLevel

protected java.lang.String searchConfidenceLevel

searchMode

protected java.lang.Integer searchMode

statusId

protected java.lang.String statusId

traitList

protected java.util.List<TraitValue> traitList

traitValue

protected java.lang.String traitValue
Constructor Detail

EntityFilter

public EntityFilter()
Method Detail

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

getEntityTypeId

public java.lang.String getEntityTypeId()
Gets the value of the entityTypeId property.

Returns:
possible object is String

setEntityTypeId

public void setEntityTypeId(java.lang.String value)
Sets the value of the entityTypeId property.

Parameters:
value - allowed object is String

getGlobalId

public java.lang.String getGlobalId()
Gets the value of the globalId property.

Returns:
possible object is String

setGlobalId

public void setGlobalId(java.lang.String value)
Sets the value of the globalId property.

Parameters:
value - allowed object is String

getIdList

public java.util.List<java.lang.Integer> getIdList()
Gets the value of the idList 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 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


getIdentifierDomainId

public java.lang.String getIdentifierDomainId()
Gets the value of the identifierDomainId property.

Returns:
possible object is String

setIdentifierDomainId

public void setIdentifierDomainId(java.lang.String value)
Sets the value of the identifierDomainId property.

Parameters:
value - allowed object is String

getLinked

public java.lang.String getLinked()
Gets the value of the linked property.

Returns:
possible object is String

setLinked

public void setLinked(java.lang.String value)
Sets the value of the linked property.

Parameters:
value - allowed object is String

getLinkedEntitiesFlag

public java.lang.Integer getLinkedEntitiesFlag()
Gets the value of the linkedEntitiesFlag property.

Returns:
possible object is Integer

setLinkedEntitiesFlag

public void setLinkedEntitiesFlag(java.lang.Integer value)
Sets the value of the linkedEntitiesFlag property.

Parameters:
value - allowed object is Integer

getLocalId

public java.lang.String getLocalId()
Gets the value of the localId property.

Returns:
possible object is String

setLocalId

public void setLocalId(java.lang.String value)
Sets the value of the localId property.

Parameters:
value - allowed object is String

getMerged

public java.lang.String getMerged()
Gets the value of the merged property.

Returns:
possible object is String

setMerged

public void setMerged(java.lang.String value)
Sets the value of the merged property.

Parameters:
value - allowed object is String

getOrderByMode

public java.lang.Integer getOrderByMode()
Gets the value of the orderByMode property.

Returns:
possible object is Integer

setOrderByMode

public void setOrderByMode(java.lang.Integer value)
Sets the value of the orderByMode property.

Parameters:
value - allowed object is Integer

getResultSet

public EisResultSet getResultSet()
Gets the value of the resultSet property.

Returns:
possible object is EisResultSet

setResultSet

public void setResultSet(EisResultSet value)
Sets the value of the resultSet property.

Parameters:
value - allowed object is EisResultSet

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

getSearchMode

public java.lang.Integer getSearchMode()
Gets the value of the searchMode property.

Returns:
possible object is Integer

setSearchMode

public void setSearchMode(java.lang.Integer value)
Sets the value of the searchMode property.

Parameters:
value - allowed object is Integer

getStatusId

public java.lang.String getStatusId()
Gets the value of the statusId property.

Returns:
possible object is String

setStatusId

public void setStatusId(java.lang.String value)
Sets the value of the statusId property.

Parameters:
value - allowed object is String

getTraitList

public java.util.List<TraitValue> getTraitList()
Gets the value of the traitList 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 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


getTraitValue

public java.lang.String getTraitValue()
Gets the value of the traitValue property.

Returns:
possible object is String

setTraitValue

public void setTraitValue(java.lang.String value)
Sets the value of the traitValue property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.