public class GetMyScheduledReportsResponseMsg extends Object implements Serializable
Java class for GetMyScheduledReportsResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetMyScheduledReportsResponseMsg"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="classification" type="{urn:org:miloss:fgsms:services:interfaces:common}SecurityWrapper"/> <element name="CompletedJobs" type="{urn:org:miloss:fgsms:services:interfaces:automatedReportingService}ExistingReportDefitions" maxOccurs="unbounded" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected List<ExistingReportDefitions> |
completedJobs |
Constructor and Description |
---|
GetMyScheduledReportsResponseMsg() |
Modifier and Type | Method and Description |
---|---|
ReportDefinition |
findJobWithIdOf(String jobId) |
SecurityWrapper |
getClassification()
Gets the value of the classification property.
|
List<ExistingReportDefitions> |
getCompletedJobs()
Gets the value of the completedJobs property.
|
boolean |
isSetClassification() |
boolean |
isSetCompletedJobs() |
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
unsetCompletedJobs() |
protected SecurityWrapper classification
protected List<ExistingReportDefitions> completedJobs
public SecurityWrapper getClassification()
SecurityWrapper
public void setClassification(SecurityWrapper value)
value
- allowed object is
SecurityWrapper
public boolean isSetClassification()
public List<ExistingReportDefitions> getCompletedJobs()
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 completedJobs property.
For example, to add a new item, do as follows:
getCompletedJobs().add(newItem);
Objects of the following type(s) are allowed in the list
ExistingReportDefitions
public boolean isSetCompletedJobs()
public void unsetCompletedJobs()
public ReportDefinition findJobWithIdOf(String jobId)
Copyright © 2008–2017 MIL-OSS. All rights reserved.