public class WeeklyRecurrence extends Recurrence
Java class for WeeklyRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="WeeklyRecurrence">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Recurrence">
<sequence>
<element name="WeeklyRecurrencePatternType" type="{http://exacttarget.com/wsdl/partnerAPI}WeeklyRecurrencePatternTypeEnum" minOccurs="0"/>
<element name="WeekInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Sunday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Monday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Tuesday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Wednesday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Thursday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Friday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Saturday" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
friday |
protected Boolean |
monday |
protected Boolean |
saturday |
protected Boolean |
sunday |
protected Boolean |
thursday |
protected Boolean |
tuesday |
protected Boolean |
wednesday |
protected Integer |
weekInterval |
protected WeeklyRecurrencePatternTypeEnum |
weeklyRecurrencePatternType |
| Constructor and Description |
|---|
WeeklyRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getFriday()
Gets the value of the friday property.
|
Boolean |
getMonday()
Gets the value of the monday property.
|
Boolean |
getSaturday()
Gets the value of the saturday property.
|
Boolean |
getSunday()
Gets the value of the sunday property.
|
Boolean |
getThursday()
Gets the value of the thursday property.
|
Boolean |
getTuesday()
Gets the value of the tuesday property.
|
Boolean |
getWednesday()
Gets the value of the wednesday property.
|
Integer |
getWeekInterval()
Gets the value of the weekInterval property.
|
WeeklyRecurrencePatternTypeEnum |
getWeeklyRecurrencePatternType()
Gets the value of the weeklyRecurrencePatternType property.
|
void |
setFriday(Boolean value)
Sets the value of the friday property.
|
void |
setMonday(Boolean value)
Sets the value of the monday property.
|
void |
setSaturday(Boolean value)
Sets the value of the saturday property.
|
void |
setSunday(Boolean value)
Sets the value of the sunday property.
|
void |
setThursday(Boolean value)
Sets the value of the thursday property.
|
void |
setTuesday(Boolean value)
Sets the value of the tuesday property.
|
void |
setWednesday(Boolean value)
Sets the value of the wednesday property.
|
void |
setWeekInterval(Integer value)
Sets the value of the weekInterval property.
|
void |
setWeeklyRecurrencePatternType(WeeklyRecurrencePatternTypeEnum value)
Sets the value of the weeklyRecurrencePatternType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected WeeklyRecurrencePatternTypeEnum weeklyRecurrencePatternType
protected Integer weekInterval
protected Boolean sunday
protected Boolean monday
protected Boolean tuesday
protected Boolean wednesday
protected Boolean thursday
protected Boolean friday
protected Boolean saturday
public WeeklyRecurrencePatternTypeEnum getWeeklyRecurrencePatternType()
WeeklyRecurrencePatternTypeEnumpublic void setWeeklyRecurrencePatternType(WeeklyRecurrencePatternTypeEnum value)
value - allowed object is
WeeklyRecurrencePatternTypeEnumpublic Integer getWeekInterval()
Integerpublic void setWeekInterval(Integer value)
value - allowed object is
Integerpublic Boolean getSunday()
Booleanpublic void setSunday(Boolean value)
value - allowed object is
Booleanpublic Boolean getMonday()
Booleanpublic void setMonday(Boolean value)
value - allowed object is
Booleanpublic Boolean getTuesday()
Booleanpublic void setTuesday(Boolean value)
value - allowed object is
Booleanpublic Boolean getWednesday()
Booleanpublic void setWednesday(Boolean value)
value - allowed object is
Booleanpublic Boolean getThursday()
Booleanpublic void setThursday(Boolean value)
value - allowed object is
Booleanpublic Boolean getFriday()
Booleanpublic void setFriday(Boolean value)
value - allowed object is
Booleanpublic Boolean getSaturday()
Booleanpublic void setSaturday(Boolean value)
value - allowed object is
Booleanpublic String toString()
toString in class RecurrenceCopyright © 2017. All rights reserved.