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