com.mirth.match.ejb.is
Class EisResultSetElement

java.lang.Object
  extended by com.mirth.match.ejb.is.EisResultSetElement

public class EisResultSetElement
extends java.lang.Object

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://is.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

confidenceLevel

protected java.lang.String confidenceLevel

eisId

protected java.lang.String eisId

entityIdSummaryStackedHTML

protected java.lang.String entityIdSummaryStackedHTML

linkedEntities

protected java.util.List<java.lang.String> linkedEntities

linkedEntityList

protected java.lang.String linkedEntityList

localRecordID

protected java.lang.String localRecordID

systemID

protected java.lang.String systemID

traitList

protected EisEntityIdentifyingTraits traitList

traitListHTML

protected java.lang.String traitListHTML
Constructor Detail

EisResultSetElement

public EisResultSetElement()
Method Detail

getConfidenceLevel

public java.lang.String getConfidenceLevel()
Gets the value of the confidenceLevel property.

Returns:
possible object is String

setConfidenceLevel

public void setConfidenceLevel(java.lang.String value)
Sets the value of the confidenceLevel property.

Parameters:
value - allowed object is String

getEisId

public java.lang.String getEisId()
Gets the value of the eisId property.

Returns:
possible object is String

setEisId

public void setEisId(java.lang.String value)
Sets the value of the eisId property.

Parameters:
value - allowed object is String

getEntityIdSummaryStackedHTML

public java.lang.String getEntityIdSummaryStackedHTML()
Gets the value of the entityIdSummaryStackedHTML property.

Returns:
possible object is String

setEntityIdSummaryStackedHTML

public void setEntityIdSummaryStackedHTML(java.lang.String value)
Sets the value of the entityIdSummaryStackedHTML property.

Parameters:
value - allowed object is String

getLinkedEntities

public java.util.List<java.lang.String> getLinkedEntities()
Gets the value of the linkedEntities 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 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


getLinkedEntityList

public java.lang.String getLinkedEntityList()
Gets the value of the linkedEntityList property.

Returns:
possible object is String

setLinkedEntityList

public void setLinkedEntityList(java.lang.String value)
Sets the value of the linkedEntityList property.

Parameters:
value - allowed object is String

getLocalRecordID

public java.lang.String getLocalRecordID()
Gets the value of the localRecordID property.

Returns:
possible object is String

setLocalRecordID

public void setLocalRecordID(java.lang.String value)
Sets the value of the localRecordID property.

Parameters:
value - allowed object is String

getSystemID

public java.lang.String getSystemID()
Gets the value of the systemID property.

Returns:
possible object is String

setSystemID

public void setSystemID(java.lang.String value)
Sets the value of the systemID property.

Parameters:
value - allowed object is String

getTraitList

public EisEntityIdentifyingTraits getTraitList()
Gets the value of the traitList property.

Returns:
possible object is EisEntityIdentifyingTraits

setTraitList

public void setTraitList(EisEntityIdentifyingTraits value)
Sets the value of the traitList property.

Parameters:
value - allowed object is EisEntityIdentifyingTraits

getTraitListHTML

public java.lang.String getTraitListHTML()
Gets the value of the traitListHTML property.

Returns:
possible object is String

setTraitListHTML

public void setTraitListHTML(java.lang.String value)
Sets the value of the traitListHTML property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.