|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.ejb.inex.TraitInstance
public class TraitInstance
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 |
|---|
protected boolean derived
protected java.lang.String traitName
protected java.lang.String traitValue
| Constructor Detail |
|---|
public TraitInstance()
| Method Detail |
|---|
public boolean isDerived()
public void setDerived(boolean value)
public java.lang.String getTraitName()
Stringpublic void setTraitName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getTraitValue()
Stringpublic void setTraitValue(java.lang.String value)
value - allowed object is
String
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||