public class RetrieveQuickActionTemplates_element extends java.lang.Object implements XMLizable, IRetrieveQuickActionTemplates_element
| Constructor and Description |
|---|
RetrieveQuickActionTemplates_element()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContextId()
element : contextId of type {urn:partner.soap.sforce.com}ID
java type: java.lang.String
|
java.lang.String[] |
getQuickActionNames()
element : quickActionNames of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String[]
|
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setContextId(java.lang.String contextId) |
protected void |
setContextId(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setQuickActionNames(java.lang.String[] quickActionNames) |
protected void |
setQuickActionNames(XmlInputStream __in,
TypeMapper __typeMapper) |
java.lang.String |
toString() |
void |
write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public RetrieveQuickActionTemplates_element()
public java.lang.String[] getQuickActionNames()
IRetrieveQuickActionTemplates_elementgetQuickActionNames in interface IRetrieveQuickActionTemplates_elementpublic void setQuickActionNames(java.lang.String[] quickActionNames)
setQuickActionNames in interface IRetrieveQuickActionTemplates_elementprotected void setQuickActionNames(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String getContextId()
IRetrieveQuickActionTemplates_elementgetContextId in interface IRetrieveQuickActionTemplates_elementpublic void setContextId(java.lang.String contextId)
setContextId in interface IRetrieveQuickActionTemplates_elementprotected void setContextId(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic void write(javax.xml.namespace.QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper)
throws java.io.IOException
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws java.io.IOException
java.io.IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
load in interface XMLizablejava.io.IOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws java.io.IOException, ConnectionException
java.io.IOExceptionConnectionExceptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2020. All Rights Reserved.