Package com.sforce.soap.partner
Class RetrieveMassQuickActionTemplates_element
- java.lang.Object
-
- com.sforce.soap.partner.RetrieveMassQuickActionTemplates_element
-
- All Implemented Interfaces:
IRetrieveMassQuickActionTemplates_element,XMLizable
public class RetrieveMassQuickActionTemplates_element extends Object implements XMLizable, IRetrieveMassQuickActionTemplates_element
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 RetrieveMassQuickActionTemplates_element()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]getContextIds()element : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]StringgetQuickActionName()element : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.Stringvoidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)protected voidsetContextIds(XmlInputStream __in, TypeMapper __typeMapper)voidsetContextIds(String[] contextIds)protected voidsetQuickActionName(XmlInputStream __in, TypeMapper __typeMapper)voidsetQuickActionName(String quickActionName)StringtoString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
-
-
Method Detail
-
getQuickActionName
public String getQuickActionName()
Description copied from interface:IRetrieveMassQuickActionTemplates_elementelement : quickActionName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String- Specified by:
getQuickActionNamein interfaceIRetrieveMassQuickActionTemplates_element
-
setQuickActionName
public void setQuickActionName(String quickActionName)
- Specified by:
setQuickActionNamein interfaceIRetrieveMassQuickActionTemplates_element
-
setQuickActionName
protected void setQuickActionName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getContextIds
public String[] getContextIds()
Description copied from interface:IRetrieveMassQuickActionTemplates_elementelement : contextIds of type {urn:partner.soap.sforce.com}ID java type: java.lang.String[]- Specified by:
getContextIdsin interfaceIRetrieveMassQuickActionTemplates_element
-
setContextIds
public void setContextIds(String[] contextIds)
- Specified by:
setContextIdsin interfaceIRetrieveMassQuickActionTemplates_element
-
setContextIds
protected void setContextIds(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
-
-