|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.EisResultSetElement
public class EisResultSetElement
Java class for eisResultSetElement complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisResultSetElement"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="confidenceLevel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="eisId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="entityIdSummaryStackedHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkedEntities" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/> <element name="linkedEntityList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="localRecordID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="systemID" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="traitList" type="{http://eis.ejb.match.mirth.com/}eisEntityIdentifyingTraits" minOccurs="0"/> <element name="traitListHTML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
confidenceLevel
|
protected java.lang.String |
eisId
|
protected java.lang.String |
entityIdSummaryStackedHTML
|
protected java.util.List<java.lang.String> |
linkedEntities
|
protected java.lang.String |
linkedEntityList
|
protected java.lang.String |
localRecordID
|
protected java.lang.String |
systemID
|
protected EisEntityIdentifyingTraits |
traitList
|
protected java.lang.String |
traitListHTML
|
Constructor Summary | |
---|---|
EisResultSetElement()
|
Method Summary | |
---|---|
java.lang.String |
getConfidenceLevel()
Gets the value of the confidenceLevel property. |
java.lang.String |
getEisId()
Gets the value of the eisId property. |
java.lang.String |
getEntityIdSummaryStackedHTML()
Gets the value of the entityIdSummaryStackedHTML property. |
java.util.List<java.lang.String> |
getLinkedEntities()
Gets the value of the linkedEntities property. |
java.lang.String |
getLinkedEntityList()
Gets the value of the linkedEntityList property. |
java.lang.String |
getLocalRecordID()
Gets the value of the localRecordID property. |
java.lang.String |
getSystemID()
Gets the value of the systemID property. |
EisEntityIdentifyingTraits |
getTraitList()
Gets the value of the traitList property. |
java.lang.String |
getTraitListHTML()
Gets the value of the traitListHTML property. |
void |
setConfidenceLevel(java.lang.String value)
Sets the value of the confidenceLevel property. |
void |
setEisId(java.lang.String value)
Sets the value of the eisId property. |
void |
setEntityIdSummaryStackedHTML(java.lang.String value)
Sets the value of the entityIdSummaryStackedHTML property. |
void |
setLinkedEntityList(java.lang.String value)
Sets the value of the linkedEntityList property. |
void |
setLocalRecordID(java.lang.String value)
Sets the value of the localRecordID property. |
void |
setSystemID(java.lang.String value)
Sets the value of the systemID property. |
void |
setTraitList(EisEntityIdentifyingTraits value)
Sets the value of the traitList property. |
void |
setTraitListHTML(java.lang.String value)
Sets the value of the traitListHTML 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 confidenceLevel
protected java.lang.String eisId
protected java.lang.String entityIdSummaryStackedHTML
protected java.util.List<java.lang.String> linkedEntities
protected java.lang.String linkedEntityList
protected java.lang.String localRecordID
protected java.lang.String systemID
protected EisEntityIdentifyingTraits traitList
protected java.lang.String traitListHTML
Constructor Detail |
---|
public EisResultSetElement()
Method Detail |
---|
public java.lang.String getConfidenceLevel()
String
public void setConfidenceLevel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEisId()
String
public void setEisId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityIdSummaryStackedHTML()
String
public void setEntityIdSummaryStackedHTML(java.lang.String value)
value
- allowed object is
String
public java.util.List<java.lang.String> getLinkedEntities()
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 linkedEntities property.
For example, to add a new item, do as follows:
getLinkedEntities().add(newItem);
Objects of the following type(s) are allowed in the list
String
public java.lang.String getLinkedEntityList()
String
public void setLinkedEntityList(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLocalRecordID()
String
public void setLocalRecordID(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSystemID()
String
public void setSystemID(java.lang.String value)
value
- allowed object is
String
public EisEntityIdentifyingTraits getTraitList()
EisEntityIdentifyingTraits
public void setTraitList(EisEntityIdentifyingTraits value)
value
- allowed object is
EisEntityIdentifyingTraits
public java.lang.String getTraitListHTML()
String
public void setTraitListHTML(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 |