public class IntegrationProfileDefinition extends APIObject
Java class for IntegrationProfileDefinition complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="IntegrationProfileDefinition">
<complexContent>
<extension base="{http://exacttarget.com/wsdl/partnerAPI}APIObject">
<sequence>
<element name="ProfileID" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Description" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ExternalSystemType" type="{http://www.w3.org/2001/XMLSchema}int"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected int |
externalSystemType |
protected String |
name |
protected String |
profileID |
client, correlationID, createdDate, customerKey, id, modifiedDate, objectID, objectState, owner, partnerKey, partnerProperties| Constructor and Description |
|---|
IntegrationProfileDefinition() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the value of the description property.
|
int |
getExternalSystemType()
Gets the value of the externalSystemType property.
|
String |
getName()
Gets the value of the name property.
|
String |
getProfileID()
Gets the value of the profileID property.
|
void |
setDescription(String value)
Sets the value of the description property.
|
void |
setExternalSystemType(int value)
Sets the value of the externalSystemType property.
|
void |
setName(String value)
Sets the value of the name property.
|
void |
setProfileID(String value)
Sets the value of the profileID 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 profileID
protected String name
protected String description
protected int externalSystemType
public String getProfileID()
Stringpublic void setProfileID(String value)
value - allowed object is
Stringpublic String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic String getDescription()
Stringpublic void setDescription(String value)
value - allowed object is
Stringpublic int getExternalSystemType()
public void setExternalSystemType(int value)
Copyright © 2017. All rights reserved.