public class PerformRequestMsg 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}PerformOptions" minOccurs="0"/>
<element name="Action" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Definitions" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Definition" 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 |
PerformRequestMsg.Definitions
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
action |
protected PerformRequestMsg.Definitions |
definitions |
protected PerformOptions |
options |
| Constructor and Description |
|---|
PerformRequestMsg() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Gets the value of the action property.
|
PerformRequestMsg.Definitions |
getDefinitions()
Gets the value of the definitions property.
|
PerformOptions |
getOptions()
Gets the value of the options property.
|
void |
setAction(String value)
Sets the value of the action property.
|
void |
setDefinitions(PerformRequestMsg.Definitions value)
Sets the value of the definitions property.
|
void |
setOptions(PerformOptions value)
Sets the value of the options property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected PerformOptions options
protected String action
protected PerformRequestMsg.Definitions definitions
public PerformOptions getOptions()
PerformOptionspublic void setOptions(PerformOptions value)
value - allowed object is
PerformOptionspublic String getAction()
Stringpublic void setAction(String value)
value - allowed object is
Stringpublic PerformRequestMsg.Definitions getDefinitions()
PerformRequestMsg.Definitionspublic void setDefinitions(PerformRequestMsg.Definitions value)
value - allowed object is
PerformRequestMsg.DefinitionsCopyright © 2017. All rights reserved.