Package com.sforce.soap.metadata
Class StrategyAction
- java.lang.Object
-
- com.sforce.soap.metadata.StrategyAction
-
-
Constructor Summary
Constructors Constructor Description StrategyAction()Constructor
-
Method Summary
-
-
-
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 StrategyActionArg[] getArgument()
-
setArgument
public void setArgument(StrategyActionArg[] argument)
-
setArgument
protected void setArgument(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
-
getLabel
public String getLabel()
-
setLabel
public void setLabel(String label)
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(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- 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
-
-