public class MinutelyRecurrence extends Recurrence
Java class for MinutelyRecurrence complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="MinutelyRecurrence">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Recurrence">
<sequence>
<element name="MinutelyRecurrencePatternType" type="{http://exacttarget.com/wsdl/partnerAPI}MinutelyRecurrencePatternTypeEnum" minOccurs="0"/>
<element name="MinuteInterval" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
minuteInterval |
protected MinutelyRecurrencePatternTypeEnum |
minutelyRecurrencePatternType |
| Constructor and Description |
|---|
MinutelyRecurrence() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMinuteInterval()
Gets the value of the minuteInterval property.
|
MinutelyRecurrencePatternTypeEnum |
getMinutelyRecurrencePatternType()
Gets the value of the minutelyRecurrencePatternType property.
|
void |
setMinuteInterval(Integer value)
Sets the value of the minuteInterval property.
|
void |
setMinutelyRecurrencePatternType(MinutelyRecurrencePatternTypeEnum value)
Sets the value of the minutelyRecurrencePatternType property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected MinutelyRecurrencePatternTypeEnum minutelyRecurrencePatternType
protected Integer minuteInterval
public MinutelyRecurrencePatternTypeEnum getMinutelyRecurrencePatternType()
MinutelyRecurrencePatternTypeEnumpublic void setMinutelyRecurrencePatternType(MinutelyRecurrencePatternTypeEnum value)
value - allowed object is
MinutelyRecurrencePatternTypeEnumpublic Integer getMinuteInterval()
Integerpublic void setMinuteInterval(Integer value)
value - allowed object is
Integerpublic String toString()
toString in class RecurrenceCopyright © 2017. All rights reserved.