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 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is String
    • 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 is Double
    • 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 is Double