com.mirth.match.ejb.eis
Class BlockEntityLink

java.lang.Object
  extended by com.mirth.match.ejb.eis.BlockEntityLink

public class BlockEntityLink
extends java.lang.Object

Java class for BlockEntityLink complex type.

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

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


Field Summary
protected  java.lang.String entityTypeName
           
protected  java.lang.String reasonCode
           
protected  java.lang.String sourceEntityId
           
protected  EisIdentityQualifier sourceSourceId
           
protected  java.lang.String targetEntityId
           
protected  EisIdentityQualifier targetSourceId
           
 
Constructor Summary
BlockEntityLink()
           
 
Method Summary
 java.lang.String getEntityTypeName()
          Gets the value of the entityTypeName property.
 java.lang.String getReasonCode()
          Gets the value of the reasonCode property.
 java.lang.String getSourceEntityId()
          Gets the value of the sourceEntityId property.
 EisIdentityQualifier getSourceSourceId()
          Gets the value of the sourceSourceId property.
 java.lang.String getTargetEntityId()
          Gets the value of the targetEntityId property.
 EisIdentityQualifier getTargetSourceId()
          Gets the value of the targetSourceId property.
 void setEntityTypeName(java.lang.String value)
          Sets the value of the entityTypeName property.
 void setReasonCode(java.lang.String value)
          Sets the value of the reasonCode property.
 void setSourceEntityId(java.lang.String value)
          Sets the value of the sourceEntityId property.
 void setSourceSourceId(EisIdentityQualifier value)
          Sets the value of the sourceSourceId property.
 void setTargetEntityId(java.lang.String value)
          Sets the value of the targetEntityId property.
 void setTargetSourceId(EisIdentityQualifier value)
          Sets the value of the targetSourceId property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityTypeName

protected java.lang.String entityTypeName

sourceEntityId

protected java.lang.String sourceEntityId

sourceSourceId

protected EisIdentityQualifier sourceSourceId

targetEntityId

protected java.lang.String targetEntityId

targetSourceId

protected EisIdentityQualifier targetSourceId

reasonCode

protected java.lang.String reasonCode
Constructor Detail

BlockEntityLink

public BlockEntityLink()
Method Detail

getEntityTypeName

public java.lang.String getEntityTypeName()
Gets the value of the entityTypeName property.

Returns:
possible object is String

setEntityTypeName

public void setEntityTypeName(java.lang.String value)
Sets the value of the entityTypeName property.

Parameters:
value - allowed object is String

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 EisIdentityQualifier getSourceSourceId()
Gets the value of the sourceSourceId property.

Returns:
possible object is EisIdentityQualifier

setSourceSourceId

public void setSourceSourceId(EisIdentityQualifier value)
Sets the value of the sourceSourceId property.

Parameters:
value - allowed object is EisIdentityQualifier

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 EisIdentityQualifier getTargetSourceId()
Gets the value of the targetSourceId property.

Returns:
possible object is EisIdentityQualifier

setTargetSourceId

public void setTargetSourceId(EisIdentityQualifier value)
Sets the value of the targetSourceId property.

Parameters:
value - allowed object is EisIdentityQualifier

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


Copyright © 2011 Mirth Corp. All Rights Reserved.