
public class CompletedJobs extends Object implements Serializable
Java class for CompletedJobs complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CompletedJobs">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="reportId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
reportId |
protected Calendar |
timestamp |
| Constructor and Description |
|---|
CompletedJobs() |
| Modifier and Type | Method and Description |
|---|---|
String |
getReportId()
Gets the value of the reportId property.
|
Calendar |
getTimestamp()
Gets the value of the timestamp property.
|
boolean |
isSetReportId() |
boolean |
isSetTimestamp() |
void |
setReportId(String value)
Sets the value of the reportId property.
|
void |
setTimestamp(Calendar value)
Sets the value of the timestamp property.
|
public String getReportId()
Stringpublic void setReportId(String value)
value - allowed object is
Stringpublic boolean isSetReportId()
public Calendar getTimestamp()
Calendarpublic void setTimestamp(Calendar value)
value - allowed object is
Calendarpublic boolean isSetTimestamp()
Copyright © 2008–2017 MIL-OSS. All rights reserved.