public class GHNTypeSite extends Object implements Serializable
| Constructor and Description |
|---|
GHNTypeSite() |
GHNTypeSite(String country,
String domain,
String location) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCountry()
Gets the country value for this GHNTypeSite.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getDomain()
Gets the domain value for this GHNTypeSite.
|
String |
getLocation()
Gets the location value for this GHNTypeSite.
|
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 |
setCountry(String country)
Sets the country value for this GHNTypeSite.
|
void |
setDomain(String domain)
Sets the domain value for this GHNTypeSite.
|
void |
setLocation(String location)
Sets the location value for this GHNTypeSite.
|
public String getLocation()
public void setLocation(String location)
location - public String getCountry()
public void setCountry(String country)
country - public String getDomain()
public void setDomain(String domain)
domain - 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.