|
||||||||||
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.EntityDomain
public class EntityDomain
Java class for entityDomain complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="entityDomain"> <complexContent> <extension base="{http://inex.ejb.match.mirth.com/}kanaEntity"> <sequence> <element name="autoLinkThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="defaultDomainGroup" type="{http://inex.ejb.match.mirth.com/}domainGroup" minOccurs="0"/> <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="domainGroups" type="{http://inex.ejb.match.mirth.com/}domainGroup" maxOccurs="unbounded" minOccurs="0"/> <element name="entityDomainKey" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/> <element name="entityDomainType" type="{http://inex.ejb.match.mirth.com/}entityDomainType" minOccurs="0"/> <element name="entityDomainUsers" type="{http://inex.ejb.match.mirth.com/}entityDomainAccess" maxOccurs="unbounded" minOccurs="0"/> <element name="entityType" type="{http://inex.ejb.match.mirth.com/}entityType" minOccurs="0"/> <element name="entityTypeTraits" type="{http://inex.ejb.match.mirth.com/}entityTypeTrait" maxOccurs="unbounded" minOccurs="0"/> <element name="guid" 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="identifierDomainAutoCreated" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="identifierDomains" type="{http://inex.ejb.match.mirth.com/}identifierDomain" maxOccurs="unbounded" minOccurs="0"/> <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="linkThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="matchingModule" type="{http://inex.ejb.match.mirth.com/}matchingModule" minOccurs="0"/> <element name="matchingModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="properties" type="{http://inex.ejb.match.mirth.com/}property" maxOccurs="unbounded" minOccurs="0"/> <element name="relinkOnUpdate" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="script" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="scriptType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="searchConfidenceLevelOverrideable" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="status" type="{http://inex.ejb.match.mirth.com/}status" minOccurs="0"/> <element name="statusMessage" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="submitReviewWorkitem" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="usingAsynchLinking" type="{http://www.w3.org/2001/XMLSchema}boolean"/> <element name="workflow" type="{http://inex.ejb.match.mirth.com/}workflow" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
autoLinkThreshold
|
protected DomainGroup |
defaultDomainGroup
|
protected java.lang.String |
description
|
protected java.util.List<DomainGroup> |
domainGroups
|
protected java.lang.Integer |
entityDomainKey
|
protected EntityDomainType |
entityDomainType
|
protected java.util.List<EntityDomainAccess> |
entityDomainUsers
|
protected EntityType |
entityType
|
protected java.util.List<EntityTypeTrait> |
entityTypeTraits
|
protected java.lang.String |
guid
|
protected java.lang.String |
identifier
|
protected boolean |
identifierDomainAutoCreated
|
protected java.util.List<IdentifierDomain> |
identifierDomains
|
protected java.lang.String |
label
|
protected java.lang.String |
linkThreshold
|
protected MatchingModule |
matchingModule
|
protected java.lang.String |
matchingModuleVersion
|
protected java.util.List<Property> |
properties
|
protected boolean |
relinkOnUpdate
|
protected java.lang.String |
script
|
protected java.lang.String |
scriptType
|
protected boolean |
searchConfidenceLevelOverrideable
|
protected Status |
status
|
protected java.lang.String |
statusMessage
|
protected boolean |
submitReviewWorkitem
|
protected boolean |
usingAsynchLinking
|
protected Workflow |
workflow
|
Constructor Summary | |
---|---|
EntityDomain()
|
Method Summary | |
---|---|
java.lang.String |
getAutoLinkThreshold()
Gets the value of the autoLinkThreshold property. |
DomainGroup |
getDefaultDomainGroup()
Gets the value of the defaultDomainGroup property. |
java.lang.String |
getDescription()
Gets the value of the description property. |
java.util.List<DomainGroup> |
getDomainGroups()
Gets the value of the domainGroups property. |
java.lang.Integer |
getEntityDomainKey()
Gets the value of the entityDomainKey property. |
EntityDomainType |
getEntityDomainType()
Gets the value of the entityDomainType property. |
java.util.List<EntityDomainAccess> |
getEntityDomainUsers()
Gets the value of the entityDomainUsers property. |
EntityType |
getEntityType()
Gets the value of the entityType property. |
java.util.List<EntityTypeTrait> |
getEntityTypeTraits()
Gets the value of the entityTypeTraits property. |
java.lang.String |
getGuid()
Gets the value of the guid property. |
java.lang.String |
getIdentifier()
Gets the value of the identifier property. |
java.util.List<IdentifierDomain> |
getIdentifierDomains()
Gets the value of the identifierDomains property. |
java.lang.String |
getLabel()
Gets the value of the label property. |
java.lang.String |
getLinkThreshold()
Gets the value of the linkThreshold property. |
MatchingModule |
getMatchingModule()
Gets the value of the matchingModule property. |
java.lang.String |
getMatchingModuleVersion()
Gets the value of the matchingModuleVersion property. |
java.util.List<Property> |
getProperties()
Gets the value of the properties property. |
java.lang.String |
getScript()
Gets the value of the script property. |
java.lang.String |
getScriptType()
Gets the value of the scriptType property. |
Status |
getStatus()
Gets the value of the status property. |
java.lang.String |
getStatusMessage()
Gets the value of the statusMessage property. |
Workflow |
getWorkflow()
Gets the value of the workflow property. |
boolean |
isIdentifierDomainAutoCreated()
Gets the value of the identifierDomainAutoCreated property. |
boolean |
isRelinkOnUpdate()
Gets the value of the relinkOnUpdate property. |
boolean |
isSearchConfidenceLevelOverrideable()
Gets the value of the searchConfidenceLevelOverrideable property. |
boolean |
isSubmitReviewWorkitem()
Gets the value of the submitReviewWorkitem property. |
boolean |
isUsingAsynchLinking()
Gets the value of the usingAsynchLinking property. |
void |
setAutoLinkThreshold(java.lang.String value)
Sets the value of the autoLinkThreshold property. |
void |
setDefaultDomainGroup(DomainGroup value)
Sets the value of the defaultDomainGroup property. |
void |
setDescription(java.lang.String value)
Sets the value of the description property. |
void |
setEntityDomainKey(java.lang.Integer value)
Sets the value of the entityDomainKey property. |
void |
setEntityDomainType(EntityDomainType value)
Sets the value of the entityDomainType property. |
void |
setEntityType(EntityType value)
Sets the value of the entityType property. |
void |
setGuid(java.lang.String value)
Sets the value of the guid property. |
void |
setIdentifier(java.lang.String value)
Sets the value of the identifier property. |
void |
setIdentifierDomainAutoCreated(boolean value)
Sets the value of the identifierDomainAutoCreated property. |
void |
setLabel(java.lang.String value)
Sets the value of the label property. |
void |
setLinkThreshold(java.lang.String value)
Sets the value of the linkThreshold property. |
void |
setMatchingModule(MatchingModule value)
Sets the value of the matchingModule property. |
void |
setMatchingModuleVersion(java.lang.String value)
Sets the value of the matchingModuleVersion property. |
void |
setRelinkOnUpdate(boolean value)
Sets the value of the relinkOnUpdate property. |
void |
setScript(java.lang.String value)
Sets the value of the script property. |
void |
setScriptType(java.lang.String value)
Sets the value of the scriptType property. |
void |
setSearchConfidenceLevelOverrideable(boolean value)
Sets the value of the searchConfidenceLevelOverrideable property. |
void |
setStatus(Status value)
Sets the value of the status property. |
void |
setStatusMessage(java.lang.String value)
Sets the value of the statusMessage property. |
void |
setSubmitReviewWorkitem(boolean value)
Sets the value of the submitReviewWorkitem property. |
void |
setUsingAsynchLinking(boolean value)
Sets the value of the usingAsynchLinking property. |
void |
setWorkflow(Workflow value)
Sets the value of the workflow 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 autoLinkThreshold
protected DomainGroup defaultDomainGroup
protected java.lang.String description
protected java.util.List<DomainGroup> domainGroups
protected java.lang.Integer entityDomainKey
protected EntityDomainType entityDomainType
protected java.util.List<EntityDomainAccess> entityDomainUsers
protected EntityType entityType
protected java.util.List<EntityTypeTrait> entityTypeTraits
protected java.lang.String guid
protected java.lang.String identifier
protected boolean identifierDomainAutoCreated
protected java.util.List<IdentifierDomain> identifierDomains
protected java.lang.String label
protected java.lang.String linkThreshold
protected MatchingModule matchingModule
protected java.lang.String matchingModuleVersion
protected java.util.List<Property> properties
protected boolean relinkOnUpdate
protected java.lang.String script
protected java.lang.String scriptType
protected boolean searchConfidenceLevelOverrideable
protected Status status
protected java.lang.String statusMessage
protected boolean submitReviewWorkitem
protected boolean usingAsynchLinking
protected Workflow workflow
Constructor Detail |
---|
public EntityDomain()
Method Detail |
---|
public java.lang.String getAutoLinkThreshold()
String
public void setAutoLinkThreshold(java.lang.String value)
value
- allowed object is
String
public DomainGroup getDefaultDomainGroup()
DomainGroup
public void setDefaultDomainGroup(DomainGroup value)
value
- allowed object is
DomainGroup
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.util.List<DomainGroup> getDomainGroups()
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 domainGroups property.
For example, to add a new item, do as follows:
getDomainGroups().add(newItem);
Objects of the following type(s) are allowed in the list
DomainGroup
public java.lang.Integer getEntityDomainKey()
Integer
public void setEntityDomainKey(java.lang.Integer value)
value
- allowed object is
Integer
public EntityDomainType getEntityDomainType()
EntityDomainType
public void setEntityDomainType(EntityDomainType value)
value
- allowed object is
EntityDomainType
public java.util.List<EntityDomainAccess> getEntityDomainUsers()
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 entityDomainUsers property.
For example, to add a new item, do as follows:
getEntityDomainUsers().add(newItem);
Objects of the following type(s) are allowed in the list
EntityDomainAccess
public EntityType getEntityType()
EntityType
public void setEntityType(EntityType value)
value
- allowed object is
EntityType
public java.util.List<EntityTypeTrait> getEntityTypeTraits()
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 entityTypeTraits property.
For example, to add a new item, do as follows:
getEntityTypeTraits().add(newItem);
Objects of the following type(s) are allowed in the list
EntityTypeTrait
public java.lang.String getGuid()
String
public void setGuid(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 boolean isIdentifierDomainAutoCreated()
public void setIdentifierDomainAutoCreated(boolean value)
public java.util.List<IdentifierDomain> getIdentifierDomains()
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 identifierDomains property.
For example, to add a new item, do as follows:
getIdentifierDomains().add(newItem);
Objects of the following type(s) are allowed in the list
IdentifierDomain
public java.lang.String getLabel()
String
public void setLabel(java.lang.String value)
value
- allowed object is
String
public java.lang.String getLinkThreshold()
String
public void setLinkThreshold(java.lang.String value)
value
- allowed object is
String
public MatchingModule getMatchingModule()
MatchingModule
public void setMatchingModule(MatchingModule value)
value
- allowed object is
MatchingModule
public java.lang.String getMatchingModuleVersion()
String
public void setMatchingModuleVersion(java.lang.String value)
value
- allowed object is
String
public java.util.List<Property> getProperties()
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 properties property.
For example, to add a new item, do as follows:
getProperties().add(newItem);
Objects of the following type(s) are allowed in the list
Property
public boolean isRelinkOnUpdate()
public void setRelinkOnUpdate(boolean value)
public java.lang.String getScript()
String
public void setScript(java.lang.String value)
value
- allowed object is
String
public java.lang.String getScriptType()
String
public void setScriptType(java.lang.String value)
value
- allowed object is
String
public boolean isSearchConfidenceLevelOverrideable()
public void setSearchConfidenceLevelOverrideable(boolean value)
public Status getStatus()
Status
public void setStatus(Status value)
value
- allowed object is
Status
public java.lang.String getStatusMessage()
String
public void setStatusMessage(java.lang.String value)
value
- allowed object is
String
public boolean isSubmitReviewWorkitem()
public void setSubmitReviewWorkitem(boolean value)
public boolean isUsingAsynchLinking()
public void setUsingAsynchLinking(boolean value)
public Workflow getWorkflow()
Workflow
public void setWorkflow(Workflow value)
value
- allowed object is
Workflow
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |