Class GetGeoIPResponse
- java.lang.Object
- 
- jadex.webservice.examples.ws.geoip.gen.GetGeoIPResponse
 
- 
 public class GetGeoIPResponse extends java.lang.Object- 
- 
Field SummaryFields Modifier and Type Field Description protected GeoIPgetGeoIPResult
 - 
Constructor SummaryConstructors Constructor Description GetGeoIPResponse()
 - 
Method SummaryAll 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- 
getGeoIPResultprotected GeoIP getGeoIPResult 
 
- 
 
- 
 
-