Package com.pensio.api.generated
Class GeolocationInfo
java.lang.Object
com.pensio.api.generated.GeolocationInfo
@Generated(value="com.sun.tools.xjc.Driver",
comments="JAXB RI v3.0.2",
date="2026-02-06T11:20:47Z")
public class GeolocationInfo
extends Object
Java class for GeolocationInfo complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeolocationInfo">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="CountryName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="State" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="City" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ZipCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</all>
</restriction>
</complexContent>
</complexType>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()Gets the value of the city property.Gets the value of the countryCode property.Gets the value of the countryName property.Gets the value of the latitude property.Gets the value of the longitude property.getState()Gets the value of the state property.Gets the value of the zipCode property.voidSets the value of the city property.voidsetCountryCode(String value) Sets the value of the countryCode property.voidsetCountryName(String value) Sets the value of the countryName property.voidsetLatitude(Double value) Sets the value of the latitude property.voidsetLongitude(Double value) Sets the value of the longitude property.voidSets the value of the state property.voidsetZipCode(String value) Sets the value of the zipCode property.
-
Field Details
-
countryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String countryCode -
countryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String countryName -
state
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String state -
city
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String city -
zipCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected String zipCode -
latitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected Double latitude -
longitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") protected Double longitude
-
-
Constructor Details
-
GeolocationInfo
public GeolocationInfo()
-
-
Method Details
-
getCountryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getCountryCode()Gets the value of the countryCode property.- Returns:
- possible object is
String
-
setCountryCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setCountryCode(String value) Sets the value of the countryCode property.- Parameters:
value- allowed object isString
-
getCountryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getCountryName()Gets the value of the countryName property.- Returns:
- possible object is
String
-
setCountryName
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setCountryName(String value) Sets the value of the countryName property.- Parameters:
value- allowed object isString
-
getState
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getState()Gets the value of the state property.- Returns:
- possible object is
String
-
setState
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setState(String value) Sets the value of the state property.- Parameters:
value- allowed object isString
-
getCity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getCity()Gets the value of the city property.- Returns:
- possible object is
String
-
setCity
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setCity(String value) Sets the value of the city property.- Parameters:
value- allowed object isString
-
getZipCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public String getZipCode()Gets the value of the zipCode property.- Returns:
- possible object is
String
-
setZipCode
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setZipCode(String value) Sets the value of the zipCode property.- Parameters:
value- allowed object isString
-
getLatitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public Double getLatitude()Gets the value of the latitude property.- Returns:
- possible object is
Double
-
setLatitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setLatitude(Double value) Sets the value of the latitude property.- Parameters:
value- allowed object isDouble
-
getLongitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public Double getLongitude()Gets the value of the longitude property.- Returns:
- possible object is
Double
-
setLongitude
@Generated(value="com.sun.tools.xjc.Driver", comments="JAXB RI v3.0.2", date="2026-02-06T11:20:47Z") public void setLongitude(Double value) Sets the value of the longitude property.- Parameters:
value- allowed object isDouble
-