public class ImportDefinitionFieldMap extends APIObject
Java class for ImportDefinitionFieldMap complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ImportDefinitionFieldMap">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<choice>
<element name="SourceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="SourceOrdinal" type="{http://www.w3.org/2001/XMLSchema}int"/>
</choice>
<element name="DestinationName" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
destinationName |
protected String |
sourceName |
protected Integer |
sourceOrdinal |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
ImportDefinitionFieldMap() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestinationName()
Gets the value of the destinationName property.
|
String |
getSourceName()
Gets the value of the sourceName property.
|
Integer |
getSourceOrdinal()
Gets the value of the sourceOrdinal property.
|
void |
setDestinationName(String value)
Sets the value of the destinationName property.
|
void |
setSourceName(String value)
Sets the value of the sourceName property.
|
void |
setSourceOrdinal(Integer value)
Sets the value of the sourceOrdinal 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 String sourceName
protected Integer sourceOrdinal
protected String destinationName
public String getSourceName()
Stringpublic void setSourceName(String value)
value - allowed object is
Stringpublic Integer getSourceOrdinal()
Integerpublic void setSourceOrdinal(Integer value)
value - allowed object is
Integerpublic String getDestinationName()
Stringpublic void setDestinationName(String value)
value - allowed object is
StringCopyright © 2017. All rights reserved.