public class ImportDefinitionAutoGenerateDestination extends Object
Java class for ImportDefinitionAutoGenerateDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportDefinitionAutoGenerateDestination">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="DataExtensionTarget" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtension"/>
<element name="ErrorIfExists" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected DataExtension |
dataExtensionTarget |
protected Boolean |
errorIfExists |
| Constructor and Description |
|---|
ImportDefinitionAutoGenerateDestination() |
| Modifier and Type | Method and Description |
|---|---|
DataExtension |
getDataExtensionTarget()
Gets the value of the dataExtensionTarget property.
|
Boolean |
getErrorIfExists()
Gets the value of the errorIfExists property.
|
void |
setDataExtensionTarget(DataExtension value)
Sets the value of the dataExtensionTarget property.
|
void |
setErrorIfExists(Boolean value)
Sets the value of the errorIfExists property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
protected DataExtension dataExtensionTarget
protected Boolean errorIfExists
public ImportDefinitionAutoGenerateDestination()
public DataExtension getDataExtensionTarget()
DataExtensionpublic void setDataExtensionTarget(DataExtension value)
value - allowed object is
DataExtensionpublic Boolean getErrorIfExists()
Booleanpublic void setErrorIfExists(Boolean value)
value - allowed object is
BooleanCopyright © 2017. All rights reserved.