com.mirth.match.ejb.inex
Class EntityDomain

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

public class EntityDomain
extends KanaEntity

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

autoLinkThreshold

protected java.lang.String autoLinkThreshold

defaultDomainGroup

protected DomainGroup defaultDomainGroup

description

protected java.lang.String description

domainGroups

protected java.util.List<DomainGroup> domainGroups

entityDomainKey

protected java.lang.Integer entityDomainKey

entityDomainType

protected EntityDomainType entityDomainType

entityDomainUsers

protected java.util.List<EntityDomainAccess> entityDomainUsers

entityType

protected EntityType entityType

entityTypeTraits

protected java.util.List<EntityTypeTrait> entityTypeTraits

guid

protected java.lang.String guid

identifier

protected java.lang.String identifier

identifierDomainAutoCreated

protected boolean identifierDomainAutoCreated

identifierDomains

protected java.util.List<IdentifierDomain> identifierDomains

label

protected java.lang.String label

linkThreshold

protected java.lang.String linkThreshold

matchingModule

protected MatchingModule matchingModule

matchingModuleVersion

protected java.lang.String matchingModuleVersion

properties

protected java.util.List<Property> properties

relinkOnUpdate

protected boolean relinkOnUpdate

script

protected java.lang.String script

scriptType

protected java.lang.String scriptType

searchConfidenceLevelOverrideable

protected boolean searchConfidenceLevelOverrideable

status

protected Status status

statusMessage

protected java.lang.String statusMessage

submitReviewWorkitem

protected boolean submitReviewWorkitem

usingAsynchLinking

protected boolean usingAsynchLinking

workflow

protected Workflow workflow
Constructor Detail

EntityDomain

public EntityDomain()
Method Detail

getAutoLinkThreshold

public java.lang.String getAutoLinkThreshold()
Gets the value of the autoLinkThreshold property.

Returns:
possible object is String

setAutoLinkThreshold

public void setAutoLinkThreshold(java.lang.String value)
Sets the value of the autoLinkThreshold property.

Parameters:
value - allowed object is String

getDefaultDomainGroup

public DomainGroup getDefaultDomainGroup()
Gets the value of the defaultDomainGroup property.

Returns:
possible object is DomainGroup

setDefaultDomainGroup

public void setDefaultDomainGroup(DomainGroup value)
Sets the value of the defaultDomainGroup property.

Parameters:
value - allowed object is DomainGroup

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

getDomainGroups

public java.util.List<DomainGroup> getDomainGroups()
Gets the value of the domainGroups 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 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


getEntityDomainKey

public java.lang.Integer getEntityDomainKey()
Gets the value of the entityDomainKey property.

Returns:
possible object is Integer

setEntityDomainKey

public void setEntityDomainKey(java.lang.Integer value)
Sets the value of the entityDomainKey property.

Parameters:
value - allowed object is Integer

getEntityDomainType

public EntityDomainType getEntityDomainType()
Gets the value of the entityDomainType property.

Returns:
possible object is EntityDomainType

setEntityDomainType

public void setEntityDomainType(EntityDomainType value)
Sets the value of the entityDomainType property.

Parameters:
value - allowed object is EntityDomainType

getEntityDomainUsers

public java.util.List<EntityDomainAccess> getEntityDomainUsers()
Gets the value of the entityDomainUsers 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 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


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

getEntityTypeTraits

public java.util.List<EntityTypeTrait> getEntityTypeTraits()
Gets the value of the entityTypeTraits 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 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


getGuid

public java.lang.String getGuid()
Gets the value of the guid property.

Returns:
possible object is String

setGuid

public void setGuid(java.lang.String value)
Sets the value of the guid 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

isIdentifierDomainAutoCreated

public boolean isIdentifierDomainAutoCreated()
Gets the value of the identifierDomainAutoCreated property.


setIdentifierDomainAutoCreated

public void setIdentifierDomainAutoCreated(boolean value)
Sets the value of the identifierDomainAutoCreated property.


getIdentifierDomains

public java.util.List<IdentifierDomain> getIdentifierDomains()
Gets the value of the identifierDomains 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 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


getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getLinkThreshold

public java.lang.String getLinkThreshold()
Gets the value of the linkThreshold property.

Returns:
possible object is String

setLinkThreshold

public void setLinkThreshold(java.lang.String value)
Sets the value of the linkThreshold property.

Parameters:
value - allowed object is String

getMatchingModule

public MatchingModule getMatchingModule()
Gets the value of the matchingModule property.

Returns:
possible object is MatchingModule

setMatchingModule

public void setMatchingModule(MatchingModule value)
Sets the value of the matchingModule property.

Parameters:
value - allowed object is MatchingModule

getMatchingModuleVersion

public java.lang.String getMatchingModuleVersion()
Gets the value of the matchingModuleVersion property.

Returns:
possible object is String

setMatchingModuleVersion

public void setMatchingModuleVersion(java.lang.String value)
Sets the value of the matchingModuleVersion property.

Parameters:
value - allowed object is String

getProperties

public java.util.List<Property> getProperties()
Gets the value of the properties 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 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


isRelinkOnUpdate

public boolean isRelinkOnUpdate()
Gets the value of the relinkOnUpdate property.


setRelinkOnUpdate

public void setRelinkOnUpdate(boolean value)
Sets the value of the relinkOnUpdate property.


getScript

public java.lang.String getScript()
Gets the value of the script property.

Returns:
possible object is String

setScript

public void setScript(java.lang.String value)
Sets the value of the script property.

Parameters:
value - allowed object is String

getScriptType

public java.lang.String getScriptType()
Gets the value of the scriptType property.

Returns:
possible object is String

setScriptType

public void setScriptType(java.lang.String value)
Sets the value of the scriptType property.

Parameters:
value - allowed object is String

isSearchConfidenceLevelOverrideable

public boolean isSearchConfidenceLevelOverrideable()
Gets the value of the searchConfidenceLevelOverrideable property.


setSearchConfidenceLevelOverrideable

public void setSearchConfidenceLevelOverrideable(boolean value)
Sets the value of the searchConfidenceLevelOverrideable property.


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

getStatusMessage

public java.lang.String getStatusMessage()
Gets the value of the statusMessage property.

Returns:
possible object is String

setStatusMessage

public void setStatusMessage(java.lang.String value)
Sets the value of the statusMessage property.

Parameters:
value - allowed object is String

isSubmitReviewWorkitem

public boolean isSubmitReviewWorkitem()
Gets the value of the submitReviewWorkitem property.


setSubmitReviewWorkitem

public void setSubmitReviewWorkitem(boolean value)
Sets the value of the submitReviewWorkitem property.


isUsingAsynchLinking

public boolean isUsingAsynchLinking()
Gets the value of the usingAsynchLinking property.


setUsingAsynchLinking

public void setUsingAsynchLinking(boolean value)
Sets the value of the usingAsynchLinking property.


getWorkflow

public Workflow getWorkflow()
Gets the value of the workflow property.

Returns:
possible object is Workflow

setWorkflow

public void setWorkflow(Workflow value)
Sets the value of the workflow property.

Parameters:
value - allowed object is Workflow


Copyright © 2011 Mirth Corp. All Rights Reserved.