Class GetGeoIPResponse
- java.lang.Object
-
- jadex.webservice.examples.ws.geoip.gen.GetGeoIPResponse
-
public class GetGeoIPResponse extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected GeoIP
getGeoIPResult
-
Constructor Summary
Constructors Constructor Description GetGeoIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIP
getGetGeoIPResult()
Gets the value of the getGeoIPResult property.void
setGetGeoIPResult(GeoIP value)
Sets the value of the getGeoIPResult property.
-
-
-
Field Detail
-
getGeoIPResult
protected GeoIP getGeoIPResult
-
-
-