public class DirectoryRegionEntity extends Object implements Serializable
| Constructor and Description |
|---|
DirectoryRegionEntity() |
DirectoryRegionEntity(String region_id,
String code,
String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCode()
Gets the code value for this DirectoryRegionEntity.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getName()
Gets the name value for this DirectoryRegionEntity.
|
String |
getRegion_id()
Gets the region_id value for this DirectoryRegionEntity.
|
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() |
void |
setCode(String code)
Sets the code value for this DirectoryRegionEntity.
|
void |
setName(String name)
Sets the name value for this DirectoryRegionEntity.
|
void |
setRegion_id(String region_id)
Sets the region_id value for this DirectoryRegionEntity.
|
public String getRegion_id()
public void setRegion_id(String region_id)
region_id - public String getCode()
public void setCode(String code)
code - 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 © 2020 Imixs Software Solutions GmbH. All rights reserved.