public class RegionLocation extends Location implements Serializable
Since v201104, fields of this class are ignored
on input. Instead
Location should be used and the Location.id
field should be
set.
| Constructor and Description |
|---|
RegionLocation() |
RegionLocation(Long id,
String locationType,
String regionCode) |
| 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 |
getRegionCode()
Gets the regionCode value for this RegionLocation.
|
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 |
setRegionCode(String regionCode)
Sets the regionCode value for this RegionLocation.
|
getId, getLocationType, setId, setLocationTypepublic String getRegionCode()
public void setRegionCode(String regionCode)
regionCode - * An ISO 3166-2 region code.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
Copyright © 2013. All Rights Reserved.