public class DDMFormLayout
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
DDMFormLayout() |
DDMFormLayout(DDMFormLayoutPage[] DDMFormLayoutPage,
java.lang.Object[] DDMFormLayoutPages,
java.lang.Object defaultLocale) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
DDMFormLayoutPage[] |
getDDMFormLayoutPage()
Gets the DDMFormLayoutPage value for this DDMFormLayout.
|
DDMFormLayoutPage |
getDDMFormLayoutPage(int i) |
java.lang.Object[] |
getDDMFormLayoutPages()
Gets the DDMFormLayoutPages value for this DDMFormLayout.
|
java.lang.Object |
getDefaultLocale()
Gets the defaultLocale value for this DDMFormLayout.
|
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 |
setDDMFormLayoutPage(DDMFormLayoutPage[] DDMFormLayoutPage)
Sets the DDMFormLayoutPage value for this DDMFormLayout.
|
void |
setDDMFormLayoutPage(int i,
DDMFormLayoutPage _value) |
void |
setDDMFormLayoutPages(java.lang.Object[] DDMFormLayoutPages)
Sets the DDMFormLayoutPages value for this DDMFormLayout.
|
void |
setDefaultLocale(java.lang.Object defaultLocale)
Sets the defaultLocale value for this DDMFormLayout.
|
public DDMFormLayout()
public DDMFormLayout(DDMFormLayoutPage[] DDMFormLayoutPage, java.lang.Object[] DDMFormLayoutPages, java.lang.Object defaultLocale)
public DDMFormLayoutPage[] getDDMFormLayoutPage()
public void setDDMFormLayoutPage(DDMFormLayoutPage[] DDMFormLayoutPage)
DDMFormLayoutPage - public DDMFormLayoutPage getDDMFormLayoutPage(int i)
public void setDDMFormLayoutPage(int i,
DDMFormLayoutPage _value)
public java.lang.Object[] getDDMFormLayoutPages()
public void setDDMFormLayoutPages(java.lang.Object[] DDMFormLayoutPages)
DDMFormLayoutPages - public java.lang.Object getDefaultLocale()
public void setDefaultLocale(java.lang.Object defaultLocale)
defaultLocale - 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)