public class DDMFormLayoutRow
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DDMFormLayoutRow() |
DDMFormLayoutRow(java.lang.Object[] DDMFormLayoutColumn,
java.lang.Object[] DDMFormLayoutColumns) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Object[] |
getDDMFormLayoutColumn()
Gets the DDMFormLayoutColumn value for this DDMFormLayoutRow.
|
java.lang.Object |
getDDMFormLayoutColumn(int i) |
java.lang.Object[] |
getDDMFormLayoutColumns()
Gets the DDMFormLayoutColumns value for this DDMFormLayoutRow.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
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() |
void |
setDDMFormLayoutColumn(int i,
java.lang.Object _value) |
void |
setDDMFormLayoutColumn(java.lang.Object[] DDMFormLayoutColumn)
Sets the DDMFormLayoutColumn value for this DDMFormLayoutRow.
|
void |
setDDMFormLayoutColumns(java.lang.Object[] DDMFormLayoutColumns)
Sets the DDMFormLayoutColumns value for this DDMFormLayoutRow.
|
public DDMFormLayoutRow()
public DDMFormLayoutRow(java.lang.Object[] DDMFormLayoutColumn,
java.lang.Object[] DDMFormLayoutColumns)
public java.lang.Object[] getDDMFormLayoutColumn()
public void setDDMFormLayoutColumn(java.lang.Object[] DDMFormLayoutColumn)
DDMFormLayoutColumn - public java.lang.Object getDDMFormLayoutColumn(int i)
public void setDDMFormLayoutColumn(int i,
java.lang.Object _value)
public java.lang.Object[] getDDMFormLayoutColumns()
public void setDDMFormLayoutColumns(java.lang.Object[] DDMFormLayoutColumns)
DDMFormLayoutColumns - 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)