|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.eis.EisIdentityQualifier
public class EisIdentityQualifier
Java class for eisIdentityQualifier complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="eisIdentityQualifier"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="applicationIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="domainId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="identifierDomain" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="systemIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> <element name="userId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Field Summary | |
---|---|
protected java.lang.String |
applicationIdentifier
|
protected java.lang.String |
domainId
|
protected java.lang.String |
identifierDomain
|
protected java.lang.String |
systemIdentifier
|
protected java.lang.String |
userId
|
Constructor Summary | |
---|---|
EisIdentityQualifier()
|
Method Summary | |
---|---|
java.lang.String |
getApplicationIdentifier()
Gets the value of the applicationIdentifier property. |
java.lang.String |
getDomainId()
Gets the value of the domainId property. |
java.lang.String |
getIdentifierDomain()
Gets the value of the identifierDomain property. |
java.lang.String |
getSystemIdentifier()
Gets the value of the systemIdentifier property. |
java.lang.String |
getUserId()
Gets the value of the userId property. |
void |
setApplicationIdentifier(java.lang.String value)
Sets the value of the applicationIdentifier property. |
void |
setDomainId(java.lang.String value)
Sets the value of the domainId property. |
void |
setIdentifierDomain(java.lang.String value)
Sets the value of the identifierDomain property. |
void |
setSystemIdentifier(java.lang.String value)
Sets the value of the systemIdentifier property. |
void |
setUserId(java.lang.String value)
Sets the value of the userId 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 applicationIdentifier
protected java.lang.String domainId
protected java.lang.String identifierDomain
protected java.lang.String systemIdentifier
protected java.lang.String userId
Constructor Detail |
---|
public EisIdentityQualifier()
Method Detail |
---|
public java.lang.String getApplicationIdentifier()
String
public void setApplicationIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getDomainId()
String
public void setDomainId(java.lang.String value)
value
- allowed object is
String
public java.lang.String getIdentifierDomain()
String
public void setIdentifierDomain(java.lang.String value)
value
- allowed object is
String
public java.lang.String getSystemIdentifier()
String
public void setSystemIdentifier(java.lang.String value)
value
- allowed object is
String
public java.lang.String getUserId()
String
public void setUserId(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 |