public class DescribeLayoutButton extends Object implements Serializable
| Constructor and Description |
|---|
DescribeLayoutButton() |
DescribeLayoutButton(boolean custom,
String label,
String name) |
| 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 DescribeLayoutButton.
|
String |
getName()
Gets the name value for this DescribeLayoutButton.
|
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 |
isCustom()
Gets the custom value for this DescribeLayoutButton.
|
void |
setCustom(boolean custom)
Sets the custom value for this DescribeLayoutButton.
|
void |
setLabel(String label)
Sets the label value for this DescribeLayoutButton.
|
void |
setName(String name)
Sets the name value for this DescribeLayoutButton.
|
public boolean isCustom()
public void setCustom(boolean custom)
custom - public String getLabel()
public void setLabel(String label)
label - public String getName()
public void setName(String name)
name - 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.