public class LogEntryXto extends Object
Java class for LogEntry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LogEntry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="oid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="timeStamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
<element name="subject" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="activityOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="processOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="type" type="{http://eclipse.org/stardust/ws/v2012a/api}LogType"/>
<element name="code" type="{http://eclipse.org/stardust/ws/v2012a/api}LogCode"/>
<element name="userOid" type="{http://www.w3.org/2001/XMLSchema}long"/>
<element name="user" type="{http://eclipse.org/stardust/ws/v2012a/api}User"/>
<element name="context" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor and Description |
|---|
LogEntryXto() |
| Modifier and Type | Method and Description |
|---|---|
long |
getActivityOid()
Gets the value of the activityOid property.
|
LogCodeXto |
getCode()
Gets the value of the code property.
|
String |
getContext()
Gets the value of the context property.
|
long |
getOid()
Gets the value of the oid property.
|
long |
getProcessOid()
Gets the value of the processOid property.
|
String |
getSubject()
Gets the value of the subject property.
|
Date |
getTimeStamp()
Gets the value of the timeStamp property.
|
LogTypeXto |
getType()
Gets the value of the type property.
|
UserXto |
getUser()
Gets the value of the user property.
|
long |
getUserOid()
Gets the value of the userOid property.
|
void |
setActivityOid(long value)
Sets the value of the activityOid property.
|
void |
setCode(LogCodeXto value)
Sets the value of the code property.
|
void |
setContext(String value)
Sets the value of the context property.
|
void |
setOid(long value)
Sets the value of the oid property.
|
void |
setProcessOid(long value)
Sets the value of the processOid property.
|
void |
setSubject(String value)
Sets the value of the subject property.
|
void |
setTimeStamp(Date value)
Sets the value of the timeStamp property.
|
void |
setType(LogTypeXto value)
Sets the value of the type property.
|
void |
setUser(UserXto value)
Sets the value of the user property.
|
void |
setUserOid(long value)
Sets the value of the userOid property.
|
public long getOid()
public void setOid(long value)
public Date getTimeStamp()
Stringpublic void setTimeStamp(Date value)
value - allowed object is
Stringpublic String getSubject()
Stringpublic void setSubject(String value)
value - allowed object is
Stringpublic long getActivityOid()
public void setActivityOid(long value)
public long getProcessOid()
public void setProcessOid(long value)
public LogTypeXto getType()
LogTypeXtopublic void setType(LogTypeXto value)
value - allowed object is
LogTypeXtopublic LogCodeXto getCode()
LogCodeXtopublic void setCode(LogCodeXto value)
value - allowed object is
LogCodeXtopublic long getUserOid()
public void setUserOid(long value)
public UserXto getUser()
UserXtopublic void setUser(UserXto value)
value - allowed object is
UserXtopublic String getContext()
StringCopyright © 2016 Eclipse Stardust. All Rights Reserved.