Package com.sforce.soap.metadata
Class RulesetDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.RulesetDefinition
-
-
Constructor Summary
Constructors Constructor Description RulesetDefinition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getApiName
public String getApiName()
-
setApiName
public void setApiName(String apiName)
-
setApiName
protected void setApiName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getEndDate
public Calendar getEndDate()
-
setEndDate
public void setEndDate(Calendar endDate)
-
setEndDate
protected void setEndDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExecutionType
public ExecutionType getExecutionType()
-
setExecutionType
public void setExecutionType(ExecutionType executionType)
-
setExecutionType
protected void setExecutionType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuleDefinitions
public RuleDefinition[] getRuleDefinitions()
-
setRuleDefinitions
public void setRuleDefinitions(RuleDefinition[] ruleDefinitions)
-
setRuleDefinitions
protected void setRuleDefinitions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStartDate
public Calendar getStartDate()
-
setStartDate
public void setStartDate(Calendar startDate)
-
setStartDate
protected void setStartDate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStatus
public ContextRuleStatus getStatus()
-
setStatus
public void setStatus(ContextRuleStatus status)
-
setStatus
protected void setStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getUsageType
public String getUsageType()
-
setUsageType
public void setUsageType(String usageType)
-
setUsageType
protected void setUsageType(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
-
-