public class AddOrUpdateScheduledReportResponseMsg extends Object implements Serializable
Java class for AddOrUpdateScheduledReportResponseMsg complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AddOrUpdateScheduledReportResponseMsg"> <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"/> <element name="message" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="success" type="{http://www.w3.org/2001/XMLSchema}boolean"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected SecurityWrapper |
classification |
protected List<ReportDefinition> |
jobs |
protected String |
message |
protected boolean |
success |
Constructor and Description |
---|
AddOrUpdateScheduledReportResponseMsg() |
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.
|
String |
getMessage()
Gets the value of the message property.
|
boolean |
isSetClassification() |
boolean |
isSetJobs() |
boolean |
isSetMessage() |
boolean |
isSetSuccess() |
boolean |
isSuccess()
Gets the value of the success property.
|
void |
setClassification(SecurityWrapper value)
Sets the value of the classification property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
void |
setSuccess(boolean value)
Sets the value of the success property.
|
void |
unsetJobs() |
protected SecurityWrapper classification
protected List<ReportDefinition> jobs
protected String message
protected boolean success
public AddOrUpdateScheduledReportResponseMsg()
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()
public String getMessage()
String
public void setMessage(String value)
value
- allowed object is
String
public boolean isSetMessage()
public boolean isSuccess()
public void setSuccess(boolean value)
public boolean isSetSuccess()
Copyright © 2008–2017 MIL-OSS. All rights reserved.