com.sforce.soap.partner
Class LeadConvertResult

java.lang.Object
  extended by com.sforce.soap.partner.LeadConvertResult
All Implemented Interfaces:
java.io.Serializable

public class LeadConvertResult
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
LeadConvertResult()
           
LeadConvertResult(java.lang.String accountId, java.lang.String contactId, Error[] errors, java.lang.String leadId, java.lang.String opportunityId, boolean success)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getAccountId()
          Gets the accountId value for this LeadConvertResult.
 java.lang.String getContactId()
          Gets the contactId value for this LeadConvertResult.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 Error[] getErrors()
          Gets the errors value for this LeadConvertResult.
 Error getErrors(int i)
           
 java.lang.String getLeadId()
          Gets the leadId value for this LeadConvertResult.
 java.lang.String getOpportunityId()
          Gets the opportunityId value for this LeadConvertResult.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 boolean isSuccess()
          Gets the success value for this LeadConvertResult.
 void setAccountId(java.lang.String accountId)
          Sets the accountId value for this LeadConvertResult.
 void setContactId(java.lang.String contactId)
          Sets the contactId value for this LeadConvertResult.
 void setErrors(Error[] errors)
          Sets the errors value for this LeadConvertResult.
 void setErrors(int i, Error _value)
           
 void setLeadId(java.lang.String leadId)
          Sets the leadId value for this LeadConvertResult.
 void setOpportunityId(java.lang.String opportunityId)
          Sets the opportunityId value for this LeadConvertResult.
 void setSuccess(boolean success)
          Sets the success value for this LeadConvertResult.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LeadConvertResult

public LeadConvertResult()

LeadConvertResult

public LeadConvertResult(java.lang.String accountId,
                         java.lang.String contactId,
                         Error[] errors,
                         java.lang.String leadId,
                         java.lang.String opportunityId,
                         boolean success)
Method Detail

getAccountId

public java.lang.String getAccountId()
Gets the accountId value for this LeadConvertResult.

Returns:
accountId

setAccountId

public void setAccountId(java.lang.String accountId)
Sets the accountId value for this LeadConvertResult.

Parameters:
accountId -

getContactId

public java.lang.String getContactId()
Gets the contactId value for this LeadConvertResult.

Returns:
contactId

setContactId

public void setContactId(java.lang.String contactId)
Sets the contactId value for this LeadConvertResult.

Parameters:
contactId -

getErrors

public Error[] getErrors()
Gets the errors value for this LeadConvertResult.

Returns:
errors

setErrors

public void setErrors(Error[] errors)
Sets the errors value for this LeadConvertResult.

Parameters:
errors -

getErrors

public Error getErrors(int i)

setErrors

public void setErrors(int i,
                      Error _value)

getLeadId

public java.lang.String getLeadId()
Gets the leadId value for this LeadConvertResult.

Returns:
leadId

setLeadId

public void setLeadId(java.lang.String leadId)
Sets the leadId value for this LeadConvertResult.

Parameters:
leadId -

getOpportunityId

public java.lang.String getOpportunityId()
Gets the opportunityId value for this LeadConvertResult.

Returns:
opportunityId

setOpportunityId

public void setOpportunityId(java.lang.String opportunityId)
Sets the opportunityId value for this LeadConvertResult.

Parameters:
opportunityId -

isSuccess

public boolean isSuccess()
Gets the success value for this LeadConvertResult.

Returns:
success

setSuccess

public void setSuccess(boolean success)
Sets the success value for this LeadConvertResult.

Parameters:
success -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2009. All Rights Reserved.