
public class ExistingReportDefitions extends Object implements Serializable
Java class for ExistingReportDefitions complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExistingReportDefitions">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="job" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}ReportDefinition"/>
<element name="reports" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}CompletedJobs" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ReportDefinition |
job |
protected List<CompletedJobs> |
reports |
| Constructor and Description |
|---|
ExistingReportDefitions() |
| Modifier and Type | Method and Description |
|---|---|
ReportDefinition |
getJob()
Gets the value of the job property.
|
List<CompletedJobs> |
getReports()
Gets the value of the reports property.
|
boolean |
isSetJob() |
boolean |
isSetReports() |
void |
setJob(ReportDefinition value)
Sets the value of the job property.
|
void |
unsetReports() |
protected ReportDefinition job
protected List<CompletedJobs> reports
public ReportDefinition getJob()
ReportDefinitionpublic void setJob(ReportDefinition value)
value - allowed object is
ReportDefinitionpublic boolean isSetJob()
public List<CompletedJobs> getReports()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the reports property.
For example, to add a new item, do as follows:
getReports().add(newItem);
Objects of the following type(s) are allowed in the list
CompletedJobs
public boolean isSetReports()
public void unsetReports()
Copyright © 2008–2017 MIL-OSS. All rights reserved.