public class HistoricalEventXto extends Object
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 and Description |
|---|
HistoricalEventXto() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public HistoricalEventTypeXto getEventType()
HistoricalEventTypeXtopublic void setEventType(HistoricalEventTypeXto value)
value - allowed object is
HistoricalEventTypeXtopublic Date getEventTime()
Stringpublic void setEventTime(Date value)
value - allowed object is
Stringpublic UserXto getUser()
UserXtopublic void setUser(UserXto value)
value - allowed object is
UserXtopublic HistoricalEventDetailsXto getEventDetails()
HistoricalEventDetailsXtopublic void setEventDetails(HistoricalEventDetailsXto value)
value - allowed object is
HistoricalEventDetailsXtoCopyright © 2016 Eclipse Stardust. All Rights Reserved.