com.mirth.match.ejb.eis
Class LookupIdentitiesExt

java.lang.Object
  extended by com.mirth.match.ejb.eis.LookupIdentitiesExt

public class LookupIdentitiesExt
extends java.lang.Object

Java class for lookupIdentitiesExt complex type.

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

 <complexType name="lookupIdentitiesExt">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="entityTypeName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityDomainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="searchText" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityLimit" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String domainId
           
protected  java.lang.String entityDomainId
           
protected  int entityLimit
           
protected  java.lang.String entityTypeName
           
protected  java.lang.String searchText
           
 
Constructor Summary
LookupIdentitiesExt()
           
 
Method Summary
 java.lang.String getDomainId()
          Gets the value of the domainId property.
 java.lang.String getEntityDomainId()
          Gets the value of the entityDomainId property.
 int getEntityLimit()
          Gets the value of the entityLimit property.
 java.lang.String getEntityTypeName()
          Gets the value of the entityTypeName property.
 java.lang.String getSearchText()
          Gets the value of the searchText property.
 void setDomainId(java.lang.String value)
          Sets the value of the domainId property.
 void setEntityDomainId(java.lang.String value)
          Sets the value of the entityDomainId property.
 void setEntityLimit(int value)
          Sets the value of the entityLimit property.
 void setEntityTypeName(java.lang.String value)
          Sets the value of the entityTypeName property.
 void setSearchText(java.lang.String value)
          Sets the value of the searchText property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityTypeName

protected java.lang.String entityTypeName

entityDomainId

protected java.lang.String entityDomainId

domainId

protected java.lang.String domainId

searchText

protected java.lang.String searchText

entityLimit

protected int entityLimit
Constructor Detail

LookupIdentitiesExt

public LookupIdentitiesExt()
Method Detail

getEntityTypeName

public java.lang.String getEntityTypeName()
Gets the value of the entityTypeName property.

Returns:
possible object is String

setEntityTypeName

public void setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.

Parameters:
value - allowed object is String

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

getDomainId

public java.lang.String getDomainId()
Gets the value of the domainId property.

Returns:
possible object is String

setDomainId

public void setDomainId(java.lang.String value)
Sets the value of the domainId property.

Parameters:
value - allowed object is String

getSearchText

public java.lang.String getSearchText()
Gets the value of the searchText property.

Returns:
possible object is String

setSearchText

public void setSearchText(java.lang.String value)
Sets the value of the searchText property.

Parameters:
value - allowed object is String

getEntityLimit

public int getEntityLimit()
Gets the value of the entityLimit property.


setEntityLimit

public void setEntityLimit(int value)
Sets the value of the entityLimit property.



Copyright © 2011 Mirth Corp. All Rights Reserved.