com.sforce.soap.partner
Class DescribeLayoutSection

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

public class DescribeLayoutSection
extends java.lang.Object

Java class for DescribeLayoutSection complex type.

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

 <complexType name="DescribeLayoutSection">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="columns" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="heading" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="layoutRows" type="{urn:partner.soap.sforce.com}DescribeLayoutRow" maxOccurs="unbounded"/>
         <element name="rows" type="{http://www.w3.org/2001/XMLSchema}int"/>
         <element name="useCollapsibleSection" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
         <element name="useHeading" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  int columns
           
protected  java.lang.String heading
           
protected  java.util.List<DescribeLayoutRow> layoutRows
           
protected  int rows
           
protected  boolean useCollapsibleSection
           
protected  boolean useHeading
           
 
Constructor Summary
DescribeLayoutSection()
           
 
Method Summary
 int getColumns()
          Gets the value of the columns property.
 java.lang.String getHeading()
          Gets the value of the heading property.
 java.util.List<DescribeLayoutRow> getLayoutRows()
          Gets the value of the layoutRows property.
 int getRows()
          Gets the value of the rows property.
 boolean isUseCollapsibleSection()
          Gets the value of the useCollapsibleSection property.
 boolean isUseHeading()
          Gets the value of the useHeading property.
 void setColumns(int value)
          Sets the value of the columns property.
 void setHeading(java.lang.String value)
          Sets the value of the heading property.
 void setRows(int value)
          Sets the value of the rows property.
 void setUseCollapsibleSection(boolean value)
          Sets the value of the useCollapsibleSection property.
 void setUseHeading(boolean value)
          Sets the value of the useHeading property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columns

protected int columns

heading

protected java.lang.String heading

layoutRows

protected java.util.List<DescribeLayoutRow> layoutRows

rows

protected int rows

useCollapsibleSection

protected boolean useCollapsibleSection

useHeading

protected boolean useHeading
Constructor Detail

DescribeLayoutSection

public DescribeLayoutSection()
Method Detail

getColumns

public int getColumns()
Gets the value of the columns property.


setColumns

public void setColumns(int value)
Sets the value of the columns property.


getHeading

public java.lang.String getHeading()
Gets the value of the heading property.

Returns:
possible object is String

setHeading

public void setHeading(java.lang.String value)
Sets the value of the heading property.

Parameters:
value - allowed object is String

getLayoutRows

public java.util.List<DescribeLayoutRow> getLayoutRows()
Gets the value of the layoutRows 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 layoutRows property.

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

    getLayoutRows().add(newItem);
 

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


getRows

public int getRows()
Gets the value of the rows property.


setRows

public void setRows(int value)
Sets the value of the rows property.


isUseCollapsibleSection

public boolean isUseCollapsibleSection()
Gets the value of the useCollapsibleSection property.


setUseCollapsibleSection

public void setUseCollapsibleSection(boolean value)
Sets the value of the useCollapsibleSection property.


isUseHeading

public boolean isUseHeading()
Gets the value of the useHeading property.


setUseHeading

public void setUseHeading(boolean value)
Sets the value of the useHeading property.



Copyright © 2010. All Rights Reserved.