Class GeoIP
- java.lang.Object
- 
- jadex.webservice.examples.ws.geoip.gen.GeoIP
 
- 
 public class GeoIP extends java.lang.Object- 
- 
Field SummaryFields Modifier and Type Field Description protected java.lang.StringcountryCodeprotected java.lang.StringcountryNameprotected java.lang.Stringipprotected intreturnCodeprotected java.lang.StringreturnCodeDetails
 - 
Constructor SummaryConstructors Constructor Description GeoIP()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCountryCode()Gets the value of the countryCode property.java.lang.StringgetCountryName()Gets the value of the countryName property.java.lang.StringgetIP()Gets the value of the ip property.intgetReturnCode()Gets the value of the returnCode property.java.lang.StringgetReturnCodeDetails()Gets the value of the returnCodeDetails property.voidsetCountryCode(java.lang.String value)Sets the value of the countryCode property.voidsetCountryName(java.lang.String value)Sets the value of the countryName property.voidsetIP(java.lang.String value)Sets the value of the ip property.voidsetReturnCode(int value)Sets the value of the returnCode property.voidsetReturnCodeDetails(java.lang.String value)Sets the value of the returnCodeDetails property.
 
- 
 - 
- 
Method Detail- 
getReturnCodepublic int getReturnCode() Gets the value of the returnCode property.
 - 
setReturnCodepublic void setReturnCode(int value) Sets the value of the returnCode property.
 - 
getIPpublic java.lang.String getIP() Gets the value of the ip property.- Returns:
- possible object is
     String
 
 - 
setIPpublic void setIP(java.lang.String value) Sets the value of the ip property.- Parameters:
- value- allowed object is- String
 
 - 
getReturnCodeDetailspublic java.lang.String getReturnCodeDetails() Gets the value of the returnCodeDetails property.- Returns:
- possible object is
     String
 
 - 
setReturnCodeDetailspublic void setReturnCodeDetails(java.lang.String value) Sets the value of the returnCodeDetails property.- Parameters:
- value- allowed object is- String
 
 - 
getCountryNamepublic java.lang.String getCountryName() Gets the value of the countryName property.- Returns:
- possible object is
     String
 
 - 
setCountryNamepublic void setCountryName(java.lang.String value) Sets the value of the countryName property.- Parameters:
- value- allowed object is- String
 
 - 
getCountryCodepublic java.lang.String getCountryCode() Gets the value of the countryCode property.- Returns:
- possible object is
     String
 
 - 
setCountryCodepublic void setCountryCode(java.lang.String value) Sets the value of the countryCode property.- Parameters:
- value- allowed object is- String
 
 
- 
 
- 
 
-