Package com.sforce.soap.metadata
Class FederationDataMappingUsage
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.FederationDataMappingUsage
-
-
Constructor Summary
Constructors Constructor Description FederationDataMappingUsage()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getCreateMapping
public String getCreateMapping()
-
setCreateMapping
public void setCreateMapping(String createMapping)
-
setCreateMapping
protected void setCreateMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDeleteMapping
public String getDeleteMapping()
-
setDeleteMapping
public void setDeleteMapping(String deleteMapping)
-
setDeleteMapping
protected void setDeleteMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getReadMapping
public String getReadMapping()
-
setReadMapping
public void setReadMapping(String readMapping)
-
setReadMapping
protected void setReadMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRemoteObjectName
public String getRemoteObjectName()
-
setRemoteObjectName
public void setRemoteObjectName(String remoteObjectName)
-
setRemoteObjectName
protected void setRemoteObjectName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRemoteSchema
public String getRemoteSchema()
-
setRemoteSchema
public void setRemoteSchema(String remoteSchema)
-
setRemoteSchema
protected void setRemoteSchema(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUpdateMapping
public String getUpdateMapping()
-
setUpdateMapping
public void setUpdateMapping(String updateMapping)
-
setUpdateMapping
protected void setUpdateMapping(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getViewObjectName
public String getViewObjectName()
-
setViewObjectName
public void setViewObjectName(String viewObjectName)
-
setViewObjectName
protected void setViewObjectName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getViewSchema
public String getViewSchema()
-
setViewSchema
public void setViewSchema(String viewSchema)
-
setViewSchema
protected void setViewSchema(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-