com.mirth.match.ejb.inex
Class Entity

java.lang.Object
  extended by com.mirth.match.ejb.inex.KanaEntity
      extended by com.mirth.match.ejb.inex.Entity

public class Entity
extends KanaEntity

Java class for entity complex type.

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

 <complexType name="entity">
   <complexContent>
     <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity">
       <sequence>
         <element name="confidenceScore" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createdDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="currentRevision" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="currentVersionLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityDomain" type="{http://inex.ejb.match.mirth.com/}entityDomain" minOccurs="0"/>
         <element name="entityKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="entityType" type="{http://inex.ejb.match.mirth.com/}entityType" minOccurs="0"/>
         <element name="globalId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="identifierDomain" type="{http://inex.ejb.match.mirth.com/}identifierDomain" minOccurs="0"/>
         <element name="lastAllTraitHash" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="lastSearchableTraitHash" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
         <element name="localId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/>
         <element name="traitInstances" type="{http://inex.ejb.match.mirth.com/}traitInstance" maxOccurs="unbounded" minOccurs="0"/>
         <element name="traitInstancesXML" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String confidenceScore
           
protected  javax.xml.datatype.XMLGregorianCalendar createdDate
           
protected  java.lang.Integer currentRevision
           
protected  java.lang.String currentVersionLabel
           
protected  EntityDomain entityDomain
           
protected  java.lang.Integer entityKey
           
protected  EntityType entityType
           
protected  java.lang.String globalId
           
protected  java.lang.String identifier
           
protected  IdentifierDomain identifierDomain
           
protected  java.lang.Integer lastAllTraitHash
           
protected  java.lang.Integer lastSearchableTraitHash
           
protected  java.lang.String localId
           
protected  Status status
           
protected  java.util.List<TraitInstance> traitInstances
           
protected  java.lang.String traitInstancesXML
           
 
Constructor Summary
Entity()
           
 
Method Summary
 java.lang.String getConfidenceScore()
          Gets the value of the confidenceScore property.
 javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
          Gets the value of the createdDate property.
 java.lang.Integer getCurrentRevision()
          Gets the value of the currentRevision property.
 java.lang.String getCurrentVersionLabel()
          Gets the value of the currentVersionLabel property.
 EntityDomain getEntityDomain()
          Gets the value of the entityDomain property.
 java.lang.Integer getEntityKey()
          Gets the value of the entityKey property.
 EntityType getEntityType()
          Gets the value of the entityType property.
 java.lang.String getGlobalId()
          Gets the value of the globalId property.
 java.lang.String getIdentifier()
          Gets the value of the identifier property.
 IdentifierDomain getIdentifierDomain()
          Gets the value of the identifierDomain property.
 java.lang.Integer getLastAllTraitHash()
          Gets the value of the lastAllTraitHash property.
 java.lang.Integer getLastSearchableTraitHash()
          Gets the value of the lastSearchableTraitHash property.
 java.lang.String getLocalId()
          Gets the value of the localId property.
 Status getStatus()
          Gets the value of the status property.
 java.util.List<TraitInstance> getTraitInstances()
          Gets the value of the traitInstances property.
 java.lang.String getTraitInstancesXML()
          Gets the value of the traitInstancesXML property.
 void setConfidenceScore(java.lang.String value)
          Sets the value of the confidenceScore property.
 void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the createdDate property.
 void setCurrentRevision(java.lang.Integer value)
          Sets the value of the currentRevision property.
 void setCurrentVersionLabel(java.lang.String value)
          Sets the value of the currentVersionLabel property.
 void setEntityDomain(EntityDomain value)
          Sets the value of the entityDomain property.
 void setEntityKey(java.lang.Integer value)
          Sets the value of the entityKey property.
 void setEntityType(EntityType value)
          Sets the value of the entityType property.
 void setGlobalId(java.lang.String value)
          Sets the value of the globalId property.
 void setIdentifier(java.lang.String value)
          Sets the value of the identifier property.
 void setIdentifierDomain(IdentifierDomain value)
          Sets the value of the identifierDomain property.
 void setLastAllTraitHash(java.lang.Integer value)
          Sets the value of the lastAllTraitHash property.
 void setLastSearchableTraitHash(java.lang.Integer value)
          Sets the value of the lastSearchableTraitHash property.
 void setLocalId(java.lang.String value)
          Sets the value of the localId property.
 void setStatus(Status value)
          Sets the value of the status property.
 void setTraitInstancesXML(java.lang.String value)
          Sets the value of the traitInstancesXML property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

confidenceScore

protected java.lang.String confidenceScore

createdDate

protected javax.xml.datatype.XMLGregorianCalendar createdDate

currentRevision

protected java.lang.Integer currentRevision

currentVersionLabel

protected java.lang.String currentVersionLabel

entityDomain

protected EntityDomain entityDomain

entityKey

protected java.lang.Integer entityKey

entityType

protected EntityType entityType

globalId

protected java.lang.String globalId

identifier

protected java.lang.String identifier

identifierDomain

protected IdentifierDomain identifierDomain

lastAllTraitHash

protected java.lang.Integer lastAllTraitHash

lastSearchableTraitHash

protected java.lang.Integer lastSearchableTraitHash

localId

protected java.lang.String localId

status

protected Status status

traitInstances

protected java.util.List<TraitInstance> traitInstances

traitInstancesXML

protected java.lang.String traitInstancesXML
Constructor Detail

Entity

public Entity()
Method Detail

getConfidenceScore

public java.lang.String getConfidenceScore()
Gets the value of the confidenceScore property.

Returns:
possible object is String

setConfidenceScore

public void setConfidenceScore(java.lang.String value)
Sets the value of the confidenceScore property.

Parameters:
value - allowed object is String

getCreatedDate

public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
Gets the value of the createdDate property.

Returns:
possible object is XMLGregorianCalendar

setCreatedDate

public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the createdDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getCurrentRevision

public java.lang.Integer getCurrentRevision()
Gets the value of the currentRevision property.

Returns:
possible object is Integer

setCurrentRevision

public void setCurrentRevision(java.lang.Integer value)
Sets the value of the currentRevision property.

Parameters:
value - allowed object is Integer

getCurrentVersionLabel

public java.lang.String getCurrentVersionLabel()
Gets the value of the currentVersionLabel property.

Returns:
possible object is String

setCurrentVersionLabel

public void setCurrentVersionLabel(java.lang.String value)
Sets the value of the currentVersionLabel property.

Parameters:
value - allowed object is String

getEntityDomain

public EntityDomain getEntityDomain()
Gets the value of the entityDomain property.

Returns:
possible object is EntityDomain

setEntityDomain

public void setEntityDomain(EntityDomain value)
Sets the value of the entityDomain property.

Parameters:
value - allowed object is EntityDomain

getEntityKey

public java.lang.Integer getEntityKey()
Gets the value of the entityKey property.

Returns:
possible object is Integer

setEntityKey

public void setEntityKey(java.lang.Integer value)
Sets the value of the entityKey property.

Parameters:
value - allowed object is Integer

getEntityType

public EntityType getEntityType()
Gets the value of the entityType property.

Returns:
possible object is EntityType

setEntityType

public void setEntityType(EntityType value)
Sets the value of the entityType property.

Parameters:
value - allowed object is EntityType

getGlobalId

public java.lang.String getGlobalId()
Gets the value of the globalId property.

Returns:
possible object is String

setGlobalId

public void setGlobalId(java.lang.String value)
Sets the value of the globalId property.

Parameters:
value - allowed object is String

getIdentifier

public java.lang.String getIdentifier()
Gets the value of the identifier property.

Returns:
possible object is String

setIdentifier

public void setIdentifier(java.lang.String value)
Sets the value of the identifier property.

Parameters:
value - allowed object is String

getIdentifierDomain

public IdentifierDomain getIdentifierDomain()
Gets the value of the identifierDomain property.

Returns:
possible object is IdentifierDomain

setIdentifierDomain

public void setIdentifierDomain(IdentifierDomain value)
Sets the value of the identifierDomain property.

Parameters:
value - allowed object is IdentifierDomain

getLastAllTraitHash

public java.lang.Integer getLastAllTraitHash()
Gets the value of the lastAllTraitHash property.

Returns:
possible object is Integer

setLastAllTraitHash

public void setLastAllTraitHash(java.lang.Integer value)
Sets the value of the lastAllTraitHash property.

Parameters:
value - allowed object is Integer

getLastSearchableTraitHash

public java.lang.Integer getLastSearchableTraitHash()
Gets the value of the lastSearchableTraitHash property.

Returns:
possible object is Integer

setLastSearchableTraitHash

public void setLastSearchableTraitHash(java.lang.Integer value)
Sets the value of the lastSearchableTraitHash property.

Parameters:
value - allowed object is Integer

getLocalId

public java.lang.String getLocalId()
Gets the value of the localId property.

Returns:
possible object is String

setLocalId

public void setLocalId(java.lang.String value)
Sets the value of the localId property.

Parameters:
value - allowed object is String

getStatus

public Status getStatus()
Gets the value of the status property.

Returns:
possible object is Status

setStatus

public void setStatus(Status value)
Sets the value of the status property.

Parameters:
value - allowed object is Status

getTraitInstances

public java.util.List<TraitInstance> getTraitInstances()
Gets the value of the traitInstances 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 traitInstances property.

For example, to add a new item, do as follows:

    getTraitInstances().add(newItem);
 

Objects of the following type(s) are allowed in the list TraitInstance


getTraitInstancesXML

public java.lang.String getTraitInstancesXML()
Gets the value of the traitInstancesXML property.

Returns:
possible object is String

setTraitInstancesXML

public void setTraitInstancesXML(java.lang.String value)
Sets the value of the traitInstancesXML property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.