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

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

public class HistoricalEventXto
extends Object

The HistoricalEvent represents a single event which was recorded during lifetime of a process or activity instance. Mainly those events consist of state change, delegation, note or exception events.

Java class for HistoricalEvent complex type.

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

 <complexType name="HistoricalEvent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="eventType" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEventType"/>
         <element name="eventTime" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
         <element name="eventDetails" type="{http://eclipse.org/stardust/ws/v2012a/api}HistoricalEventDetails"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HistoricalEventXto()
           
 
Method Summary
 HistoricalEventDetailsXto getEventDetails()
          Gets the value of the eventDetails property.
 Date getEventTime()
          Gets the value of the eventTime property.
 HistoricalEventTypeXto getEventType()
          Gets the value of the eventType property.
 UserXto getUser()
          Gets the value of the user property.
 void setEventDetails(HistoricalEventDetailsXto value)
          Sets the value of the eventDetails property.
 void setEventTime(Date value)
          Sets the value of the eventTime property.
 void setEventType(HistoricalEventTypeXto value)
          Sets the value of the eventType 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

HistoricalEventXto

public HistoricalEventXto()
Method Detail

getEventType

public HistoricalEventTypeXto getEventType()
Gets the value of the eventType property.

Returns:
possible object is HistoricalEventTypeXto

setEventType

public void setEventType(HistoricalEventTypeXto value)
Sets the value of the eventType property.

Parameters:
value - allowed object is HistoricalEventTypeXto

getEventTime

public Date getEventTime()
Gets the value of the eventTime property.

Returns:
possible object is String

setEventTime

public void setEventTime(Date value)
Sets the value of the eventTime 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

getEventDetails

public HistoricalEventDetailsXto getEventDetails()
Gets the value of the eventDetails property.

Returns:
possible object is HistoricalEventDetailsXto

setEventDetails

public void setEventDetails(HistoricalEventDetailsXto value)
Sets the value of the eventDetails property.

Parameters:
value - allowed object is HistoricalEventDetailsXto


Copyright © 2017 Eclipse Stardust. All Rights Reserved.