com.mirth.match.ejb.eis
Class EisTrait

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

public class EisTrait
extends java.lang.Object

Java class for eisTrait complex type.

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

 <complexType name="eisTrait">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="mandatory" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="sortOrder" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="status" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traitDataType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="traitName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String description
           
protected  boolean mandatory
           
protected  int sortOrder
           
protected  java.lang.String status
           
protected  java.lang.String traitDataType
           
protected  java.lang.String traitName
           
 
Constructor Summary
EisTrait()
           
 
Method Summary
 java.lang.String getDescription()
          Gets the value of the description property.
 int getSortOrder()
          Gets the value of the sortOrder property.
 java.lang.String getStatus()
          Gets the value of the status property.
 java.lang.String getTraitDataType()
          Gets the value of the traitDataType property.
 java.lang.String getTraitName()
          Gets the value of the traitName property.
 boolean isMandatory()
          Gets the value of the mandatory property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setMandatory(boolean value)
          Sets the value of the mandatory property.
 void setSortOrder(int value)
          Sets the value of the sortOrder property.
 void setStatus(java.lang.String value)
          Sets the value of the status property.
 void setTraitDataType(java.lang.String value)
          Sets the value of the traitDataType 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

description

protected java.lang.String description

mandatory

protected boolean mandatory

sortOrder

protected int sortOrder

status

protected java.lang.String status

traitDataType

protected java.lang.String traitDataType

traitName

protected java.lang.String traitName
Constructor Detail

EisTrait

public EisTrait()
Method Detail

getDescription

public java.lang.String getDescription()
Gets the value of the description property.

Returns:
possible object is String

setDescription

public void setDescription(java.lang.String value)
Sets the value of the description property.

Parameters:
value - allowed object is String

isMandatory

public boolean isMandatory()
Gets the value of the mandatory property.


setMandatory

public void setMandatory(boolean value)
Sets the value of the mandatory property.


getSortOrder

public int getSortOrder()
Gets the value of the sortOrder property.


setSortOrder

public void setSortOrder(int value)
Sets the value of the sortOrder property.


getStatus

public java.lang.String getStatus()
Gets the value of the status property.

Returns:
possible object is String

setStatus

public void setStatus(java.lang.String value)
Sets the value of the status property.

Parameters:
value - allowed object is String

getTraitDataType

public java.lang.String getTraitDataType()
Gets the value of the traitDataType property.

Returns:
possible object is String

setTraitDataType

public void setTraitDataType(java.lang.String value)
Sets the value of the traitDataType property.

Parameters:
value - allowed object is String

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.