|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.KanaEntity
com.mirth.match.ejb.inex.Entity
public class Entity
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 |
|---|
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 Detail |
|---|
public Entity()
| Method Detail |
|---|
public java.lang.String getConfidenceScore()
Stringpublic void setConfidenceScore(java.lang.String value)
value - allowed object is
Stringpublic javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendarpublic void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic java.lang.Integer getCurrentRevision()
Integerpublic void setCurrentRevision(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getCurrentVersionLabel()
Stringpublic void setCurrentVersionLabel(java.lang.String value)
value - allowed object is
Stringpublic EntityDomain getEntityDomain()
EntityDomainpublic void setEntityDomain(EntityDomain value)
value - allowed object is
EntityDomainpublic java.lang.Integer getEntityKey()
Integerpublic void setEntityKey(java.lang.Integer value)
value - allowed object is
Integerpublic EntityType getEntityType()
EntityTypepublic void setEntityType(EntityType value)
value - allowed object is
EntityTypepublic java.lang.String getGlobalId()
Stringpublic void setGlobalId(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getIdentifier()
Stringpublic void setIdentifier(java.lang.String value)
value - allowed object is
Stringpublic IdentifierDomain getIdentifierDomain()
IdentifierDomainpublic void setIdentifierDomain(IdentifierDomain value)
value - allowed object is
IdentifierDomainpublic java.lang.Integer getLastAllTraitHash()
Integerpublic void setLastAllTraitHash(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.Integer getLastSearchableTraitHash()
Integerpublic void setLastSearchableTraitHash(java.lang.Integer value)
value - allowed object is
Integerpublic java.lang.String getLocalId()
Stringpublic void setLocalId(java.lang.String value)
value - allowed object is
Stringpublic Status getStatus()
Statuspublic void setStatus(Status value)
value - allowed object is
Statuspublic java.util.List<TraitInstance> getTraitInstances()
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
public java.lang.String getTraitInstancesXML()
Stringpublic void setTraitInstancesXML(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 | |||||||||