public class UpcomingActivityEntry extends Object
Java class for upcoming_activity_entry complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="upcoming_activity_entry">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="module" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="date_due" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="summary" type="{http://www.w3.org/2001/XMLSchema}string"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
dateDue |
protected String |
id |
protected String |
module |
protected String |
summary |
| Constructor and Description |
|---|
UpcomingActivityEntry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDateDue()
Gets the value of the dateDue property.
|
String |
getId()
Gets the value of the id property.
|
String |
getModule()
Gets the value of the module property.
|
String |
getSummary()
Gets the value of the summary property.
|
void |
setDateDue(String value)
Sets the value of the dateDue property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setModule(String value)
Sets the value of the module property.
|
void |
setSummary(String value)
Sets the value of the summary property.
|
protected String id
protected String module
protected String dateDue
protected String summary
public void setId(String value)
value - allowed object is
Stringpublic String getModule()
Stringpublic void setModule(String value)
value - allowed object is
Stringpublic String getDateDue()
Stringpublic void setDateDue(String value)
value - allowed object is
Stringpublic String getSummary()
StringCopyright © 2007–2015 The Apache Software Foundation. All rights reserved.