com.mirth.match.ejb.core
Class DtoEntityDomain

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoEntityDomain

public class DtoEntityDomain
extends DtoBase

Java class for dtoEntityDomain complex type.

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

 <complexType name="dtoEntityDomain">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="autoLinkThreshold" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="createDefaultDomainSource" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="createDefaultIdDomain" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="crossIdDomainEIS" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="domainGroupId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityDomainTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="entityTypeId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="guid" 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://core.ejb.match.mirth.com/}dtoIdentifierDomain" 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="makeNewDomainDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="matchingModuleId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="matchingModuleVersion" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="statusId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="submitReviewWorkitem" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="traits" type="{http://core.ejb.match.mirth.com/}dtoTrait" maxOccurs="unbounded" minOccurs="0"/>
         <element name="usingAsynchLinking" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="workflowId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String autoLinkThreshold
           
protected  java.lang.Boolean createDefaultDomainSource
           
protected  java.lang.Boolean createDefaultIdDomain
           
protected  boolean crossIdDomainEIS
           
protected  java.lang.String description
           
protected  java.lang.String domainGroupId
           
protected  java.lang.String entityDomainTypeId
           
protected  java.lang.String entityTypeId
           
protected  java.lang.String guid
           
protected  boolean identifierDomainAutoCreated
           
protected  java.util.List<DtoIdentifierDomain> identifierDomains
           
protected  java.lang.String label
           
protected  java.lang.String linkThreshold
           
protected  java.lang.Boolean makeNewDomainDefault
           
protected  java.lang.String matchingModuleId
           
protected  java.lang.String matchingModuleVersion
           
protected  java.lang.String statusId
           
protected  boolean submitReviewWorkitem
           
protected  java.util.List<DtoTrait> traits
           
protected  boolean usingAsynchLinking
           
protected  java.lang.String workflowId
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoEntityDomain()
           
 
Method Summary
 java.lang.String getAutoLinkThreshold()
          Gets the value of the autoLinkThreshold property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getDomainGroupId()
          Gets the value of the domainGroupId property.
 java.lang.String getEntityDomainTypeId()
          Gets the value of the entityDomainTypeId property.
 java.lang.String getEntityTypeId()
          Gets the value of the entityTypeId property.
 java.lang.String getGuid()
          Gets the value of the guid property.
 java.util.List<DtoIdentifierDomain> 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.
 java.lang.String getMatchingModuleId()
          Gets the value of the matchingModuleId property.
 java.lang.String getMatchingModuleVersion()
          Gets the value of the matchingModuleVersion property.
 java.lang.String getStatusId()
          Gets the value of the statusId property.
 java.util.List<DtoTrait> getTraits()
          Gets the value of the traits property.
 java.lang.String getWorkflowId()
          Gets the value of the workflowId property.
 java.lang.Boolean isCreateDefaultDomainSource()
          Gets the value of the createDefaultDomainSource property.
 java.lang.Boolean isCreateDefaultIdDomain()
          Gets the value of the createDefaultIdDomain property.
 boolean isCrossIdDomainEIS()
          Gets the value of the crossIdDomainEIS property.
 boolean isIdentifierDomainAutoCreated()
          Gets the value of the identifierDomainAutoCreated property.
 java.lang.Boolean isMakeNewDomainDefault()
          Gets the value of the makeNewDomainDefault 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 setCreateDefaultDomainSource(java.lang.Boolean value)
          Sets the value of the createDefaultDomainSource property.
 void setCreateDefaultIdDomain(java.lang.Boolean value)
          Sets the value of the createDefaultIdDomain property.
 void setCrossIdDomainEIS(boolean value)
          Sets the value of the crossIdDomainEIS property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setDomainGroupId(java.lang.String value)
          Sets the value of the domainGroupId property.
 void setEntityDomainTypeId(java.lang.String value)
          Sets the value of the entityDomainTypeId property.
 void setEntityTypeId(java.lang.String value)
          Sets the value of the entityTypeId property.
 void setGuid(java.lang.String value)
          Sets the value of the guid 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 setMakeNewDomainDefault(java.lang.Boolean value)
          Sets the value of the makeNewDomainDefault property.
 void setMatchingModuleId(java.lang.String value)
          Sets the value of the matchingModuleId property.
 void setMatchingModuleVersion(java.lang.String value)
          Sets the value of the matchingModuleVersion property.
 void setStatusId(java.lang.String value)
          Sets the value of the statusId property.
 void setSubmitReviewWorkitem(boolean value)
          Sets the value of the submitReviewWorkitem property.
 void setUsingAsynchLinking(boolean value)
          Sets the value of the usingAsynchLinking property.
 void setWorkflowId(java.lang.String value)
          Sets the value of the workflowId property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
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

