public class DescribeLayoutSection extends Object implements Serializable
Constructor and Description |
---|
DescribeLayoutSection() |
DescribeLayoutSection(int columns,
String heading,
DescribeLayoutRow[] layoutRows,
int rows,
boolean useCollapsibleSection,
boolean useHeading) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
getColumns()
Gets the columns value for this DescribeLayoutSection.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
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(String mechType,
Class _javaType,
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(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.
|
public DescribeLayoutSection()
public DescribeLayoutSection(int columns, String heading, DescribeLayoutRow[] layoutRows, int rows, boolean useCollapsibleSection, boolean useHeading)
public int getColumns()
public void setColumns(int columns)
columns
- public String getHeading()
public void setHeading(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 static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2014. All rights reserved.