public class ReportSchedule extends Object
Java class for ReportSchedule complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReportSchedule">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReportType" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Schedule" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ScheduledDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Generated by AWS Code Generator
Wed Feb 18 13:28:59 PST 2009| Modifier and Type | Field and Description |
|---|---|
protected String |
reportType |
protected String |
schedule |
protected XMLGregorianCalendar |
scheduledDate |
| Constructor and Description |
|---|
ReportSchedule()
Default constructor
|
ReportSchedule(String reportType,
String schedule,
XMLGregorianCalendar scheduledDate)
Value constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getReportType()
Gets the value of the reportType property.
|
String |
getSchedule()
Gets the value of the schedule property.
|
XMLGregorianCalendar |
getScheduledDate()
Gets the value of the scheduledDate property.
|
boolean |
isSetReportType() |
boolean |
isSetSchedule() |
boolean |
isSetScheduledDate() |
void |
setReportType(String value)
Sets the value of the reportType property.
|
void |
setSchedule(String value)
Sets the value of the schedule property.
|
void |
setScheduledDate(XMLGregorianCalendar value)
Sets the value of the scheduledDate property.
|
protected String |
toJSONFragment()
JSON fragment representation of this object
|
protected String |
toXMLFragment()
XML fragment representation of this object
|
ReportSchedule |
withReportType(String value)
Sets the value of the ReportType property.
|
ReportSchedule |
withSchedule(String value)
Sets the value of the Schedule property.
|
ReportSchedule |
withScheduledDate(XMLGregorianCalendar value)
Sets the value of the ScheduledDate property.
|
protected String reportType
protected String schedule
protected XMLGregorianCalendar scheduledDate
public ReportSchedule()
public ReportSchedule(String reportType, String schedule, XMLGregorianCalendar scheduledDate)
public String getReportType()
Stringpublic void setReportType(String value)
value - allowed object is
Stringpublic boolean isSetReportType()
public String getSchedule()
Stringpublic void setSchedule(String value)
value - allowed object is
Stringpublic boolean isSetSchedule()
public XMLGregorianCalendar getScheduledDate()
XMLGregorianCalendarpublic void setScheduledDate(XMLGregorianCalendar value)
value - allowed object is
XMLGregorianCalendarpublic boolean isSetScheduledDate()
public ReportSchedule withReportType(String value)
value - public ReportSchedule withSchedule(String value)
value - public ReportSchedule withScheduledDate(XMLGregorianCalendar value)
value - protected String toXMLFragment()
protected String toJSONFragment()
Copyright © 2020. All rights reserved.