createDefaultDomainSource

protected java.lang.Boolean createDefaultDomainSource

createDefaultIdDomain

protected java.lang.Boolean createDefaultIdDomain

crossIdDomainEIS

protected boolean crossIdDomainEIS

description

protected java.lang.String description

domainGroupId

protected java.lang.String domainGroupId

entityDomainTypeId

protected java.lang.String entityDomainTypeId

entityTypeId

protected java.lang.String entityTypeId

guid

protected java.lang.String guid

identifierDomainAutoCreated

protected boolean identifierDomainAutoCreated

identifierDomains

protected java.util.List<DtoIdentifierDomain> identifierDomains

label

protected java.lang.String label

linkThreshold

protected java.lang.String linkThreshold

makeNewDomainDefault

protected java.lang.Boolean makeNewDomainDefault

matchingModuleId

protected java.lang.String matchingModuleId

matchingModuleVersion

protected java.lang.String matchingModuleVersion

statusId

protected java.lang.String statusId

submitReviewWorkitem

protected boolean submitReviewWorkitem

traits

protected java.util.List<DtoTrait> traits

usingAsynchLinking

protected boolean usingAsynchLinking

workflowId

protected java.lang.String workflowId
Constructor Detail

DtoEntityDomain

public DtoEntityDomain()
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

isCreateDefaultDomainSource

public java.lang.Boolean isCreateDefaultDomainSource()
Gets the value of the createDefaultDomainSource property.

Returns:
possible object is Boolean

setCreateDefaultDomainSource

public void setCreateDefaultDomainSource(java.lang.Boolean value)
Sets the value of the createDefaultDomainSource property.

Parameters:
value - allowed object is Boolean

isCreateDefaultIdDomain

public java.lang.Boolean isCreateDefaultIdDomain()
Gets the value of the createDefaultIdDomain property.

Returns:
possible object is Boolean

setCreateDefaultIdDomain

public void setCreateDefaultIdDomain(java.lang.Boolean value)
Sets the value of the createDefaultIdDomain property.

Parameters:
value - allowed object is Boolean

isCrossIdDomainEIS

public boolean isCrossIdDomainEIS()
Gets the value of the crossIdDomainEIS property.


setCrossIdDomainEIS

public void setCrossIdDomainEIS(boolean value)
Sets the value of the crossIdDomainEIS property.


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

getDomainGroupId

public java.lang.String getDomainGroupId()
Gets the value of the domainGroupId property.

Returns:
possible object is String

setDomainGroupId

public void setDomainGroupId(java.lang.String value)
Sets the value of the domainGroupId property.

Parameters:
value - allowed object is String

getEntityDomainTypeId

public java.lang.String getEntityDomainTypeId()
Gets the value of the entityDomainTypeId property.

Returns:
possible object is String

setEntityDomainTypeId

public void setEntityDomainTypeId(java.lang.String value)
Sets the value of the entityDomainTypeId property.

Parameters:
value - allowed object is String

getEntityTypeId

public java.lang.String getEntityTypeId()
Gets the value of the entityTypeId property.

Returns:
possible object is String

setEntityTypeId

public void setEntityTypeId(java.lang.String value)
Sets the value of the entityTypeId property.

Parameters:
value - allowed object is String

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

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<DtoIdentifierDomain> 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 DtoIdentifierDomain


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

isMakeNewDomainDefault

public java.lang.Boolean isMakeNewDomainDefault()
Gets the value of the makeNewDomainDefault property.

Returns:
possible object is Boolean

setMakeNewDomainDefault

public void setMakeNewDomainDefault(java.lang.Boolean value)
Sets the value of the makeNewDomainDefault property.

Parameters:
value - allowed object is Boolean

getMatchingModuleId

public java.lang.String getMatchingModuleId()
Gets the value of the matchingModuleId property.

Returns:
possible object is String

setMatchingModuleId

public void setMatchingModuleId(java.lang.String value)
Sets the value of the matchingModuleId property.

Parameters:
value - allowed object is String

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

getStatusId

public java.lang.String getStatusId()
Gets the value of the statusId property.

Returns:
possible object is String

setStatusId

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


getTraits

public java.util.List<DtoTrait> getTraits()
Gets the value of the traits 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 traits property.

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

    getTraits().add(newItem);
 

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


isUsingAsynchLinking

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


setUsingAsynchLinking

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


getWorkflowId

public java.lang.String getWorkflowId()
Gets the value of the workflowId property.

Returns:
possible object is String

setWorkflowId

public void setWorkflowId(java.lang.String value)
Sets the value of the workflowId property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.