|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mirth.match.ejb.core.DtoBase
com.mirth.match.ejb.core.DtoWorkitemNote
public class DtoWorkitemNote
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 |
---|
protected java.lang.String notes
protected javax.xml.datatype.XMLGregorianCalendar submittedDate
protected java.lang.String workitemId
Constructor Detail |
---|
public DtoWorkitemNote()
Method Detail |
---|
public java.lang.String getNotes()
String
public void setNotes(java.lang.String value)
value
- allowed object is
String
public javax.xml.datatype.XMLGregorianCalendar getSubmittedDate()
XMLGregorianCalendar
public void setSubmittedDate(javax.xml.datatype.XMLGregorianCalendar value)
value
- allowed object is
XMLGregorianCalendar
public java.lang.String getWorkitemId()
String
public void setWorkitemId(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 |