public class HourlyRecurrence extends Recurrence
Java class for HourlyRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HourlyRecurrence">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Recurrence">
<sequence>
<element name="HourlyRecurrencePatternType" type="{http://exacttarget.com/wsdl/partnerAPI}HourlyRecurrencePatternTypeEnum" minOccurs="0"/>
<element name="HourInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
hourInterval |
protected HourlyRecurrencePatternTypeEnum |
hourlyRecurrencePatternType |
| Constructor and Description |
|---|
HourlyRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getHourInterval()
Gets the value of the hourInterval property.
|
HourlyRecurrencePatternTypeEnum |
getHourlyRecurrencePatternType()
Gets the value of the hourlyRecurrencePatternType property.
|
void |
setHourInterval(Integer value)
Sets the value of the hourInterval property.
|
void |
setHourlyRecurrencePatternType(HourlyRecurrencePatternTypeEnum value)
Sets the value of the hourlyRecurrencePatternType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected HourlyRecurrencePatternTypeEnum hourlyRecurrencePatternType
protected Integer hourInterval
public HourlyRecurrencePatternTypeEnum getHourlyRecurrencePatternType()
HourlyRecurrencePatternTypeEnumpublic void setHourlyRecurrencePatternType(HourlyRecurrencePatternTypeEnum value)
value - allowed object is
HourlyRecurrencePatternTypeEnumpublic Integer getHourInterval()
Integerpublic void setHourInterval(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class RecurrenceCopyright © 2017. All rights reserved.