public class

DescribeLayout

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

Class Overview

Generated class, please do not edit.

Summary

Fields
private DescribeLayoutButtonSection buttonLayoutSection
private boolean buttonLayoutSection__is_set
private static final TypeInfo buttonLayoutSection__typeInfo element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSection
private DescribeLayoutSection[] detailLayoutSections
private boolean detailLayoutSections__is_set
private static final TypeInfo detailLayoutSections__typeInfo element : detailLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
private DescribeLayoutSection[] editLayoutSections
private boolean editLayoutSections__is_set
private static final TypeInfo editLayoutSections__typeInfo element : editLayoutSections of type {urn:partner.soap.sforce.com}DescribeLayoutSection java type: com.sforce.soap.partner.DescribeLayoutSection[]
private String id
private boolean id__is_set
private static final TypeInfo id__typeInfo element : id of type {urn:partner.soap.sforce.com}ID java type: java.lang.String
private RelatedList[] relatedLists
private boolean relatedLists__is_set
private static final TypeInfo relatedLists__typeInfo element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]
Public Constructors
DescribeLayout()
Constructor
Public Methods
DescribeLayoutButtonSection getButtonLayoutSection()
DescribeLayoutSection[] getDetailLayoutSections()
DescribeLayoutSection[] getEditLayoutSections()
String getId()
RelatedList[] getRelatedLists()
void load(XmlInputStream __in, TypeMapper __typeMapper)
load the fileds/children from the specified xml stream
void setButtonLayoutSection(DescribeLayoutButtonSection buttonLayoutSection)
void setDetailLayoutSections(DescribeLayoutSection[] detailLayoutSections)
void setEditLayoutSections(DescribeLayoutSection[] editLayoutSections)
void setId(String id)
void setRelatedLists(RelatedList[] relatedLists)
String toString()
void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper)
write this instace as xml.
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 DescribeLayoutButtonSection buttonLayoutSection

private boolean buttonLayoutSection__is_set

private static final TypeInfo buttonLayoutSection__typeInfo

element : buttonLayoutSection of type {urn:partner.soap.sforce.com}DescribeLayoutButtonSection java type: com.sforce.soap.partner.DescribeLayoutButtonSection

private DescribeLayoutSection[] detailLayoutSections

private boolean detailLayoutSections__is_set

private static final TypeInfo detailLayoutSections__typeInfo

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

private DescribeLayoutSection[] editLayoutSections

private boolean editLayoutSections__is_set

private static final TypeInfo editLayoutSections__typeInfo

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

private String id

private boolean id__is_set

private static final TypeInfo id__typeInfo

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

private RelatedList[] relatedLists

private boolean relatedLists__is_set

private static final TypeInfo relatedLists__typeInfo

element : relatedLists of type {urn:partner.soap.sforce.com}RelatedList java type: com.sforce.soap.partner.RelatedList[]

Public Constructors

public DescribeLayout ()

Constructor

Public Methods

public DescribeLayoutButtonSection getButtonLayoutSection ()

public DescribeLayoutSection[] getDetailLayoutSections ()

public DescribeLayoutSection[] getEditLayoutSections ()

public String getId ()

public RelatedList[] getRelatedLists ()

public void load (XmlInputStream __in, TypeMapper __typeMapper)

load the fileds/children from the specified xml stream

Parameters
__in Xml input stream from which the data is read
__typeMapper Type mapper to be used
Throws
ConnectionException
IOException

public void setButtonLayoutSection (DescribeLayoutButtonSection buttonLayoutSection)

Parameters
buttonLayoutSection

public void setDetailLayoutSections (DescribeLayoutSection[] detailLayoutSections)

Parameters
detailLayoutSections

public void setEditLayoutSections (DescribeLayoutSection[] editLayoutSections)

Parameters
editLayoutSections

public void setId (String id)

Parameters
id

public void setRelatedLists (RelatedList[] relatedLists)

Parameters
relatedLists

public String toString ()

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

write this instace as xml.

Parameters
__element Xml element name
__out Xml output stream
__typeMapper Type mapper to be used
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