org.eclipse.stardust.engine.api.ws
Class NoteXto

java.lang.Object
  extended by org.eclipse.stardust.engine.api.ws.NoteXto

public class NoteXto
extends Object

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

NoteXto

public NoteXto()
Method Detail

getText

public String getText()
Gets the value of the text property.

Returns:
possible object is String

setText

public void setText(String value)
Sets the value of the text property.

Parameters:
value - allowed object is String

getTimestamp

public Date getTimestamp()
Gets the value of the timestamp property.

Returns:
possible object is String

setTimestamp

public void setTimestamp(Date value)
Sets the value of the timestamp property.

Parameters:
value - allowed object is String

getUser

public UserXto getUser()
Gets the value of the user property.

Returns:
possible object is UserXto

setUser

public void setUser(UserXto value)
Sets the value of the user property.

Parameters:
value - allowed object is UserXto

getActivityOid

public Long getActivityOid()
Gets the value of the activityOid property.

Returns:
possible object is Long

setActivityOid

public void setActivityOid(Long value)
Sets the value of the activityOid property.

Parameters:
value - allowed object is Long

getProcessOid

public Long getProcessOid()
Gets the value of the processOid property.

Returns:
possible object is Long

setProcessOid

public void setProcessOid(Long value)
Sets the value of the processOid property.

Parameters:
value - allowed object is Long


Copyright © 2017 Eclipse Stardust. All Rights Reserved.