|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.UnblockEntityLink
public class UnblockEntityLink
Java class for UnblockEntityLink complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnblockEntityLink"> <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 | |
---|---|
UnblockEntityLink()
|
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 UnblockEntityLink()
Method Detail |
---|
public java.lang.String getEntityTypeName()
String
public void setEntityTypeName(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSourceEntityId()
String
public void setSourceEntityId(java.lang.String value)
value
- allowed object is
String
public EisIdentityQualifier getSourceSourceId()
EisIdentityQualifier
public void setSourceSourceId(EisIdentityQualifier value)
value
- allowed object is
EisIdentityQualifier
public java.lang.String getTargetEntityId()
String
public void setTargetEntityId(java.lang.String value)
value
- allowed object is
String
public EisIdentityQualifier getTargetSourceId()
EisIdentityQualifier
public void setTargetSourceId(EisIdentityQualifier value)
value
- allowed object is
EisIdentityQualifier
public java.lang.String getReasonCode()
String
public 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 |