public class ScheduleDefinition extends APIObject
Java class for ScheduleDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ScheduleDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Recurrence" type="{http://exacttarget.com/wsdl/partnerAPI}Recurrence"/>
<element name="RecurrenceType" type="{http://exacttarget.com/wsdl/partnerAPI}RecurrenceTypeEnum" minOccurs="0"/>
<element name="RecurrenceRangeType" type="{http://exacttarget.com/wsdl/partnerAPI}RecurrenceRangeTypeEnum" minOccurs="0"/>
<element name="StartDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="EndDateTime" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
<element name="Occurrences" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="Keyword" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="TimeZone" type="{http://exacttarget.com/wsdl/partnerAPI}TimeZone" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected Date |
endDateTime |
protected String |
keyword |
protected String |
name |
protected Integer |
occurrences |
protected Recurrence |
recurrence |
protected RecurrenceRangeTypeEnum |
recurrenceRangeType |
protected RecurrenceTypeEnum |
recurrenceType |
protected Date |
startDateTime |
protected TimeZone |
timeZone |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ScheduleDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
Date |
getEndDateTime()
Gets the value of the endDateTime property.
|
String |
getKeyword()
Gets the value of the keyword property.
|
String |
getName()
Gets the value of the name property.
|
Integer |
getOccurrences()
Gets the value of the occurrences property.
|
Recurrence |
getRecurrence()
Gets the value of the recurrence property.
|
RecurrenceRangeTypeEnum |
getRecurrenceRangeType()
Gets the value of the recurrenceRangeType property.
|
RecurrenceTypeEnum |
getRecurrenceType()
Gets the value of the recurrenceType property.
|
Date |
getStartDateTime()
Gets the value of the startDateTime property.
|
TimeZone |
getTimeZone()
Gets the value of the timeZone property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setEndDateTime(Date value)
Sets the value of the endDateTime property.
|
void |
setKeyword(String value)
Sets the value of the keyword property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setOccurrences(Integer value)
Sets the value of the occurrences property.
|
void |
setRecurrence(Recurrence value)
Sets the value of the recurrence property.
|
void |
setRecurrenceRangeType(RecurrenceRangeTypeEnum value)
Sets the value of the recurrenceRangeType property.
|
void |
setRecurrenceType(RecurrenceTypeEnum value)
Sets the value of the recurrenceType property.
|
void |
setStartDateTime(Date value)
Sets the value of the startDateTime property.
|
void |
setTimeZone(TimeZone value)
Sets the value of the timeZone property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected String name
protected String description
protected Recurrence recurrence
protected RecurrenceTypeEnum recurrenceType
protected RecurrenceRangeTypeEnum recurrenceRangeType
protected Date startDateTime
protected Date endDateTime
protected Integer occurrences
protected String keyword
protected TimeZone timeZone
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic Recurrence getRecurrence()
Recurrencepublic void setRecurrence(Recurrence value)
value - allowed object is
Recurrencepublic RecurrenceTypeEnum getRecurrenceType()
RecurrenceTypeEnumpublic void setRecurrenceType(RecurrenceTypeEnum value)
value - allowed object is
RecurrenceTypeEnumpublic RecurrenceRangeTypeEnum getRecurrenceRangeType()
RecurrenceRangeTypeEnumpublic void setRecurrenceRangeType(RecurrenceRangeTypeEnum value)
value - allowed object is
RecurrenceRangeTypeEnumpublic Date getStartDateTime()
Stringpublic void setStartDateTime(Date value)
value - allowed object is
Stringpublic Date getEndDateTime()
Stringpublic void setEndDateTime(Date value)
value - allowed object is
Stringpublic Integer getOccurrences()
Integerpublic void setOccurrences(Integer value)
value - allowed object is
Integerpublic String getKeyword()
Stringpublic void setKeyword(String value)
value - allowed object is
Stringpublic TimeZone getTimeZone()
TimeZonepublic void setTimeZone(TimeZone value)
value - allowed object is
TimeZoneCopyright © 2017. All rights reserved.