public class ExtractParameterDescription extends ParameterDescription
Java class for ExtractParameterDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExtractParameterDescription">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}ParameterDescription">
<sequence>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="DataType" type="{http://exacttarget.com/wsdl/partnerAPI}ExtractParameterDataType"/>
<element name="DefaultValue" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="IsOptional" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="DropDownList" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected ExtractParameterDataType |
dataType |
protected String |
defaultValue |
protected String |
dropDownList |
protected boolean |
isOptional |
protected String |
name |
| Constructor and Description |
|---|
ExtractParameterDescription() |
| Modifier and Type | Method and Description |
|---|---|
ExtractParameterDataType |
getDataType()
Gets the value of the dataType property.
|
String |
getDefaultValue()
Gets the value of the defaultValue property.
|
String |
getDropDownList()
Gets the value of the dropDownList property.
|
String |
getName()
Gets the value of the name property.
|
boolean |
isIsOptional()
Gets the value of the isOptional property.
|
void |
setDataType(ExtractParameterDataType value)
Sets the value of the dataType property.
|
void |
setDefaultValue(String value)
Sets the value of the defaultValue property.
|
void |
setDropDownList(String value)
Sets the value of the dropDownList property.
|
void |
setIsOptional(boolean value)
Sets the value of the isOptional 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 String name
protected ExtractParameterDataType dataType
protected String defaultValue
protected boolean isOptional
protected String dropDownList
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic ExtractParameterDataType getDataType()
ExtractParameterDataTypepublic void setDataType(ExtractParameterDataType value)
value - allowed object is
ExtractParameterDataTypepublic String getDefaultValue()
Stringpublic void setDefaultValue(String value)
value - allowed object is
Stringpublic boolean isIsOptional()
public void setIsOptional(boolean value)
public String getDropDownList()
Stringpublic void setDropDownList(String value)
value - allowed object is
Stringpublic String toString()
toString in class ParameterDescriptionCopyright © 2017. All rights reserved.