|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sforce.soap.partner.DescribeLayoutSection
public class DescribeLayoutSection
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 |
---|
protected int columns
protected java.lang.String heading
protected java.util.List<DescribeLayoutRow> layoutRows
protected int rows
protected boolean useCollapsibleSection
protected boolean useHeading
Constructor Detail |
---|
public DescribeLayoutSection()
Method Detail |
---|
public int getColumns()
public void setColumns(int value)
public java.lang.String getHeading()
String
public void setHeading(java.lang.String value)
value
- allowed object is
String
public java.util.List<DescribeLayoutRow> getLayoutRows()
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
public int getRows()
public void setRows(int value)
public boolean isUseCollapsibleSection()
public void setUseCollapsibleSection(boolean value)
public boolean isUseHeading()
public void setUseHeading(boolean value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |