public class GoalStatusUpdateElementType extends Object
Java class for goalStatusUpdateElementType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="goalStatusUpdateElementType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <attGroup ref="{}CommonAttributes"/> <attribute name="goal" use="required" type="{http://www.w3.org/2001/XMLSchema}IDREF" /> <attribute name="status" use="required" type="{http://www.w3.org/2001/XMLSchema}string" /> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected Object |
goal |
protected String |
id |
protected String |
status |
protected Double |
timeStamp |
Constructor and Description |
---|
GoalStatusUpdateElementType() |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the value of the description property.
|
Object |
getGoal()
Gets the value of the goal property.
|
String |
getId()
Gets the value of the id property.
|
String |
getStatus()
Gets the value of the status property.
|
Double |
getTimeStamp()
Gets the value of the timeStamp property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setGoal(Object value)
Sets the value of the goal property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setStatus(String value)
Sets the value of the status property.
|
void |
setTimeStamp(Double value)
Sets the value of the timeStamp property.
|
protected Object goal
protected String status
protected Double timeStamp
protected String description
protected String id
public Object getGoal()
Object
public void setGoal(Object value)
value
- allowed object is
Object
public String getStatus()
String
public void setStatus(String value)
value
- allowed object is
String
public Double getTimeStamp()
Double
public void setTimeStamp(Double value)
value
- allowed object is
Double
public String getDescription()
String
public void setDescription(String value)
value
- allowed object is
String