|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoEntityDomain
public class DtoEntityDomain
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 |
---|
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
Constructor Detail |
---|
public DtoEntityDomain()
Method Detail |
---|
public java.lang.String getAutoLinkThreshold()
String
public void setAutoLinkThreshold(java.lang.String value)
value
- allowed object is
String
public java.lang.Boolean isCreateDefaultDomainSource()
Boolean
public void setCreateDefaultDomainSource(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.Boolean isCreateDefaultIdDomain()
Boolean
public void setCreateDefaultIdDomain(java.lang.Boolean value)
value
- allowed object is
Boolean
public boolean isCrossIdDomainEIS()
public void setCrossIdDomainEIS(boolean value)
public java.lang.String getDescription()
String
public void setDescription(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomainGroupId()
String
public void setDomainGroupId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityDomainTypeId()
String
public void setEntityDomainTypeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getEntityTypeId()
String
public void setEntityTypeId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getGuid()
String
public void setGuid(java.lang.String value)
value
- allowed object is
String
public boolean isIdentifierDomainAutoCreated()
public void setIdentifierDomainAutoCreated(boolean value)
public java.util.List<DtoIdentifierDomain> 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
DtoIdentifierDomain
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 java.lang.Boolean isMakeNewDomainDefault()
Boolean
public void setMakeNewDomainDefault(java.lang.Boolean value)
value
- allowed object is
Boolean
public java.lang.String getMatchingModuleId()
String
public void setMatchingModuleId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getMatchingModuleVersion()
String
public void setMatchingModuleVersion(java.lang.String value)
value
- allowed object is
String
public java.lang.String getStatusId()
String
public void setStatusId(java.lang.String value)
value
- allowed object is
String
public boolean isSubmitReviewWorkitem()
public void setSubmitReviewWorkitem(boolean value)
public java.util.List<DtoTrait> getTraits()
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
public boolean isUsingAsynchLinking()
public void setUsingAsynchLinking(boolean value)
public java.lang.String getWorkflowId()
String
public void setWorkflowId(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 |