public class YearlyRecurrence extends Recurrence
Java class for YearlyRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="YearlyRecurrence">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Recurrence">
<sequence>
<element name="YearlyRecurrencePatternType" type="{http://exacttarget.com/wsdl/partnerAPI}YearlyRecurrencePatternTypeEnum" minOccurs="0"/>
<element name="ScheduledDay" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="ScheduledWeek" type="{http://exacttarget.com/wsdl/partnerAPI}WeekOfMonthEnum" minOccurs="0"/>
<element name="ScheduledMonth" type="{http://exacttarget.com/wsdl/partnerAPI}MonthOfYearEnum" minOccurs="0"/>
<element name="ScheduledDayOfWeek" type="{http://exacttarget.com/wsdl/partnerAPI}DayOfWeekEnum" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
scheduledDay |
protected DayOfWeekEnum |
scheduledDayOfWeek |
protected MonthOfYearEnum |
scheduledMonth |
protected WeekOfMonthEnum |
scheduledWeek |
protected YearlyRecurrencePatternTypeEnum |
yearlyRecurrencePatternType |
| Constructor and Description |
|---|
YearlyRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getScheduledDay()
Gets the value of the scheduledDay property.
|
DayOfWeekEnum |
getScheduledDayOfWeek()
Gets the value of the scheduledDayOfWeek property.
|
MonthOfYearEnum |
getScheduledMonth()
Gets the value of the scheduledMonth property.
|
WeekOfMonthEnum |
getScheduledWeek()
Gets the value of the scheduledWeek property.
|
YearlyRecurrencePatternTypeEnum |
getYearlyRecurrencePatternType()
Gets the value of the yearlyRecurrencePatternType property.
|
void |
setScheduledDay(Integer value)
Sets the value of the scheduledDay property.
|
void |
setScheduledDayOfWeek(DayOfWeekEnum value)
Sets the value of the scheduledDayOfWeek property.
|
void |
setScheduledMonth(MonthOfYearEnum value)
Sets the value of the scheduledMonth property.
|
void |
setScheduledWeek(WeekOfMonthEnum value)
Sets the value of the scheduledWeek property.
|
void |
setYearlyRecurrencePatternType(YearlyRecurrencePatternTypeEnum value)
Sets the value of the yearlyRecurrencePatternType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected YearlyRecurrencePatternTypeEnum yearlyRecurrencePatternType
protected Integer scheduledDay
protected WeekOfMonthEnum scheduledWeek
protected MonthOfYearEnum scheduledMonth
protected DayOfWeekEnum scheduledDayOfWeek
public YearlyRecurrencePatternTypeEnum getYearlyRecurrencePatternType()
YearlyRecurrencePatternTypeEnumpublic void setYearlyRecurrencePatternType(YearlyRecurrencePatternTypeEnum value)
value - allowed object is
YearlyRecurrencePatternTypeEnumpublic Integer getScheduledDay()
Integerpublic void setScheduledDay(Integer value)
value - allowed object is
Integerpublic WeekOfMonthEnum getScheduledWeek()
WeekOfMonthEnumpublic void setScheduledWeek(WeekOfMonthEnum value)
value - allowed object is
WeekOfMonthEnumpublic MonthOfYearEnum getScheduledMonth()
MonthOfYearEnumpublic void setScheduledMonth(MonthOfYearEnum value)
value - allowed object is
MonthOfYearEnumpublic DayOfWeekEnum getScheduledDayOfWeek()
DayOfWeekEnumpublic void setScheduledDayOfWeek(DayOfWeekEnum value)
value - allowed object is
DayOfWeekEnumpublic String toString()
toString in class RecurrenceCopyright © 2017. All rights reserved.