com.mirth.match.ejb.is
Class CreateIdentityFromEntity

java.lang.Object
  extended by com.mirth.match.ejb.is.CreateIdentityFromEntity

public class CreateIdentityFromEntity
extends java.lang.Object

Java class for CreateIdentityFromEntity complex type.

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

 <complexType name="CreateIdentityFromEntity">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="systemIdSourceid" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="semanticSignifierName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traits" type="{http://is.ejb.match.mirth.com/}eisSemanticSignifier" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String semanticSignifierName
           
protected  java.lang.String systemIdSourceid
           
protected  EisSemanticSignifier traits
           
 
Constructor Summary
CreateIdentityFromEntity()
           
 
Method Summary
 java.lang.String getSemanticSignifierName()
          Gets the value of the semanticSignifierName property.
 java.lang.String getSystemIdSourceid()
          Gets the value of the systemIdSourceid property.
 EisSemanticSignifier getTraits()
          Gets the value of the traits property.
 void setSemanticSignifierName(java.lang.String value)
          Sets the value of the semanticSignifierName property.
 void setSystemIdSourceid(java.lang.String value)
          Sets the value of the systemIdSourceid property.
 void setTraits(EisSemanticSignifier value)
          Sets the value of the traits property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemIdSourceid

protected java.lang.String systemIdSourceid

semanticSignifierName

protected java.lang.String semanticSignifierName

traits

protected EisSemanticSignifier traits
Constructor Detail

CreateIdentityFromEntity

public CreateIdentityFromEntity()
Method Detail

getSystemIdSourceid

public java.lang.String getSystemIdSourceid()
Gets the value of the systemIdSourceid property.

Returns:
possible object is String

setSystemIdSourceid

public void setSystemIdSourceid(java.lang.String value)
Sets the value of the systemIdSourceid property.

Parameters:
value - allowed object is String

getSemanticSignifierName

public java.lang.String getSemanticSignifierName()
Gets the value of the semanticSignifierName property.

Returns:
possible object is String

setSemanticSignifierName

public void setSemanticSignifierName(java.lang.String value)
Sets the value of the semanticSignifierName property.

Parameters:
value - allowed object is String

getTraits

public EisSemanticSignifier getTraits()
Gets the value of the traits property.

Returns:
possible object is EisSemanticSignifier

setTraits

public void setTraits(EisSemanticSignifier value)
Sets the value of the traits property.

Parameters:
value - allowed object is EisSemanticSignifier


Copyright © 2011 Mirth Corp. All Rights Reserved.