com.sforce.soap.partner
Class DescribeLayout2

java.lang.Object
  extended by com.sforce.soap.partner.DescribeLayout2

public class DescribeLayout2
extends java.lang.Object

Java class for DescribeLayout complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="DescribeLayout">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="buttonLayoutSection" type="{urn:partner.soap.sforce.com}DescribeLayoutButtonSection" minOccurs="0"/>
         <element name="detailLayoutSections" type="{urn:partner.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
         <element name="editLayoutSections" type="{urn:partner.soap.sforce.com}DescribeLayoutSection" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:partner.soap.sforce.com}ID"/>
         <element name="relatedLists" type="{urn:partner.soap.sforce.com}RelatedList" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  DescribeLayoutButtonSection buttonLayoutSection
           
protected  java.util.List<DescribeLayoutSection> detailLayoutSections
           
protected  java.util.List<DescribeLayoutSection> editLayoutSections
           
protected  java.lang.String id
           
protected  java.util.List<RelatedList> relatedLists
           
 
Constructor Summary
DescribeLayout2()
           
 
Method Summary
 DescribeLayoutButtonSection getButtonLayoutSection()
          Gets the value of the buttonLayoutSection property.
 java.util.List<DescribeLayoutSection> getDetailLayoutSections()
          Gets the value of the detailLayoutSections property.
 java.util.List<DescribeLayoutSection> getEditLayoutSections()
          Gets the value of the editLayoutSections property.
 java.lang.String getId()
          Gets the value of the id property.
 java.util.List<RelatedList> getRelatedLists()
          Gets the value of the relatedLists property.
 void setButtonLayoutSection(DescribeLayoutButtonSection value)
          Sets the value of the buttonLayoutSection property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

buttonLayoutSection

protected DescribeLayoutButtonSection buttonLayoutSection

detailLayoutSections

protected java.util.List<DescribeLayoutSection> detailLayoutSections

editLayoutSections

protected java.util.List<DescribeLayoutSection> editLayoutSections

id

protected java.lang.String id

relatedLists

protected java.util.List<RelatedList> relatedLists
Constructor Detail

DescribeLayout2

public DescribeLayout2()
Method Detail

getButtonLayoutSection

public DescribeLayoutButtonSection getButtonLayoutSection()
Gets the value of the buttonLayoutSection property.

Returns:
possible object is DescribeLayoutButtonSection

setButtonLayoutSection

public void setButtonLayoutSection(DescribeLayoutButtonSection value)
Sets the value of the buttonLayoutSection property.

Parameters:
value - allowed object is DescribeLayoutButtonSection

getDetailLayoutSections

public java.util.List<DescribeLayoutSection> getDetailLayoutSections()
Gets the value of the detailLayoutSections property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the detailLayoutSections property.

For example, to add a new item, do as follows:

    getDetailLayoutSections().add(newItem);
 

Objects of the following type(s) are allowed in the list DescribeLayoutSection


getEditLayoutSections

public java.util.List<DescribeLayoutSection> getEditLayoutSections()
Gets the value of the editLayoutSections property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the editLayoutSections property.

For example, to add a new item, do as follows:

    getEditLayoutSections().add(newItem);
 

Objects of the following type(s) are allowed in the list DescribeLayoutSection


getId

public java.lang.String getId()
Gets the value of the id property.

Returns:
possible object is String

setId

public void setId(java.lang.String value)
Sets the value of the id property.

Parameters:
value - allowed object is String

getRelatedLists

public java.util.List<RelatedList> getRelatedLists()
Gets the value of the relatedLists property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the relatedLists property.

For example, to add a new item, do as follows:

    getRelatedLists().add(newItem);
 

Objects of the following type(s) are allowed in the list RelatedList



Copyright © 2010. All Rights Reserved.