|
||||||||||
| 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
| Constructor Summary | |
|---|---|
DescribeLayoutSection()
|
|
DescribeLayoutSection(int columns,
java.lang.String heading,
DescribeLayoutRow[] layoutRows,
int rows,
boolean useCollapsibleSection,
boolean useHeading)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
getColumns()
Gets the columns value for this DescribeLayoutSection. |
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer |
java.lang.String |
getHeading()
Gets the heading value for this DescribeLayoutSection. |
DescribeLayoutRow[] |
getLayoutRows()
Gets the layoutRows value for this DescribeLayoutSection. |
DescribeLayoutRow |
getLayoutRows(int i)
|
int |
getRows()
Gets the rows value for this DescribeLayoutSection. |
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
boolean |
isUseCollapsibleSection()
Gets the useCollapsibleSection value for this DescribeLayoutSection. |
boolean |
isUseHeading()
Gets the useHeading value for this DescribeLayoutSection. |
void |
setColumns(int columns)
Sets the columns value for this DescribeLayoutSection. |
void |
setHeading(java.lang.String heading)
Sets the heading value for this DescribeLayoutSection. |
void |
setLayoutRows(DescribeLayoutRow[] layoutRows)
Sets the layoutRows value for this DescribeLayoutSection. |
void |
setLayoutRows(int i,
DescribeLayoutRow _value)
|
void |
setRows(int rows)
Sets the rows value for this DescribeLayoutSection. |
void |
setUseCollapsibleSection(boolean useCollapsibleSection)
Sets the useCollapsibleSection value for this DescribeLayoutSection. |
void |
setUseHeading(boolean useHeading)
Sets the useHeading value for this DescribeLayoutSection. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DescribeLayoutSection()
public DescribeLayoutSection(int columns,
java.lang.String heading,
DescribeLayoutRow[] layoutRows,
int rows,
boolean useCollapsibleSection,
boolean useHeading)
| Method Detail |
|---|
public int getColumns()
public void setColumns(int columns)
columns - public java.lang.String getHeading()
public void setHeading(java.lang.String heading)
heading - public DescribeLayoutRow[] getLayoutRows()
public void setLayoutRows(DescribeLayoutRow[] layoutRows)
layoutRows - public DescribeLayoutRow getLayoutRows(int i)
public void setLayoutRows(int i,
DescribeLayoutRow _value)
public int getRows()
public void setRows(int rows)
rows - public boolean isUseCollapsibleSection()
public void setUseCollapsibleSection(boolean useCollapsibleSection)
useCollapsibleSection - public boolean isUseHeading()
public void setUseHeading(boolean useHeading)
useHeading - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||