|
||||||||||
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()
String
public void setConfidenceScore(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getCreatedDate()
XMLGregorianCalendar
public void setCreatedDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.Integer getCurrentRevision()
Integer
public void setCurrentRevision(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getCurrentVersionLabel()
String
public void setCurrentVersionLabel(java.lang.String value)
value
- allowed object is
String
public EntityDomain getEntityDomain()
EntityDomain
public void setEntityDomain(EntityDomain value)
value
- allowed object is
EntityDomain
public java.lang.Integer getEntityKey()
Integer
public void setEntityKey(java.lang.Integer value)
value
- allowed object is
Integer
public EntityType getEntityType()
EntityType
public void setEntityType(EntityType value)
value
- allowed object is
EntityType
public java.lang.String getGlobalId()
String
public void setGlobalId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdentifier()
String
public void setIdentifier(java.lang.String value)
value
- allowed object is
String
public IdentifierDomain getIdentifierDomain()
IdentifierDomain
public void setIdentifierDomain(IdentifierDomain value)
value
- allowed object is
IdentifierDomain
public java.lang.Integer getLastAllTraitHash()
Integer
public void setLastAllTraitHash(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.Integer getLastSearchableTraitHash()
Integer
public void setLastSearchableTraitHash(java.lang.Integer value)
value
- allowed object is
Integer
public java.lang.String getLocalId()
String
public void setLocalId(java.lang.String value)
value
- allowed object is
String
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public 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()
String
public 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 |