com.mirth.match.ejb.eis
Class EisIdentityQualifier

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

public class EisIdentityQualifier
extends java.lang.Object

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

applicationIdentifier

protected java.lang.String applicationIdentifier

domainId

protected java.lang.String domainId

identifierDomain

protected java.lang.String identifierDomain

systemIdentifier

protected java.lang.String systemIdentifier

userId

protected java.lang.String userId
Constructor Detail

EisIdentityQualifier

public EisIdentityQualifier()
Method Detail

getApplicationIdentifier

public java.lang.String getApplicationIdentifier()
Gets the value of the applicationIdentifier property.

Returns:
possible object is String

setApplicationIdentifier

public void setApplicationIdentifier(java.lang.String value)
Sets the value of the applicationIdentifier property.

Parameters:
value - allowed object is String

getDomainId

public java.lang.String getDomainId()
Gets the value of the domainId property.

Returns:
possible object is String

setDomainId

public void setDomainId(java.lang.String value)
Sets the value of the domainId property.

Parameters:
value - allowed object is String

getIdentifierDomain

public java.lang.String getIdentifierDomain()
Gets the value of the identifierDomain property.

Returns:
possible object is String

setIdentifierDomain

public void setIdentifierDomain(java.lang.String value)
Sets the value of the identifierDomain property.

Parameters:
value - allowed object is String

getSystemIdentifier

public java.lang.String getSystemIdentifier()
Gets the value of the systemIdentifier property.

Returns:
possible object is String

setSystemIdentifier

public void setSystemIdentifier(java.lang.String value)
Sets the value of the systemIdentifier property.

Parameters:
value - allowed object is String

getUserId

public java.lang.String getUserId()
Gets the value of the userId property.

Returns:
possible object is String

setUserId

public void setUserId(java.lang.String value)
Sets the value of the userId property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.