Package com.sforce.soap.metadata
Class PriceRuleCondition
- java.lang.Object
-
- com.sforce.soap.metadata.PriceRuleCondition
-
-
Constructor Summary
Constructors Constructor Description PriceRuleCondition()Constructor
-
Method Summary
-
-
-
Method Detail
-
getAccumulateResultCondInput
public String getAccumulateResultCondInput()
-
setAccumulateResultCondInput
public void setAccumulateResultCondInput(String accumulateResultCondInput)
-
setAccumulateResultCondInput
protected void setAccumulateResultCondInput(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAccumulateResultCondInputType
public AccumulateResultCondInputType getAccumulateResultCondInputType()
-
setAccumulateResultCondInputType
public void setAccumulateResultCondInputType(AccumulateResultCondInputType accumulateResultCondInputType)
-
setAccumulateResultCondInputType
protected void setAccumulateResultCondInputType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAccumulateResultOperator
public AccumulateResultOperator getAccumulateResultOperator()
-
setAccumulateResultOperator
public void setAccumulateResultOperator(AccumulateResultOperator accumulateResultOperator)
-
setAccumulateResultOperator
protected void setAccumulateResultOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAggregatedConditionVariable
public String getAggregatedConditionVariable()
-
setAggregatedConditionVariable
public void setAggregatedConditionVariable(String aggregatedConditionVariable)
-
setAggregatedConditionVariable
protected void setAggregatedConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getAggregationType
public ConditionAggregationFunction getAggregationType()
-
setAggregationType
public void setAggregationType(ConditionAggregationFunction aggregationType)
-
setAggregationType
protected void setAggregationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditionVariable
public String getConditionVariable()
-
setConditionVariable
public void setConditionVariable(String conditionVariable)
-
setConditionVariable
protected void setConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMatchType
public TargetEntityMatchType getMatchType()
-
setMatchType
public void setMatchType(TargetEntityMatchType matchType)
-
setMatchType
protected void setMatchType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getPriceRuleConditionFilters
public PriceRuleConditionFilter[] getPriceRuleConditionFilters()
-
setPriceRuleConditionFilters
public void setPriceRuleConditionFilters(PriceRuleConditionFilter[] priceRuleConditionFilters)
-
setPriceRuleConditionFilters
protected void setPriceRuleConditionFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getScope
public ConditionType getScope()
-
setScope
public void setScope(ConditionType scope)
-
setScope
protected void setScope(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSequence
public int getSequence()
-
setSequence
public void setSequence(int sequence)
-
setSequence
protected void setSequence(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getTargetObject
public String getTargetObject()
-
setTargetObject
public void setTargetObject(String targetObject)
-
setTargetObject
protected void setTargetObject(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
-
-