|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.eis.BlockEntityLink
public class BlockEntityLink
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 |
|---|
protected java.lang.String entityTypeName
protected java.lang.String sourceEntityId
protected EisIdentityQualifier sourceSourceId
protected java.lang.String targetEntityId
protected EisIdentityQualifier targetSourceId
protected java.lang.String reasonCode
| Constructor Detail |
|---|
public BlockEntityLink()
| Method Detail |
|---|
public java.lang.String getEntityTypeName()
Stringpublic void setEntityTypeName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getSourceEntityId()
Stringpublic void setSourceEntityId(java.lang.String value)
value - allowed object is
Stringpublic EisIdentityQualifier getSourceSourceId()
EisIdentityQualifierpublic void setSourceSourceId(EisIdentityQualifier value)
value - allowed object is
EisIdentityQualifierpublic java.lang.String getTargetEntityId()
Stringpublic void setTargetEntityId(java.lang.String value)
value - allowed object is
Stringpublic EisIdentityQualifier getTargetSourceId()
EisIdentityQualifierpublic void setTargetSourceId(EisIdentityQualifier value)
value - allowed object is
EisIdentityQualifierpublic java.lang.String getReasonCode()
Stringpublic void setReasonCode(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 | |||||||||