public class ImportFileDestination extends APIObject
Java class for ImportFileDestination complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportFileDestination">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="TemplateCustomObject" type="{http://exacttarget.com/wsdl/partnerAPI}DataExtension" minOccurs="0"/>
<element name="FileTransferLocation" type="{http://exacttarget.com/wsdl/partnerAPI}FileTransferLocation" minOccurs="0"/>
<element name="FileSpec" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EncodingCodePage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="HasColumnHeader" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="FieldDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RowDelimiter" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NullValue" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="BooleanFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="DateTimeFormat" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StringIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="EscapeSequence" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
booleanFormat |
protected String |
dateTimeFormat |
protected Integer |
encodingCodePage |
protected String |
escapeSequence |
protected String |
fieldDelimiter |
protected String |
fileSpec |
protected FileTransferLocation |
fileTransferLocation |
protected Boolean |
hasColumnHeader |
protected String |
nullValue |
protected String |
rowDelimiter |
protected String |
stringIdentifier |
protected DataExtension |
templateCustomObject |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ImportFileDestination() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBooleanFormat()
Gets the value of the booleanFormat property.
|
String |
getDateTimeFormat()
Gets the value of the dateTimeFormat property.
|
Integer |
getEncodingCodePage()
Gets the value of the encodingCodePage property.
|
String |
getEscapeSequence()
Gets the value of the escapeSequence property.
|
String |
getFieldDelimiter()
Gets the value of the fieldDelimiter property.
|
String |
getFileSpec()
Gets the value of the fileSpec property.
|
FileTransferLocation |
getFileTransferLocation()
Gets the value of the fileTransferLocation property.
|
Boolean |
getHasColumnHeader()
Gets the value of the hasColumnHeader property.
|
String |
getNullValue()
Gets the value of the nullValue property.
|
String |
getRowDelimiter()
Gets the value of the rowDelimiter property.
|
String |
getStringIdentifier()
Gets the value of the stringIdentifier property.
|
DataExtension |
getTemplateCustomObject()
Gets the value of the templateCustomObject property.
|
void |
setBooleanFormat(String value)
Sets the value of the booleanFormat property.
|
void |
setDateTimeFormat(String value)
Sets the value of the dateTimeFormat property.
|
void |
setEncodingCodePage(Integer value)
Sets the value of the encodingCodePage property.
|
void |
setEscapeSequence(String value)
Sets the value of the escapeSequence property.
|
void |
setFieldDelimiter(String value)
Sets the value of the fieldDelimiter property.
|
void |
setFileSpec(String value)
Sets the value of the fileSpec property.
|
void |
setFileTransferLocation(FileTransferLocation value)
Sets the value of the fileTransferLocation property.
|
void |
setHasColumnHeader(Boolean value)
Sets the value of the hasColumnHeader property.
|
void |
setNullValue(String value)
Sets the value of the nullValue property.
|
void |
setRowDelimiter(String value)
Sets the value of the rowDelimiter property.
|
void |
setStringIdentifier(String value)
Sets the value of the stringIdentifier property.
|
void |
setTemplateCustomObject(DataExtension value)
Sets the value of the templateCustomObject property.
|
String |
toString()
Generates a String representation of the contents of this type.
|
getClient, getCorrelationID, getCreatedDate, getCustomerKey, getId, getModifiedDate, getObjectID, getObjectState, getOwner, getPartnerKey, getPartnerProperties, setClient, setCorrelationID, setCreatedDate, setCustomerKey, setId, setModifiedDate, setObjectID, setObjectState, setOwner, setPartnerKeyprotected DataExtension templateCustomObject
protected FileTransferLocation fileTransferLocation
protected String fileSpec
protected Integer encodingCodePage
protected Boolean hasColumnHeader
protected String fieldDelimiter
protected String rowDelimiter
protected String nullValue
protected String booleanFormat
protected String dateTimeFormat
protected String stringIdentifier
protected String escapeSequence
public DataExtension getTemplateCustomObject()
DataExtensionpublic void setTemplateCustomObject(DataExtension value)
value - allowed object is
DataExtensionpublic FileTransferLocation getFileTransferLocation()
FileTransferLocationpublic void setFileTransferLocation(FileTransferLocation value)
value - allowed object is
FileTransferLocationpublic String getFileSpec()
Stringpublic void setFileSpec(String value)
value - allowed object is
Stringpublic Integer getEncodingCodePage()
Integerpublic void setEncodingCodePage(Integer value)
value - allowed object is
Integerpublic Boolean getHasColumnHeader()
Booleanpublic void setHasColumnHeader(Boolean value)
value - allowed object is
Booleanpublic String getFieldDelimiter()
Stringpublic void setFieldDelimiter(String value)
value - allowed object is
Stringpublic String getRowDelimiter()
Stringpublic void setRowDelimiter(String value)
value - allowed object is
Stringpublic String getNullValue()
Stringpublic void setNullValue(String value)
value - allowed object is
Stringpublic String getBooleanFormat()
Stringpublic void setBooleanFormat(String value)
value - allowed object is
Stringpublic String getDateTimeFormat()
Stringpublic void setDateTimeFormat(String value)
value - allowed object is
Stringpublic String getStringIdentifier()
Stringpublic void setStringIdentifier(String value)
value - allowed object is
Stringpublic String getEscapeSequence()
Stringpublic void setEscapeSequence(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.