public class ScheduleRequestMsg extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Options" type="{http://exacttarget.com/wsdl/partnerAPI}ScheduleOptions" minOccurs="0"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Schedule" type="{http://exacttarget.com/wsdl/partnerAPI}ScheduleDefinition" minOccurs="0"/>
<element name="Interactions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Interaction" type="{http://exacttarget.com/wsdl/partnerAPI}APIObject" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScheduleRequestMsg.Interactions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected ScheduleRequestMsg.Interactions |
interactions |
protected ScheduleOptions |
options |
protected ScheduleDefinition |
schedule |
| Constructor and Description |
|---|
ScheduleRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
ScheduleRequestMsg.Interactions |
getInteractions()
Gets the value of the interactions property.
|
ScheduleOptions |
getOptions()
Gets the value of the options property.
|
ScheduleDefinition |
getSchedule()
Gets the value of the schedule property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setInteractions(ScheduleRequestMsg.Interactions value)
Sets the value of the interactions property.
|
void |
setOptions(ScheduleOptions value)
Sets the value of the options property.
|
void |
setSchedule(ScheduleDefinition value)
Sets the value of the schedule property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ScheduleOptions options
protected String action
protected ScheduleDefinition schedule
protected ScheduleRequestMsg.Interactions interactions
public ScheduleOptions getOptions()
ScheduleOptionspublic void setOptions(ScheduleOptions value)
value - allowed object is
ScheduleOptionspublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic ScheduleDefinition getSchedule()
ScheduleDefinitionpublic void setSchedule(ScheduleDefinition value)
value - allowed object is
ScheduleDefinitionpublic ScheduleRequestMsg.Interactions getInteractions()
ScheduleRequestMsg.Interactionspublic void setInteractions(ScheduleRequestMsg.Interactions value)
value - allowed object is
ScheduleRequestMsg.InteractionsCopyright © 2017. All rights reserved.