com.mirth.match.ejb.is
Class MergeEntities

java.lang.Object
  extended by com.mirth.match.ejb.is.MergeEntities

public class MergeEntities
extends java.lang.Object

Java class for MergeEntities complex type.

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

 <complexType name="MergeEntities">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="sourceEntityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceSourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="targetEntityId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="targetSourceId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="reasonCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traits" type="{http://is.ejb.match.mirth.com/}eisSemanticSignifier" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String reasonCode
           
protected  java.lang.String semanticSignifierName
           
protected  java.lang.String sourceEntityId
           
protected  java.lang.String sourceSourceId
           
protected  java.lang.String targetEntityId
           
protected  java.lang.String targetSourceId
           
protected  EisSemanticSignifier traits
           
 
Constructor Summary
MergeEntities()
           
 
Method Summary
 java.lang.String getReasonCode()
          Gets the value of the reasonCode property.
 java.lang.String getSemanticSignifierName()
          Gets the value of the semanticSignifierName property.
 java.lang.String getSourceEntityId()
          Gets the value of the sourceEntityId property.
 java.lang.String getSourceSourceId()
          Gets the value of the sourceSourceId property.
 java.lang.String getTargetEntityId()
          Gets the value of the targetEntityId property.
 java.lang.String getTargetSourceId()
          Gets the value of the targetSourceId property.
 EisSemanticSignifier getTraits()
          Gets the value of the traits property.
 void setReasonCode(java.lang.String value)
          Sets the value of the reasonCode property.
 void setSemanticSignifierName(java.lang.String value)
          Sets the value of the semanticSignifierName property.
 void setSourceEntityId(java.lang.String value)
          Sets the value of the sourceEntityId property.
 void setSourceSourceId(java.lang.String value)
          Sets the value of the sourceSourceId property.
 void setTargetEntityId(java.lang.String value)
          Sets the value of the targetEntityId property.
 void setTargetSourceId(java.lang.String value)
          Sets the value of the targetSourceId property.
 void setTraits(EisSemanticSignifier value)
          Sets the value of the traits property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sourceEntityId

protected java.lang.String sourceEntityId

sourceSourceId

protected java.lang.String sourceSourceId

targetEntityId

protected java.lang.String targetEntityId

targetSourceId

protected java.lang.String targetSourceId

reasonCode

protected java.lang.String reasonCode

semanticSignifierName

protected java.lang.String semanticSignifierName

traits

protected EisSemanticSignifier traits
Constructor Detail

MergeEntities

public MergeEntities()
Method Detail

getSourceEntityId

public java.lang.String getSourceEntityId()
Gets the value of the sourceEntityId property.

Returns:
possible object is String

setSourceEntityId

public void setSourceEntityId(java.lang.String value)
Sets the value of the sourceEntityId property.

Parameters:
value - allowed object is String

getSourceSourceId

public java.lang.String getSourceSourceId()
Gets the value of the sourceSourceId property.

Returns:
possible object is String

setSourceSourceId

public void setSourceSourceId(java.lang.String value)
Sets the value of the sourceSourceId property.

Parameters:
value - allowed object is String

getTargetEntityId

public java.lang.String getTargetEntityId()
Gets the value of the targetEntityId property.

Returns:
possible object is String

setTargetEntityId

public void setTargetEntityId(java.lang.String value)
Sets the value of the targetEntityId property.

Parameters:
value - allowed object is String

getTargetSourceId

public java.lang.String getTargetSourceId()
Gets the value of the targetSourceId property.

Returns:
possible object is String

setTargetSourceId

public void setTargetSourceId(java.lang.String value)
Sets the value of the targetSourceId property.

Parameters:
value - allowed object is String

getReasonCode

public java.lang.String getReasonCode()
Gets the value of the reasonCode property.

Returns:
possible object is String

setReasonCode

public void setReasonCode(java.lang.String value)
Sets the value of the reasonCode property.

Parameters:
value - allowed object is String

getSemanticSignifierName

public java.lang.String getSemanticSignifierName()
Gets the value of the semanticSignifierName property.

Returns:
possible object is String

setSemanticSignifierName

public void setSemanticSignifierName(java.lang.String value)
Sets the value of the semanticSignifierName property.

Parameters:
value - allowed object is String

getTraits

public EisSemanticSignifier getTraits()
Gets the value of the traits property.

Returns:
possible object is EisSemanticSignifier

setTraits

public void setTraits(EisSemanticSignifier value)
Sets the value of the traits property.

Parameters:
value - allowed object is EisSemanticSignifier


Copyright © 2011 Mirth Corp. All Rights Reserved.