com.mirth.match.ejb.eis
Class FindTrait

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

public class FindTrait
extends java.lang.Object

Java class for FindTrait complex type.

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

 <complexType name="FindTrait">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="traitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String traitName
           
 
Constructor Summary
FindTrait()
           
 
Method Summary
 java.lang.String getTraitName()
          Gets the value of the traitName property.
 void setTraitName(java.lang.String value)
          Sets the value of the traitName property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

traitName

protected java.lang.String traitName
Constructor Detail

FindTrait

public FindTrait()
Method Detail

getTraitName

public java.lang.String getTraitName()
Gets the value of the traitName property.

Returns:
possible object is String

setTraitName

public void setTraitName(java.lang.String value)
Sets the value of the traitName property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.