Package com.sforce.soap.metadata
Class StrategyNodeInvocableAction
- java.lang.Object
-
- com.sforce.soap.metadata.StrategyNodeBase
-
- com.sforce.soap.metadata.StrategyNodeUnionBase
-
- com.sforce.soap.metadata.StrategyNodeInvocableAction
-
- All Implemented Interfaces:
XMLizable
public class StrategyNodeInvocableAction 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 StrategyNodeInvocableAction()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAction()StrategyNodeInvocableActionArg[]getArgument()booleangetIsGenerator()InvocableActionTypegetType()booleanisIsGenerator()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetAction(XmlInputStream __in, TypeMapper __typeMapper)voidsetAction(String action)voidsetArgument(StrategyNodeInvocableActionArg[] argument)protected voidsetArgument(XmlInputStream __in, TypeMapper __typeMapper)voidsetIsGenerator(boolean isGenerator)protected voidsetIsGenerator(XmlInputStream __in, TypeMapper __typeMapper)voidsetType(InvocableActionType type)protected voidsetType(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)-
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
-
getAction
public String getAction()
-
setAction
public void setAction(String action)
-
setAction
protected void setAction(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getArgument
public StrategyNodeInvocableActionArg[] getArgument()
-
setArgument
public void setArgument(StrategyNodeInvocableActionArg[] argument)
-
setArgument
protected void setArgument(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsGenerator
public boolean getIsGenerator()
-
isIsGenerator
public boolean isIsGenerator()
-
setIsGenerator
public void setIsGenerator(boolean isGenerator)
-
setIsGenerator
protected void setIsGenerator(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public InvocableActionType getType()
-
setType
public void setType(InvocableActionType type)
-
setType
protected void setType(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
-
-