public class ManageReportScheduleList extends Object
Java class for ManageReportScheduleList complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ManageReportScheduleList">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReportSchedule" type="{http://mws.amazonaws.com/doc/2009-01-01/}ReportSchedule" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Tue Feb 17 13:31:40 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected List<ReportSchedule> |
reportSchedule |
| Constructor and Description |
|---|
ManageReportScheduleList()
Default constructor
|
ManageReportScheduleList(List<ReportSchedule> reportSchedule)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
List<ReportSchedule> |
getReportSchedule()
Gets the value of the reportSchedule property.
|
boolean |
isSetReportSchedule() |
void |
setReportSchedule(List<ReportSchedule> reportSchedule)
Sets the value of the reportSchedule property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
void |
unsetReportSchedule() |
ManageReportScheduleList |
withReportSchedule(ReportSchedule... values)
Sets the value of the ReportSchedule property.
|
protected List<ReportSchedule> reportSchedule
public ManageReportScheduleList()
public ManageReportScheduleList(List<ReportSchedule> reportSchedule)
public List<ReportSchedule> getReportSchedule()
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 reportSchedule property.
For example, to add a new item, do as follows:
getReportSchedule().add(newItem);
Objects of the following type(s) are allowed in the list
ReportSchedule
public boolean isSetReportSchedule()
public void unsetReportSchedule()
public ManageReportScheduleList withReportSchedule(ReportSchedule... values)
values - public void setReportSchedule(List<ReportSchedule> reportSchedule)
reportSchedule - allowed object is
ReportScheduleprotected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.