com.mirth.match.ejb.core
Class DtoWorkitemNote

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

public class DtoWorkitemNote
extends DtoBase

Java class for dtoWorkitemNote complex type.

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

 <complexType name="dtoWorkitemNote">
   <complexContent>
     <extension base="{http://core.ejb.match.mirth.com/}dtoBase">
       <sequence>
         <element name="notes" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="submittedDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="workitemId" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  java.lang.String notes
           
protected  javax.xml.datatype.XMLGregorianCalendar submittedDate
           
protected  java.lang.String workitemId
           
 
Fields inherited from class com.mirth.match.ejb.core.DtoBase
identifier
 
Constructor Summary
DtoWorkitemNote()
           
 
Method Summary
 java.lang.String getNotes()
          Gets the value of the notes property.
 javax.xml.datatype.XMLGregorianCalendar getSubmittedDate()
          Gets the value of the submittedDate property.
 java.lang.String getWorkitemId()
          Gets the value of the workitemId property.
 void setNotes(java.lang.String value)
          Sets the value of the notes property.
 void setSubmittedDate(javax.xml.datatype.XMLGregorianCalendar value)
          Sets the value of the submittedDate property.
 void setWorkitemId(java.lang.String value)
          Sets the value of the workitemId 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

notes

protected java.lang.String notes

submittedDate

protected javax.xml.datatype.XMLGregorianCalendar submittedDate

workitemId

protected java.lang.String workitemId
Constructor Detail

DtoWorkitemNote

public DtoWorkitemNote()
Method Detail

getNotes

public java.lang.String getNotes()
Gets the value of the notes property.

Returns:
possible object is String

setNotes

public void setNotes(java.lang.String value)
Sets the value of the notes property.

Parameters:
value - allowed object is String

getSubmittedDate

public javax.xml.datatype.XMLGregorianCalendar getSubmittedDate()
Gets the value of the submittedDate property.

Returns:
possible object is XMLGregorianCalendar

setSubmittedDate

public void setSubmittedDate(javax.xml.datatype.XMLGregorianCalendar value)
Sets the value of the submittedDate property.

Parameters:
value - allowed object is XMLGregorianCalendar

getWorkitemId

public java.lang.String getWorkitemId()
Gets the value of the workitemId property.

Returns:
possible object is String

setWorkitemId

public void setWorkitemId(java.lang.String value)
Sets the value of the workitemId property.

Parameters:
value - allowed object is String


Copyright © 2011 Mirth Corp. All Rights Reserved.