|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.LookupIdentities
public class LookupIdentities
Java class for lookupIdentities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="lookupIdentities"> <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="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 int |
entityLimit
|
protected java.lang.String |
entityTypeName
|
protected java.lang.String |
searchText
|
Constructor Summary | |
---|---|
LookupIdentities()
|
Method Summary | |
---|---|
java.lang.String |
getDomainId()
Gets the value of the domainId 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 |
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 |
---|
protected java.lang.String entityTypeName
protected java.lang.String domainId
protected java.lang.String searchText
protected int entityLimit
Constructor Detail |
---|
public LookupIdentities()
Method Detail |
---|
public java.lang.String getEntityTypeName()
String
public void setEntityTypeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomainId()
String
public void setDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSearchText()
String
public void setSearchText(java.lang.String value)
value
- allowed object is
String
public int getEntityLimit()
public void setEntityLimit(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |