public class DailyRecurrence extends Recurrence
Java class for DailyRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DailyRecurrence">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Recurrence">
<sequence>
<element name="DailyRecurrencePatternType" type="{http://exacttarget.com/wsdl/partnerAPI}DailyRecurrencePatternTypeEnum" minOccurs="0"/>
<element name="DayInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DailyRecurrencePatternTypeEnum |
dailyRecurrencePatternType |
protected Integer |
dayInterval |
| Constructor and Description |
|---|
DailyRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
DailyRecurrencePatternTypeEnum |
getDailyRecurrencePatternType()
Gets the value of the dailyRecurrencePatternType property.
|
Integer |
getDayInterval()
Gets the value of the dayInterval property.
|
void |
setDailyRecurrencePatternType(DailyRecurrencePatternTypeEnum value)
Sets the value of the dailyRecurrencePatternType property.
|
void |
setDayInterval(Integer value)
Sets the value of the dayInterval property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected DailyRecurrencePatternTypeEnum dailyRecurrencePatternType
protected Integer dayInterval
public DailyRecurrencePatternTypeEnum getDailyRecurrencePatternType()
DailyRecurrencePatternTypeEnumpublic void setDailyRecurrencePatternType(DailyRecurrencePatternTypeEnum value)
value - allowed object is
DailyRecurrencePatternTypeEnumpublic Integer getDayInterval()
Integerpublic void setDayInterval(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class RecurrenceCopyright © 2017. All rights reserved.