|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.is.ListLinkedIdentities
public class ListLinkedIdentities
Java class for ListLinkedIdentities complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ListLinkedIdentities"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="entityid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="sourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchQualifier" type="{http://is.ejb.match.mirth.com/}eisSearchQualifier" minOccurs="0"/> <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="traits" type="{http://is.ejb.match.mirth.com/}eisSemanticSignifier" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
entityid
|
protected EisSearchQualifier |
searchQualifier
|
protected java.lang.String |
semanticSignifierName
|
protected java.lang.String |
sourceId
|
protected EisSemanticSignifier |
traits
|
Constructor Summary | |
---|---|
ListLinkedIdentities()
|
Method Summary | |
---|---|
java.lang.String |
getEntityid()
Gets the value of the entityid property. |
EisSearchQualifier |
getSearchQualifier()
Gets the value of the searchQualifier property. |
java.lang.String |
getSemanticSignifierName()
Gets the value of the semanticSignifierName property. |
java.lang.String |
getSourceId()
Gets the value of the sourceId property. |
EisSemanticSignifier |
getTraits()
Gets the value of the traits property. |
void |
setEntityid(java.lang.String value)
Sets the value of the entityid property. |
void |
setSearchQualifier(EisSearchQualifier value)
Sets the value of the searchQualifier property. |
void |
setSemanticSignifierName(java.lang.String value)
Sets the value of the semanticSignifierName property. |
void |
setSourceId(java.lang.String value)
Sets the value of the sourceId property. |
void |
setTraits(EisSemanticSignifier value)
Sets the value of the traits 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 entityid
protected java.lang.String sourceId
protected EisSearchQualifier searchQualifier
protected java.lang.String semanticSignifierName
protected EisSemanticSignifier traits
Constructor Detail |
---|
public ListLinkedIdentities()
Method Detail |
---|
public java.lang.String getEntityid()
String
public void setEntityid(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceId()
String
public void setSourceId(java.lang.String value)
value
- allowed object is
String
public EisSearchQualifier getSearchQualifier()
EisSearchQualifier
public void setSearchQualifier(EisSearchQualifier value)
value
- allowed object is
EisSearchQualifier
public java.lang.String getSemanticSignifierName()
String
public void setSemanticSignifierName(java.lang.String value)
value
- allowed object is
String
public EisSemanticSignifier getTraits()
EisSemanticSignifier
public void setTraits(EisSemanticSignifier value)
value
- allowed object is
EisSemanticSignifier
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |