public class NoteXto extends Object
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 and Description |
|---|
NoteXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
LongCopyright © 2016 Eclipse Stardust. All Rights Reserved.