public class GetGeoIPContextResponse
extends java.lang.Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="GetGeoIPContextResult" type="{http://www.webservicex.net/}GeoIP" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected GeoIP |
getGeoIPContextResult |
Constructor and Description |
---|
GetGeoIPContextResponse() |
Modifier and Type | Method and Description |
---|---|
GeoIP |
getGetGeoIPContextResult()
Gets the value of the getGeoIPContextResult property.
|
void |
setGetGeoIPContextResult(GeoIP value)
Sets the value of the getGeoIPContextResult property.
|