public class DescribeLayoutItem extends Object implements Serializable
Constructor and Description |
---|
DescribeLayoutItem() |
DescribeLayoutItem(boolean editable,
String label,
DescribeLayoutComponent[] layoutComponents,
boolean placeholder,
boolean required) |
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
|
String |
getLabel()
Gets the label value for this DescribeLayoutItem.
|
DescribeLayoutComponent[] |
getLayoutComponents()
Gets the layoutComponents value for this DescribeLayoutItem.
|
DescribeLayoutComponent |
getLayoutComponents(int i) |
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 |
isEditable()
Gets the editable value for this DescribeLayoutItem.
|
boolean |
isPlaceholder()
Gets the placeholder value for this DescribeLayoutItem.
|
boolean |
isRequired()
Gets the required value for this DescribeLayoutItem.
|
void |
setEditable(boolean editable)
Sets the editable value for this DescribeLayoutItem.
|
void |
setLabel(String label)
Sets the label value for this DescribeLayoutItem.
|
void |
setLayoutComponents(DescribeLayoutComponent[] layoutComponents)
Sets the layoutComponents value for this DescribeLayoutItem.
|
void |
setLayoutComponents(int i,
DescribeLayoutComponent _value) |
void |
setPlaceholder(boolean placeholder)
Sets the placeholder value for this DescribeLayoutItem.
|
void |
setRequired(boolean required)
Sets the required value for this DescribeLayoutItem.
|
public DescribeLayoutItem()
public DescribeLayoutItem(boolean editable, String label, DescribeLayoutComponent[] layoutComponents, boolean placeholder, boolean required)
public boolean isEditable()
public void setEditable(boolean editable)
editable
- public String getLabel()
public void setLabel(String label)
label
- public DescribeLayoutComponent[] getLayoutComponents()
public void setLayoutComponents(DescribeLayoutComponent[] layoutComponents)
layoutComponents
- public DescribeLayoutComponent getLayoutComponents(int i)
public void setLayoutComponents(int i, DescribeLayoutComponent _value)
public boolean isPlaceholder()
public void setPlaceholder(boolean placeholder)
placeholder
- public boolean isRequired()
public void setRequired(boolean required)
required
- 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.