public class GeoIP
extends java.lang.Object
Java class for GeoIP complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeoIP">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ReturnCode" type="{http://www.w3.org/2001/XMLSchema}int"/>
<element name="IP" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ReturnCodeDetails" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
countryCode |
protected java.lang.String |
countryName |
protected java.lang.String |
ip |
protected int |
returnCode |
protected java.lang.String |
returnCodeDetails |
| Constructor and Description |
|---|
GeoIP() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCountryCode()
Gets the value of the countryCode property.
|
java.lang.String |
getCountryName()
Gets the value of the countryName property.
|
java.lang.String |
getIP()
Gets the value of the ip property.
|
int |
getReturnCode()
Gets the value of the returnCode property.
|
java.lang.String |
getReturnCodeDetails()
Gets the value of the returnCodeDetails property.
|
void |
setCountryCode(java.lang.String value)
Sets the value of the countryCode property.
|
void |
setCountryName(java.lang.String value)
Sets the value of the countryName property.
|
void |
setIP(java.lang.String value)
Sets the value of the ip property.
|
void |
setReturnCode(int value)
Sets the value of the returnCode property.
|
void |
setReturnCodeDetails(java.lang.String value)
Sets the value of the returnCodeDetails property.
|
protected int returnCode
protected java.lang.String ip
protected java.lang.String returnCodeDetails
protected java.lang.String countryName
protected java.lang.String countryCode
public int getReturnCode()
public void setReturnCode(int value)
public java.lang.String getIP()
Stringpublic void setIP(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getReturnCodeDetails()
Stringpublic void setReturnCodeDetails(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryName()
Stringpublic void setCountryName(java.lang.String value)
value - allowed object is
Stringpublic java.lang.String getCountryCode()
Stringpublic void setCountryCode(java.lang.String value)
value - allowed object is
String