Package com.sforce.soap.metadata
Class FieldMapping
- java.lang.Object
-
- com.sforce.soap.metadata.FieldMapping
-
-
Constructor Summary
Constructors Constructor Description FieldMapping()Constructor
-
Method Summary
-
-
-
Method Detail
-
getSObjectType
public String getSObjectType()
-
setSObjectType
public void setSObjectType(String SObjectType)
-
setSObjectType
protected void setSObjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeveloperName
public String getDeveloperName()
-
setDeveloperName
public void setDeveloperName(String developerName)
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFieldMappingRows
public FieldMappingRow[] getFieldMappingRows()
-
setFieldMappingRows
public void setFieldMappingRows(FieldMappingRow[] fieldMappingRows)
-
setFieldMappingRows
protected void setFieldMappingRows(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMasterLabel
public String getMasterLabel()
-
setMasterLabel
public void setMasterLabel(String masterLabel)
-
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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-