public class ExecuteRequest extends Object
Java class for ExecuteRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExecuteRequest">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Client" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Parameters" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ClientID |
client |
protected String |
name |
protected List<APIProperty> |
parameters |
| Constructor and Description |
|---|
ExecuteRequest() |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getClient()
Gets the value of the client property.
|
String |
getName()
Gets the value of the name property.
|
List<APIProperty> |
getParameters()
Gets the value of the parameters property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setName(String value)
Sets the value of the name property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ClientID client
protected String name
protected List<APIProperty> parameters
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic List<APIProperty> getParameters()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the parameters property.
For example, to add a new item, do as follows:
getParameters().add(newItem);
Objects of the following type(s) are allowed in the list
APIProperty
Copyright © 2017. All rights reserved.