public class ExtractRequest extends Request
Java class for ExtractRequest complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractRequest">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}Request">
<sequence>
<element name="Client" type="{http://exacttarget.com/wsdl/partnerAPI}ClientID" minOccurs="0"/>
<element name="ID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Options" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractOptions"/>
<element name="Parameters" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parameter" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractParameter" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<choice minOccurs="0">
<element name="Description" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractDescription"/>
<element name="Definition" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractDefinition"/>
</choice>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtractRequest.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClientID |
client |
protected ExtractDefinition |
definition |
protected ExtractDescription |
description |
protected String |
id |
protected ExtractOptions |
options |
protected ExtractRequest.Parameters |
parameters |
| Constructor and Description |
|---|
ExtractRequest() |
| Modifier and Type | Method and Description |
|---|---|
ClientID |
getClient()
Gets the value of the client property.
|
ExtractDefinition |
getDefinition()
Gets the value of the definition property.
|
ExtractDescription |
getDescription()
Gets the value of the description property.
|
String |
getID()
Gets the value of the id property.
|
ExtractOptions |
getOptions()
Gets the value of the options property.
|
ExtractRequest.Parameters |
getParameters()
Gets the value of the parameters property.
|
void |
setClient(ClientID value)
Sets the value of the client property.
|
void |
setDefinition(ExtractDefinition value)
Sets the value of the definition property.
|
void |
setDescription(ExtractDescription value)
Sets the value of the description property.
|
void |
setID(String value)
Sets the value of the id property.
|
void |
setOptions(ExtractOptions value)
Sets the value of the options property.
|
void |
setParameters(ExtractRequest.Parameters value)
Sets the value of the parameters property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected ClientID client
protected String id
protected ExtractOptions options
protected ExtractRequest.Parameters parameters
protected ExtractDescription description
protected ExtractDefinition definition
public ClientID getClient()
ClientIDpublic void setClient(ClientID value)
value - allowed object is
ClientIDpublic void setID(String value)
value - allowed object is
Stringpublic ExtractOptions getOptions()
ExtractOptionspublic void setOptions(ExtractOptions value)
value - allowed object is
ExtractOptionspublic ExtractRequest.Parameters getParameters()
ExtractRequest.Parameterspublic void setParameters(ExtractRequest.Parameters value)
value - allowed object is
ExtractRequest.Parameterspublic ExtractDescription getDescription()
ExtractDescriptionpublic void setDescription(ExtractDescription value)
value - allowed object is
ExtractDescriptionpublic ExtractDefinition getDefinition()
ExtractDefinitionpublic void setDefinition(ExtractDefinition value)
value - allowed object is
ExtractDefinitionCopyright © 2017. All rights reserved.