| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.eis.UpdateEntityTraitValues
public class UpdateEntityTraitValues
Java class for UpdateEntityTraitValues complex type.
The following schema fragment specifies the expected content contained within this class.
 <complexType name="UpdateEntityTraitValues">
   <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="localEntityIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="sourceId" type="{http://eis.ejb.match.mirth.com/}eisIdentityQualifier" minOccurs="0"/>
         <element name="traits" type="{http://eis.ejb.match.mirth.com/}eisEntityIdentifyingTraits" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 
| Field Summary | |
|---|---|
| protected  java.lang.String | entityTypeName | 
| protected  java.lang.String | localEntityIdentifier | 
| protected  EisIdentityQualifier | sourceId | 
| protected  EisEntityIdentifyingTraits | traits | 
| Constructor Summary | |
|---|---|
| UpdateEntityTraitValues() | |
| Method Summary | |
|---|---|
|  java.lang.String | getEntityTypeName()Gets the value of the entityTypeName property. | 
|  java.lang.String | getLocalEntityIdentifier()Gets the value of the localEntityIdentifier property. | 
|  EisIdentityQualifier | getSourceId()Gets the value of the sourceId property. | 
|  EisEntityIdentifyingTraits | getTraits()Gets the value of the traits property. | 
|  void | setEntityTypeName(java.lang.String value)Sets the value of the entityTypeName property. | 
|  void | setLocalEntityIdentifier(java.lang.String value)Sets the value of the localEntityIdentifier property. | 
|  void | setSourceId(EisIdentityQualifier value)Sets the value of the sourceId property. | 
|  void | setTraits(EisEntityIdentifyingTraits 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 | 
|---|
protected java.lang.String entityTypeName
protected java.lang.String localEntityIdentifier
protected EisIdentityQualifier sourceId
protected EisEntityIdentifyingTraits traits
| Constructor Detail | 
|---|
public UpdateEntityTraitValues()
| Method Detail | 
|---|
public java.lang.String getEntityTypeName()
Stringpublic void setEntityTypeName(java.lang.String value)
value - allowed object is
     Stringpublic java.lang.String getLocalEntityIdentifier()
Stringpublic void setLocalEntityIdentifier(java.lang.String value)
value - allowed object is
     Stringpublic EisIdentityQualifier getSourceId()
EisIdentityQualifierpublic void setSourceId(EisIdentityQualifier value)
value - allowed object is
     EisIdentityQualifierpublic EisEntityIdentifyingTraits getTraits()
EisEntityIdentifyingTraitspublic void setTraits(EisEntityIdentifyingTraits value)
value - allowed object is
     EisEntityIdentifyingTraits| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||