public class ExtractDescription extends ExtractTemplate
Java class for ExtractDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractDescription">
<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>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Class and Description |
|---|---|
static class |
ExtractDescription.Parameters
Java class for anonymous complex type.
|
| Modifier and Type | Field and Description |
|---|---|
protected ExtractDescription.Parameters |
parameters |
configurationPage, name, packageKeyclient, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ExtractDescription() |
| Modifier and Type | Method and Description |
|---|---|
ExtractDescription.Parameters |
getParameters()
Gets the value of the parameters property.
|
void |
setParameters(ExtractDescription.Parameters value)
Sets the value of the parameters 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 ExtractDescription.Parameters parameters
public ExtractDescription.Parameters getParameters()
ExtractDescription.Parameterspublic void setParameters(ExtractDescription.Parameters value)
value - allowed object is
ExtractDescription.Parameterspublic String toString()
toString in class ExtractTemplateCopyright © 2017. All rights reserved.