Package com.sforce.soap.metadata
Class PriceRuleCondition
java.lang.Object
com.sforce.soap.metadata.PriceRuleCondition
- 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 TypeMethodDescriptiongetScope()intvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAccumulateResultCondInput(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccumulateResultCondInput(String accumulateResultCondInput) voidsetAccumulateResultCondInputType(AccumulateResultCondInputType accumulateResultCondInputType) protected voidsetAccumulateResultCondInputType(XmlInputStream __in, TypeMapper __typeMapper) voidsetAccumulateResultOperator(AccumulateResultOperator accumulateResultOperator) protected voidsetAccumulateResultOperator(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetAggregatedConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) voidsetAggregatedConditionVariable(String aggregatedConditionVariable) voidsetAggregationType(ConditionAggregationFunction aggregationType) protected voidsetAggregationType(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) voidsetConditionVariable(String conditionVariable) voidsetMatchType(TargetEntityMatchType matchType) protected voidsetMatchType(XmlInputStream __in, TypeMapper __typeMapper) voidsetPriceRuleConditionFilters(PriceRuleConditionFilter[] priceRuleConditionFilters) protected voidsetPriceRuleConditionFilters(XmlInputStream __in, TypeMapper __typeMapper) voidsetScope(ConditionType scope) protected voidsetScope(XmlInputStream __in, TypeMapper __typeMapper) voidsetSequence(int sequence) protected voidsetSequence(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetTargetObject(XmlInputStream __in, TypeMapper __typeMapper) voidsetTargetObject(String targetObject) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
PriceRuleCondition
public PriceRuleCondition()Constructor
-
-
Method Details
-
getAccumulateResultCondInput
-
setAccumulateResultCondInput
-
setAccumulateResultCondInput
protected void setAccumulateResultCondInput(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAccumulateResultCondInputType
-
setAccumulateResultCondInputType
public void setAccumulateResultCondInputType(AccumulateResultCondInputType accumulateResultCondInputType) -
setAccumulateResultCondInputType
protected void setAccumulateResultCondInputType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAccumulateResultOperator
-
setAccumulateResultOperator
-
setAccumulateResultOperator
protected void setAccumulateResultOperator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAggregatedConditionVariable
-
setAggregatedConditionVariable
-
setAggregatedConditionVariable
protected void setAggregatedConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getAggregationType
-
setAggregationType
-
setAggregationType
protected void setAggregationType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConditionVariable
-
setConditionVariable
-
setConditionVariable
protected void setConditionVariable(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMatchType
-
setMatchType
-
setMatchType
protected void setMatchType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getPriceRuleConditionFilters
-
setPriceRuleConditionFilters
-
setPriceRuleConditionFilters
protected void setPriceRuleConditionFilters(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getScope
-
setScope
-
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
-
setTargetObject
-
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
- 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
-