Package com.sforce.soap.metadata
Class CleanRule
java.lang.Object
com.sforce.soap.metadata.CleanRule
- 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 TypeMethodDescriptionbooleanbooleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBulkEnabled(boolean bulkEnabled) protected voidsetBulkEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetBypassTriggers(boolean bypassTriggers) protected voidsetBypassTriggers(XmlInputStream __in, TypeMapper __typeMapper) voidsetBypassWorkflow(boolean bypassWorkflow) protected voidsetBypassWorkflow(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetFieldMappings(FieldMapping[] fieldMappings) protected voidsetFieldMappings(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) voidsetMasterLabel(String masterLabel) protected voidsetMatchRule(XmlInputStream __in, TypeMapper __typeMapper) voidsetMatchRule(String matchRule) protected voidsetSourceSobjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetSourceSobjectType(String sourceSobjectType) voidsetStatus(CleanRuleStatus status) protected voidsetStatus(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTargetSobjectType(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargetSobjectType(String targetSobjectType) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
CleanRule
public CleanRule()Constructor
-
-
Method Details
-
getBulkEnabled
public boolean getBulkEnabled() -
isBulkEnabled
public boolean isBulkEnabled() -
setBulkEnabled
public void setBulkEnabled(boolean bulkEnabled) -
setBulkEnabled
protected void setBulkEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBypassTriggers
public boolean getBypassTriggers() -
isBypassTriggers
public boolean isBypassTriggers() -
setBypassTriggers
public void setBypassTriggers(boolean bypassTriggers) -
setBypassTriggers
protected void setBypassTriggers(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBypassWorkflow
public boolean getBypassWorkflow() -
isBypassWorkflow
public boolean isBypassWorkflow() -
setBypassWorkflow
public void setBypassWorkflow(boolean bypassWorkflow) -
setBypassWorkflow
protected void setBypassWorkflow(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getFieldMappings
-
setFieldMappings
-
setFieldMappings
protected void setFieldMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMasterLabel
-
setMasterLabel
-
setMasterLabel
protected void setMasterLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMatchRule
-
setMatchRule
-
setMatchRule
protected void setMatchRule(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getSourceSobjectType
-
setSourceSobjectType
-
setSourceSobjectType
protected void setSourceSobjectType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getStatus
-
setStatus
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getTargetSobjectType
-
setTargetSobjectType
-
setTargetSobjectType
protected void setTargetSobjectType(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
-