Package com.sforce.soap.metadata
Class WorkflowOutboundMessage
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.WorkflowAction
-
- com.sforce.soap.metadata.WorkflowOutboundMessage
-
- All Implemented Interfaces:
XMLizable
public class WorkflowOutboundMessage 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 WorkflowOutboundMessage()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getApiVersion
public double getApiVersion()
-
setApiVersion
public void setApiVersion(double apiVersion)
-
setApiVersion
protected void setApiVersion(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
-
getEndpointUrl
public String getEndpointUrl()
-
setEndpointUrl
public void setEndpointUrl(String endpointUrl)
-
setEndpointUrl
protected void setEndpointUrl(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getFields
public String[] getFields()
-
setFields
public void setFields(String[] fields)
-
setFields
protected void setFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIncludeSessionId
public boolean getIncludeSessionId()
-
isIncludeSessionId
public boolean isIncludeSessionId()
-
setIncludeSessionId
public void setIncludeSessionId(boolean includeSessionId)
-
setIncludeSessionId
protected void setIncludeSessionId(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIntegrationUser
public String getIntegrationUser()
-
setIntegrationUser
public void setIntegrationUser(String integrationUser)
-
setIntegrationUser
protected void setIntegrationUser(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
-
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
-
getUseDeadLetterQueue
public boolean getUseDeadLetterQueue()
-
isUseDeadLetterQueue
public boolean isUseDeadLetterQueue()
-
setUseDeadLetterQueue
public void setUseDeadLetterQueue(boolean useDeadLetterQueue)
-
setUseDeadLetterQueue
protected void setUseDeadLetterQueue(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
-
-