public class

LeadConvert

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.LeadConvert

Class Overview

Generated class, please do not edit.

Summary

Fields
private String accountId
private boolean accountId__is_set
private static final TypeInfo accountId__typeInfo element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String contactId
private boolean contactId__is_set
private static final TypeInfo contactId__typeInfo element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String convertedStatus
private boolean convertedStatus__is_set
private static final TypeInfo convertedStatus__typeInfo element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean doNotCreateOpportunity
private boolean doNotCreateOpportunity__is_set
private static final TypeInfo doNotCreateOpportunity__typeInfo element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String leadId
private boolean leadId__is_set
private static final TypeInfo leadId__typeInfo element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String opportunityName
private boolean opportunityName__is_set
private static final TypeInfo opportunityName__typeInfo element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private boolean overwriteLeadSource
private boolean overwriteLeadSource__is_set
private static final TypeInfo overwriteLeadSource__typeInfo element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
private String ownerId
private boolean ownerId__is_set
private static final TypeInfo ownerId__typeInfo element : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private boolean sendNotificationEmail
private boolean sendNotificationEmail__is_set
private static final TypeInfo sendNotificationEmail__typeInfo element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean
Public Constructors
LeadConvert()
Constructor
Public Methods
String getAccountId()
String getContactId()
String getConvertedStatus()
boolean getDoNotCreateOpportunity()
String getLeadId()
String getOpportunityName()
boolean getOverwriteLeadSource()
String getOwnerId()
boolean getSendNotificationEmail()
boolean isDoNotCreateOpportunity()
boolean isOverwriteLeadSource()
boolean isSendNotificationEmail()
void load(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
void setAccountId(String accountId)
void setContactId(String contactId)
void setConvertedStatus(String convertedStatus)
void setDoNotCreateOpportunity(boolean doNotCreateOpportunity)
void setLeadId(String leadId)
void setOpportunityName(String opportunityName)
void setOverwriteLeadSource(boolean overwriteLeadSource)
void setOwnerId(String ownerId)
void setSendNotificationEmail(boolean sendNotificationEmail)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private String accountId

private boolean accountId__is_set

private static final TypeInfo accountId__typeInfo

element : accountId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String contactId

private boolean contactId__is_set

private static final TypeInfo contactId__typeInfo

element : contactId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String convertedStatus

private boolean convertedStatus__is_set

private static final TypeInfo convertedStatus__typeInfo

element : convertedStatus of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean doNotCreateOpportunity

private boolean doNotCreateOpportunity__is_set

private static final TypeInfo doNotCreateOpportunity__typeInfo

element : doNotCreateOpportunity of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String leadId

private boolean leadId__is_set

private static final TypeInfo leadId__typeInfo

element : leadId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String opportunityName

private boolean opportunityName__is_set

private static final TypeInfo opportunityName__typeInfo

element : opportunityName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private boolean overwriteLeadSource

private boolean overwriteLeadSource__is_set

private static final TypeInfo overwriteLeadSource__typeInfo

element : overwriteLeadSource of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

private String ownerId

private boolean ownerId__is_set

private static final TypeInfo ownerId__typeInfo

element : ownerId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private boolean sendNotificationEmail

private boolean sendNotificationEmail__is_set

private static final TypeInfo sendNotificationEmail__typeInfo

element : sendNotificationEmail of type {http://www.w3.org/2001/XMLSchema}boolean java type: boolean

Public Constructors

public LeadConvert ()

Constructor

Public Methods

public String getAccountId ()

public String getContactId ()

public String getConvertedStatus ()

public boolean getDoNotCreateOpportunity ()

public String getLeadId ()

public String getOpportunityName ()

public boolean getOverwriteLeadSource ()

public String getOwnerId ()

public boolean getSendNotificationEmail ()

public boolean isDoNotCreateOpportunity ()

public boolean isOverwriteLeadSource ()

public boolean isSendNotificationEmail ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setAccountId (String accountId)

Parameters
accountId

public void setContactId (String contactId)

Parameters
contactId

public void setConvertedStatus (String convertedStatus)

Parameters
convertedStatus

public void setDoNotCreateOpportunity (boolean doNotCreateOpportunity)

Parameters
doNotCreateOpportunity

public void setLeadId (String leadId)

Parameters
leadId

public void setOpportunityName (String opportunityName)

Parameters
opportunityName

public void setOverwriteLeadSource (boolean overwriteLeadSource)

Parameters
overwriteLeadSource

public void setOwnerId (String ownerId)

Parameters
ownerId

public void setSendNotificationEmail (boolean sendNotificationEmail)

Parameters
sendNotificationEmail

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException