com.mirth.match.ejb.inex
Class TraitInstance

java.lang.Object
  extended by com.mirth.match.ejb.inex.TraitInstance

public class TraitInstance
extends java.lang.Object

Java class for traitInstance complex type.

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

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


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

Field Detail

derived

protected boolean derived

traitName

protected java.lang.String traitName

traitValue

protected java.lang.String traitValue
Constructor Detail

TraitInstance

public TraitInstance()
Method Detail

isDerived

public boolean isDerived()
Gets the value of the derived property.


setDerived

public void setDerived(boolean value)
Sets the value of the derived property.


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

getTraitValue

public java.lang.String getTraitValue()
Gets the value of the traitValue property.

Returns:
possible object is String

setTraitValue

public void setTraitValue(java.lang.String value)
Sets the value of the traitValue property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.