public class

DescribeQuickActionResult

extends Object
implements XMLizable
java.lang.Object
   ↳ com.sforce.soap.partner.DescribeQuickActionResult

Class Overview

Generated by ComplexTypeCodeGenerator.java. Please do not edit.

Summary

Fields
private Integer height
private boolean height__is_set
private static final TypeInfo height__typeInfo element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
private String iconName
private boolean iconName__is_set
private static final TypeInfo iconName__typeInfo element : iconName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String iconUrl
private boolean iconUrl__is_set
private static final TypeInfo iconUrl__typeInfo element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String label
private boolean label__is_set
private static final TypeInfo label__typeInfo element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private DescribeLayoutSection[] layout
private boolean layout__is_set
private static final TypeInfo layout__typeInfo element : layout of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
private String miniIconUrl
private boolean miniIconUrl__is_set
private static final TypeInfo miniIconUrl__typeInfo element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String name
private boolean name__is_set
private static final TypeInfo name__typeInfo element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String sourceSobjectType
private boolean sourceSobjectType__is_set
private static final TypeInfo sourceSobjectType__typeInfo element : sourceSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String targetParentField
private boolean targetParentField__is_set
private static final TypeInfo targetParentField__typeInfo element : targetParentField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String targetRecordTypeId
private boolean targetRecordTypeId__is_set
private static final TypeInfo targetRecordTypeId__typeInfo element : targetRecordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private String targetSobjectType
private boolean targetSobjectType__is_set
private static final TypeInfo targetSobjectType__typeInfo element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String type
private boolean type__is_set
private static final TypeInfo type__typeInfo element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private String visualforcePageName
private boolean visualforcePageName__is_set
private static final TypeInfo visualforcePageName__typeInfo element : visualforcePageName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String
private Integer width
private boolean width__is_set
private static final TypeInfo width__typeInfo element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer
Public Constructors
DescribeQuickActionResult()
Constructor
Public Methods
Integer getHeight()
String getIconName()
String getIconUrl()
String getLabel()
DescribeLayoutSection[] getLayout()
String getMiniIconUrl()
String getName()
String getSourceSobjectType()
String getTargetParentField()
String getTargetRecordTypeId()
String getTargetSobjectType()
String getType()
String getVisualforcePageName()
Integer getWidth()
void load(XmlInputStream __in, TypeMapper __typeMapper)
void setHeight(Integer height)
void setIconName(String iconName)
void setIconUrl(String iconUrl)
void setLabel(String label)
void setLayout(DescribeLayoutSection[] layout)
void setMiniIconUrl(String miniIconUrl)
void setName(String name)
void setSourceSobjectType(String sourceSobjectType)
void setTargetParentField(String targetParentField)
void setTargetRecordTypeId(String targetRecordTypeId)
void setTargetSobjectType(String targetSobjectType)
void setType(String type)
void setVisualforcePageName(String visualforcePageName)
void setWidth(Integer width)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
Protected Methods
void loadFields(XmlInputStream __in, TypeMapper __typeMapper)
void writeFields(XmlOutputStream __out, TypeMapper __typeMapper)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.sforce.ws.bind.XMLizable

Fields

private Integer height

private boolean height__is_set

private static final TypeInfo height__typeInfo

element : height of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer

private String iconName

private boolean iconName__is_set

private static final TypeInfo iconName__typeInfo

element : iconName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String iconUrl

private boolean iconUrl__is_set

private static final TypeInfo iconUrl__typeInfo

element : iconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String label

private boolean label__is_set

private static final TypeInfo label__typeInfo

element : label of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private DescribeLayoutSection[] layout

private boolean layout__is_set

private static final TypeInfo layout__typeInfo

element : layout of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]

private String miniIconUrl

private boolean miniIconUrl__is_set

private static final TypeInfo miniIconUrl__typeInfo

element : miniIconUrl of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String name

private boolean name__is_set

private static final TypeInfo name__typeInfo

element : name of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String sourceSobjectType

private boolean sourceSobjectType__is_set

private static final TypeInfo sourceSobjectType__typeInfo

element : sourceSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String targetParentField

private boolean targetParentField__is_set

private static final TypeInfo targetParentField__typeInfo

element : targetParentField of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String targetRecordTypeId

private boolean targetRecordTypeId__is_set

private static final TypeInfo targetRecordTypeId__typeInfo

element : targetRecordTypeId of type {urn:partner.soap.sforce.com}ID java type: java.lang.String

private String targetSobjectType

private boolean targetSobjectType__is_set

private static final TypeInfo targetSobjectType__typeInfo

element : targetSobjectType of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String type

private boolean type__is_set

private static final TypeInfo type__typeInfo

element : type of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private String visualforcePageName

private boolean visualforcePageName__is_set

private static final TypeInfo visualforcePageName__typeInfo

element : visualforcePageName of type {http://www.w3.org/2001/XMLSchema}string java type: java.lang.String

private Integer width

private boolean width__is_set

private static final TypeInfo width__typeInfo

element : width of type {http://www.w3.org/2001/XMLSchema}int java type: java.lang.Integer

Public Constructors

public DescribeQuickActionResult ()

Constructor

Public Methods

public Integer getHeight ()

public String getIconName ()

public String getIconUrl ()

public String getLabel ()

public DescribeLayoutSection[] getLayout ()

public String getMiniIconUrl ()

public String getName ()

public String getSourceSobjectType ()

public String getTargetParentField ()

public String getTargetRecordTypeId ()

public String getTargetSobjectType ()

public String getType ()

public String getVisualforcePageName ()

public Integer getWidth ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

public void setHeight (Integer height)

Parameters
height

public void setIconName (String iconName)

Parameters
iconName

public void setIconUrl (String iconUrl)

Parameters
iconUrl

public void setLabel (String label)

Parameters
label

public void setLayout (DescribeLayoutSection[] layout)

Parameters
layout

public void setMiniIconUrl (String miniIconUrl)

Parameters
miniIconUrl

public void setName (String name)

Parameters
name

public void setSourceSobjectType (String sourceSobjectType)

Parameters
sourceSobjectType

public void setTargetParentField (String targetParentField)

Parameters
targetParentField

public void setTargetRecordTypeId (String targetRecordTypeId)

Parameters
targetRecordTypeId

public void setTargetSobjectType (String targetSobjectType)

Parameters
targetSobjectType

public void setType (String type)

Parameters
type

public void setVisualforcePageName (String visualforcePageName)

Parameters
visualforcePageName

public void setWidth (Integer width)

Parameters
width

public String toString ()

public void write (QName __element, XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__element
__out
__typeMapper
Throws
IOException

Protected Methods

protected void loadFields (XmlInputStream __in, TypeMapper __typeMapper)

Parameters
__in
__typeMapper
Throws
ConnectionException
IOException

protected void writeFields (XmlOutputStream __out, TypeMapper __typeMapper)

Parameters
__out
__typeMapper
Throws
IOException