public class StatusUpdate extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{http://www.klocwork.com/inForce/report/1.0}comment" minOccurs="0"/> </sequence> <attribute name="user" type="{http://www.w3.org/2001/XMLSchema}string" /> <attribute name="status" type="{http://www.klocwork.com/inForce/report/1.0}citingStatusValue" /> <attribute name="timestamp" type="{http://www.w3.org/2001/XMLSchema}long" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
comment |
protected CitingStatusValue |
status |
protected Long |
timestamp |
protected String |
user |
Constructor and Description |
---|
StatusUpdate() |
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Gets the value of the comment property.
|
CitingStatusValue |
getStatus()
Gets the value of the status property.
|
Long |
getTimestamp()
Gets the value of the timestamp property.
|
String |
getUser()
Gets the value of the user property.
|
void |
setComment(String value)
Sets the value of the comment property.
|
void |
setStatus(CitingStatusValue value)
Sets the value of the status property.
|
void |
setTimestamp(Long value)
Sets the value of the timestamp property.
|
void |
setUser(String value)
Sets the value of the user property.
|
protected String comment
protected String user
protected CitingStatusValue status
protected Long timestamp
public String getComment()
String
public void setComment(String value)
value
- allowed object is
String
public String getUser()
String
public void setUser(String value)
value
- allowed object is
String
public CitingStatusValue getStatus()
CitingStatusValue
public void setStatus(CitingStatusValue value)
value
- allowed object is
CitingStatusValue
public Long getTimestamp()
Long
Copyright © 2004-2014. All Rights Reserved.