Package com.sforce.soap.metadata
Class StrategyNodeRecommendationLoad
- java.lang.Object
-
- com.sforce.soap.metadata.StrategyNodeBase
-
- com.sforce.soap.metadata.StrategyNodeUnionBase
-
- com.sforce.soap.metadata.StrategyNodeRecommendationLoad
-
- All Implemented Interfaces:
XMLizable
public class StrategyNodeRecommendationLoad extends StrategyNodeUnionBase
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.
-
-
Constructor Summary
Constructors Constructor Description StrategyNodeRecommendationLoad()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.StrategyNodeUnionBase
getLimit, setLimit, setLimit
-
Methods inherited from class com.sforce.soap.metadata.StrategyNodeBase
getChildNode, getDescription, getLabel, getName, setChildNode, setChildNode, setDescription, setDescription, setLabel, setLabel, setName, setName
-
-
-
-
Method Detail
-
getCondition
public RecommendationLoadCondition[] getCondition()
-
setCondition
public void setCondition(RecommendationLoadCondition[] condition)
-
setCondition
protected void setCondition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditionLogic
public String getConditionLogic()
-
setConditionLogic
public void setConditionLogic(String conditionLogic)
-
setConditionLogic
protected void setConditionLogic(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getObject
public String getObject()
-
setObject
public void setObject(String object)
-
setObject
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getSortField
public StrategyNodeSortField[] getSortField()
-
setSortField
public void setSortField(StrategyNodeSortField[] sortField)
-
setSortField
protected void setSortField(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- Overrides:
writein classStrategyNodeUnionBase- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classStrategyNodeUnionBase- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classStrategyNodeUnionBase- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classStrategyNodeUnionBase- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classStrategyNodeUnionBase
-
-