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()
Objectpublic void setGoal(Object value)
value - allowed object is
     Objectpublic String getStatus()
Stringpublic void setStatus(String value)
value - allowed object is
     Stringpublic Double getTimeStamp()
Doublepublic void setTimeStamp(Double value)
value - allowed object is
     Doublepublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
     String