com.mirth.match.ejb.core
Class DtoWorkflowState

java.lang.Object
  extended by com.mirth.match.ejb.core.DtoBase
      extended by com.mirth.match.ejb.core.DtoWorkflowState

public class DtoWorkflowState
extends DtoBase

Java class for dtoWorkflowState complex type.

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

 <complexType name="dtoWorkflowState">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="childStatesIds" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="label" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="stateModeId" type="{http://www.w3.org/2001/XMLSchema}int"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.util.List<java.lang.String> childStatesIds
           
protected  java.lang.String description
           
protected  java.lang.String label
           
protected  int stateModeId
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoWorkflowState()
           
 
Method Summary
 java.util.List<java.lang.String> getChildStatesIds()
          Gets the value of the childStatesIds property.
 java.lang.String getDescription()
          Gets the value of the description property.
 java.lang.String getLabel()
          Gets the value of the label property.
 int getStateModeId()
          Gets the value of the stateModeId property.
 void setDescription(java.lang.String value)
          Sets the value of the description property.
 void setLabel(java.lang.String value)
          Sets the value of the label property.
 void setStateModeId(int value)
          Sets the value of the stateModeId property.
 
Methods inherited from class com.mirth.match.ejb.core.DtoBase
getIdentifier, setIdentifier
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

childStatesIds

protected java.util.List<java.lang.String> childStatesIds

description

protected java.lang.String description

label

protected java.lang.String label

stateModeId

protected int stateModeId
Constructor Detail

DtoWorkflowState

public DtoWorkflowState()
Method Detail

getChildStatesIds

public java.util.List<java.lang.String> getChildStatesIds()
Gets the value of the childStatesIds property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the childStatesIds property.

For example, to add a new item, do as follows:

    getChildStatesIds().add(newItem);
 

Objects of the following type(s) are allowed in the list String


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

getLabel

public java.lang.String getLabel()
Gets the value of the label property.

Returns:
possible object is String

setLabel

public void setLabel(java.lang.String value)
Sets the value of the label property.

Parameters:
value - allowed object is String

getStateModeId

public int getStateModeId()
Gets the value of the stateModeId property.


setStateModeId

public void setStateModeId(int value)
Sets the value of the stateModeId property.



Copyright © 2011 Mirth Corp. All Rights Reserved.