|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.engine.api.ws.NoteXto
public class NoteXto
Represents a note including creation time and creating user. Either 'activityOid' or 'processOid' are set depending on if the note is in ProcessContext or ActivityContext
Java class for Note complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Note">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="text" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User" minOccurs="0"/>
<element name="activityOid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
NoteXto()
|
|
| Method Summary | |
|---|---|
Long |
getActivityOid()
Gets the value of the activityOid property. |
Long |
getProcessOid()
Gets the value of the processOid property. |
String |
getText()
Gets the value of the text property. |
Date |
getTimestamp()
Gets the value of the timestamp property. |
UserXto |
getUser()
Gets the value of the user property. |
void |
setActivityOid(Long value)
Sets the value of the activityOid property. |
void |
setProcessOid(Long value)
Sets the value of the processOid property. |
void |
setText(String value)
Sets the value of the text property. |
void |
setTimestamp(Date value)
Sets the value of the timestamp property. |
void |
setUser(UserXto value)
Sets the value of the user property. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NoteXto()
| Method Detail |
|---|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic Date getTimestamp()
Stringpublic void setTimestamp(Date value)
value - allowed object is
Stringpublic UserXto getUser()
UserXtopublic void setUser(UserXto value)
value - allowed object is
UserXtopublic Long getActivityOid()
Longpublic void setActivityOid(Long value)
value - allowed object is
Longpublic Long getProcessOid()
Longpublic void setProcessOid(Long value)
value - allowed object is
Long
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||