public class Area extends Object implements Serializable
| Constructor and Description |
|---|
Area() |
Area(String code,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Gets the code value for this Area.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this Area.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
String |
getType()
Gets the type value for this Area.
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCode(String code)
Sets the code value for this Area.
|
void |
setName(String name)
Sets the name value for this Area.
|
void |
setType(String type)
Sets the type value for this Area.
|
public String getType()
public void setType(String type)
type - public String getName()
public void setName(String name)
name - public String getCode()
public void setCode(String code)
code - public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2017. All Rights Reserved.