Package com.sforce.soap.metadata
Class RuleDefinition
- java.lang.Object
-
- com.sforce.soap.metadata.RuleDefinition
-
-
Constructor Summary
Constructors Constructor Description RuleDefinition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getActions
public RuleAction[] getActions()
-
setActions
public void setActions(RuleAction[] actions)
-
setActions
protected void setActions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getApiName
public String getApiName()
-
setApiName
public void setApiName(String apiName)
-
setApiName
protected void setApiName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCriteria
public RuleFilterCriteria[] getCriteria()
-
setCriteria
public void setCriteria(RuleFilterCriteria[] criteria)
-
setCriteria
protected void setCriteria(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
setDescription
protected void setDescription(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
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getRuleStatus
public ContextRuleStatus getRuleStatus()
-
setRuleStatus
public void setRuleStatus(ContextRuleStatus ruleStatus)
-
setRuleStatus
protected void setRuleStatus(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSequenceNumber
public int getSequenceNumber()
-
setSequenceNumber
public void setSequenceNumber(int sequenceNumber)
-
setSequenceNumber
protected void setSequenceNumber(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
-
getUsageSubType
public String getUsageSubType()
-
setUsageSubType
public void setUsageSubType(String usageSubType)
-
setUsageSubType
protected void setUsageSubType(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
-
getVariables
public RuleReferenceVariable[] getVariables()
-
setVariables
public void setVariables(RuleReferenceVariable[] variables)
-
setVariables
protected void setVariables(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
-
-