public class ConfigureRequestMsg 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}ConfigureOptions" minOccurs="0"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Configurations" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Configuration" 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 |
ConfigureRequestMsg.Configurations
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected ConfigureRequestMsg.Configurations |
configurations |
protected ConfigureOptions |
options |
| Constructor and Description |
|---|
ConfigureRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
ConfigureRequestMsg.Configurations |
getConfigurations()
Gets the value of the configurations property.
|
ConfigureOptions |
getOptions()
Gets the value of the options property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setConfigurations(ConfigureRequestMsg.Configurations value)
Sets the value of the configurations property.
|
void |
setOptions(ConfigureOptions value)
Sets the value of the options property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ConfigureOptions options
protected String action
protected ConfigureRequestMsg.Configurations configurations
public ConfigureOptions getOptions()
ConfigureOptionspublic void setOptions(ConfigureOptions value)
value - allowed object is
ConfigureOptionspublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic ConfigureRequestMsg.Configurations getConfigurations()
ConfigureRequestMsg.Configurationspublic void setConfigurations(ConfigureRequestMsg.Configurations value)
value - allowed object is
ConfigureRequestMsg.ConfigurationsCopyright © 2017. All rights reserved.