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

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

public class HistoricalEventDetailsXto
extends Object

Contains details about the historical event. Different event types use different elements. Delegation uses: fromPerformer, toPerformer. StateChange uses: fromState, toState, toPerformer. Other event types only use text.

Java class for HistoricalEventDetails complex type.

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

 <complexType name="HistoricalEventDetails">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="fromPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant" minOccurs="0"/>
         <element name="toPerformer" type="{http://eclipse.org/stardust/ws/v2012a/api}Participant" minOccurs="0"/>
         <element name="fromState" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState" minOccurs="0"/>
         <element name="toState" type="{http://eclipse.org/stardust/ws/v2012a/api}ActivityInstanceState" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Constructor Summary
HistoricalEventDetailsXto()
           
 
Method Summary
 ParticipantXto getFromPerformer()
          Gets the value of the fromPerformer property.
 org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getFromState()
          Gets the value of the fromState property.
 String getText()
          Gets the value of the text property.
 ParticipantXto getToPerformer()
          Gets the value of the toPerformer property.
 org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getToState()
          Gets the value of the toState property.
 void setFromPerformer(ParticipantXto value)
          Sets the value of the fromPerformer property.
 void setFromState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
          Sets the value of the fromState property.
 void setText(String value)
          Sets the value of the text property.
 void setToPerformer(ParticipantXto value)
          Sets the value of the toPerformer property.
 void setToState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
          Sets the value of the toState property.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HistoricalEventDetailsXto

public HistoricalEventDetailsXto()
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

getFromPerformer

public ParticipantXto getFromPerformer()
Gets the value of the fromPerformer property.

Returns:
possible object is ParticipantXto

setFromPerformer

public void setFromPerformer(ParticipantXto value)
Sets the value of the fromPerformer property.

Parameters:
value - allowed object is ParticipantXto

getToPerformer

public ParticipantXto getToPerformer()
Gets the value of the toPerformer property.

Returns:
possible object is ParticipantXto

setToPerformer

public void setToPerformer(ParticipantXto value)
Sets the value of the toPerformer property.

Parameters:
value - allowed object is ParticipantXto

getFromState

public org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getFromState()
Gets the value of the fromState property.

Returns:
possible object is String

setFromState

public void setFromState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the fromState property.

Parameters:
value - allowed object is String

getToState

public org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getToState()
Gets the value of the toState property.

Returns:
possible object is String

setToState

public void setToState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
Sets the value of the toState property.

Parameters:
value - allowed object is String


Copyright © 2017 Eclipse Stardust. All Rights Reserved.