com.mirth.match.ejb.eis
Class FindTrait
java.lang.Object
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
|
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 |
traitName
protected java.lang.String traitName
FindTrait
public FindTrait()
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.