public class ExtractDefinition extends ExtractTemplate
Java class for ExtractDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}ExtractTemplate">
<sequence>
<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}ExtractParameterDescription" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
<element name="Values" minOccurs="0">
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Value" type="{http://exacttarget.com/wsdl/partnerAPI}APIProperty" maxOccurs="unbounded" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
</element>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtractDefinition.Parameters
Java class for anonymous complex type.
|
static class |
ExtractDefinition.Values
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExtractDefinition.Parameters |
parameters |
protected ExtractDefinition.Values |
values |
configurationPage, name, packageKeyclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ExtractDefinition() |
| Modifier and Type | Method and Description |
|---|---|
ExtractDefinition.Parameters |
getParameters()
Gets the value of the parameters property.
|
ExtractDefinition.Values |
getValues()
Gets the value of the values property.
|
void |
setParameters(ExtractDefinition.Parameters value)
Sets the value of the parameters property.
|
void |
setValues(ExtractDefinition.Values value)
Sets the value of the values property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getConfigurationPage, getName, getPackageKey, setConfigurationPage, setName, setPackageKeygetClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected ExtractDefinition.Parameters parameters
protected ExtractDefinition.Values values
public ExtractDefinition.Parameters getParameters()
ExtractDefinition.Parameterspublic void setParameters(ExtractDefinition.Parameters value)
value - allowed object is
ExtractDefinition.Parameterspublic ExtractDefinition.Values getValues()
ExtractDefinition.Valuespublic void setValues(ExtractDefinition.Values value)
value - allowed object is
ExtractDefinition.Valuespublic String toString()
toString in class ExtractTemplateCopyright © 2017. All rights reserved.