public class DescribeLayoutComponent extends Object implements Serializable
Constructor and Description |
---|
DescribeLayoutComponent() |
DescribeLayoutComponent(int displayLines,
int tabOrder,
LayoutComponentType type,
String value) |
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
|
int |
getDisplayLines()
Gets the displayLines value for this DescribeLayoutComponent.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
int |
getTabOrder()
Gets the tabOrder value for this DescribeLayoutComponent.
|
LayoutComponentType |
getType()
Gets the type value for this DescribeLayoutComponent.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
String |
getValue()
Gets the value value for this DescribeLayoutComponent.
|
int |
hashCode() |
void |
setDisplayLines(int displayLines)
Sets the displayLines value for this DescribeLayoutComponent.
|
void |
setTabOrder(int tabOrder)
Sets the tabOrder value for this DescribeLayoutComponent.
|
void |
setType(LayoutComponentType type)
Sets the type value for this DescribeLayoutComponent.
|
void |
setValue(String value)
Sets the value value for this DescribeLayoutComponent.
|
public DescribeLayoutComponent()
public DescribeLayoutComponent(int displayLines, int tabOrder, LayoutComponentType type, String value)
public int getDisplayLines()
public void setDisplayLines(int displayLines)
displayLines
- public int getTabOrder()
public void setTabOrder(int tabOrder)
tabOrder
- public LayoutComponentType getType()
public void setType(LayoutComponentType type)
type
- public String getValue()
public void setValue(String value)
value
- 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.