com.sforce.soap.partner
Class Upsert

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

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

See Also:
Serialized Form

Constructor Summary
Upsert()
           
Upsert(java.lang.String externalIDFieldName, SObject[] sObjects)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 java.lang.String getExternalIDFieldName()
          Gets the externalIDFieldName value for this Upsert.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 SObject[] getSObjects()
          Gets the sObjects value for this Upsert.
 SObject getSObjects(int i)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setExternalIDFieldName(java.lang.String externalIDFieldName)
          Sets the externalIDFieldName value for this Upsert.
 void setSObjects(int i, SObject _value)
           
 void setSObjects(SObject[] sObjects)
          Sets the sObjects value for this Upsert.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Upsert

public Upsert()

Upsert

public Upsert(java.lang.String externalIDFieldName,
              SObject[] sObjects)
Method Detail

getExternalIDFieldName

public java.lang.String getExternalIDFieldName()
Gets the externalIDFieldName value for this Upsert.

Returns:
externalIDFieldName

setExternalIDFieldName

public void setExternalIDFieldName(java.lang.String externalIDFieldName)
Sets the externalIDFieldName value for this Upsert.

Parameters:
externalIDFieldName -

getSObjects

public SObject[] getSObjects()
Gets the sObjects value for this Upsert.

Returns:
sObjects

setSObjects

public void setSObjects(SObject[] sObjects)
Sets the sObjects value for this Upsert.

Parameters:
sObjects -

getSObjects

public SObject getSObjects(int i)

setSObjects

public void setSObjects(int i,
                        SObject _value)

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.