Package com.sforce.soap.metadata
Class WorkflowSend
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WorkflowAction
-
- com.sforce.soap.metadata.WorkflowSend
-
- All Implemented Interfaces:
XMLizable
public class WorkflowSend extends WorkflowAction
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 WorkflowSend()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SendActiongetAction()StringgetDescription()StringgetLabel()StringgetLanguage()booleangetProtected()booleanisProtected()voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)voidsetAction(SendAction action)protected voidsetAction(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper)voidsetDescription(String description)protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper)voidsetLabel(String label)protected voidsetLanguage(XmlInputStream __in, TypeMapper __typeMapper)voidsetLanguage(String language)voidsetProtected(boolean _protected)protected voidsetProtected(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.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getAction
public SendAction getAction()
-
setAction
public void setAction(SendAction action)
-
setAction
protected void setAction(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
-
getLanguage
public String getLanguage()
-
setLanguage
public void setLanguage(String language)
-
setLanguage
protected void setLanguage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getProtected
public boolean getProtected()
-
isProtected
public boolean isProtected()
-
setProtected
public void setProtected(boolean _protected)
-
setProtected
protected void setProtected(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 classWorkflowAction- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classWorkflowAction- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classWorkflowAction- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classWorkflowAction- Throws:
IOExceptionConnectionException
-
toString
public String toString()
- Overrides:
toStringin classWorkflowAction
-
-