public class DescribeLayoutRow extends Object implements Serializable
Constructor and Description |
---|
DescribeLayoutRow() |
DescribeLayoutRow(DescribeLayoutItem[] layoutItems,
int numItems) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
DescribeLayoutItem[] |
getLayoutItems()
Gets the layoutItems value for this DescribeLayoutRow.
|
DescribeLayoutItem |
getLayoutItems(int i) |
int |
getNumItems()
Gets the numItems value for this DescribeLayoutRow.
|
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() |
void |
setLayoutItems(DescribeLayoutItem[] layoutItems)
Sets the layoutItems value for this DescribeLayoutRow.
|
void |
setLayoutItems(int i,
DescribeLayoutItem _value) |
void |
setNumItems(int numItems)
Sets the numItems value for this DescribeLayoutRow.
|
public DescribeLayoutRow()
public DescribeLayoutRow(DescribeLayoutItem[] layoutItems, int numItems)
public DescribeLayoutItem[] getLayoutItems()
public void setLayoutItems(DescribeLayoutItem[] layoutItems)
layoutItems
- public DescribeLayoutItem getLayoutItems(int i)
public void setLayoutItems(int i, DescribeLayoutItem _value)
public int getNumItems()
public void setNumItems(int numItems)
numItems
- 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.