public class Upsert_element extends Object implements com.sforce.ws.bind.XMLizable, IUpsert_element
| Constructor and Description |
|---|
Upsert_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalIDFieldName()
element : externalIDFieldName of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
SObject[] |
getSObjects()
element : sObjects of type {urn:sobject.partner.soap.sforce.com}sObject
java type: com.sforce.soap.partner.sobject.SObject[]
|
void |
load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper) |
void |
setExternalIDFieldName(String externalIDFieldName) |
void |
setSObjects(ISObject[] sObjects) |
String |
toString() |
void |
write(QName __element,
com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
protected void |
writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper) |
public String getExternalIDFieldName()
IUpsert_elementgetExternalIDFieldName in interface IUpsert_elementpublic void setExternalIDFieldName(String externalIDFieldName)
setExternalIDFieldName in interface IUpsert_elementpublic SObject[] getSObjects()
IUpsert_elementgetSObjects in interface IUpsert_elementpublic void setSObjects(ISObject[] sObjects)
setSObjects in interface IUpsert_elementpublic void write(QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper) throws IOException
write in interface com.sforce.ws.bind.XMLizableIOExceptionprotected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException
IOExceptionpublic void load(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
load in interface com.sforce.ws.bind.XMLizableIOExceptioncom.sforce.ws.ConnectionExceptionprotected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
com.sforce.ws.bind.TypeMapper __typeMapper)
throws IOException,
com.sforce.ws.ConnectionException
IOExceptioncom.sforce.ws.ConnectionExceptionCopyright © 2015. All Rights Reserved.