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 GeoIPgetGeoIPResult
-
Constructor Summary
Constructors Constructor Description GetGeoIPResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeoIPgetGetGeoIPResult()Gets the value of the getGeoIPResult property.voidsetGetGeoIPResult(GeoIP value)Sets the value of the getGeoIPResult property.
-
-
-
Field Detail
-
getGeoIPResult
protected GeoIP getGeoIPResult
-
-
-