public class HistoricalEventDetailsXto extends Object
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 and Description |
|---|
HistoricalEventDetailsXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public String getText()
Stringpublic void setText(String value)
value - allowed object is
Stringpublic ParticipantXto getFromPerformer()
ParticipantXtopublic void setFromPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic ParticipantXto getToPerformer()
ParticipantXtopublic void setToPerformer(ParticipantXto value)
value - allowed object is
ParticipantXtopublic org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getFromState()
Stringpublic void setFromState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
Stringpublic org.eclipse.stardust.engine.api.runtime.ActivityInstanceState getToState()
Stringpublic void setToState(org.eclipse.stardust.engine.api.runtime.ActivityInstanceState value)
value - allowed object is
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.