Package com.sforce.soap.metadata
Class FieldMapping
java.lang.Object
com.sforce.soap.metadata.FieldMapping
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetFieldMappingRows(FieldMappingRow[] fieldMappingRows) protected voidsetFieldMappingRows(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetSObjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSObjectType(String SObjectType) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
FieldMapping
public FieldMapping()Constructor
-
-
Method Details
-
getSObjectType
-
setSObjectType
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldMappingRows
-
setFieldMappingRows
-
setFieldMappingRows
protected void setFieldMappingRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-