GLS ShipIT  3.5.15
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance Class Reference

Public Member Functions

String getLatitude ()
 
void setLatitude (String value)
 
String getLongitude ()
 
void setLongitude (String value)
 
String getDistance ()
 
void setDistance (String value)
 
String getMaxNumberOfShops ()
 
void setMaxNumberOfShops (String value)
 

Protected Attributes

String latitude
 
String longitude
 
String distance
 
String maxNumberOfShops
 

Detailed Description

ParcelShopSearchDistance (search by radius)

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Latitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate"/>
        <element name="Longitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate"/>
        <element name="Distance" type="{http://fpcs.gls-group.eu/v1/ParcelShop}Radius"/>
        <element name="MaxNumberOfShops" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 43 of file ParcelShopSearchDistance.java.

Member Function Documentation

◆ getDistance()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getDistance ( )

Gets the value of the distance property.

Returns
possible object is String

Definition at line 110 of file ParcelShopSearchDistance.java.

◆ getLatitude()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLatitude ( )

Gets the value of the latitude property.

Returns
possible object is String

Definition at line 62 of file ParcelShopSearchDistance.java.

◆ getLongitude()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLongitude ( )

Gets the value of the longitude property.

Returns
possible object is String

Definition at line 86 of file ParcelShopSearchDistance.java.

◆ getMaxNumberOfShops()

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getMaxNumberOfShops ( )

Gets the value of the maxNumberOfShops property.

Returns
possible object is String

Definition at line 134 of file ParcelShopSearchDistance.java.

◆ setDistance()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setDistance ( String  value)

Sets the value of the distance property.

Parameters
valueallowed object is String

Definition at line 122 of file ParcelShopSearchDistance.java.

◆ setLatitude()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLatitude ( String  value)

Sets the value of the latitude property.

Parameters
valueallowed object is String

Definition at line 74 of file ParcelShopSearchDistance.java.

◆ setLongitude()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLongitude ( String  value)

Sets the value of the longitude property.

Parameters
valueallowed object is String

Definition at line 98 of file ParcelShopSearchDistance.java.

◆ setMaxNumberOfShops()

void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setMaxNumberOfShops ( String  value)

Sets the value of the maxNumberOfShops property.

Parameters
valueallowed object is String

Definition at line 146 of file ParcelShopSearchDistance.java.

Member Data Documentation

◆ distance

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.distance
protected

Definition at line 50 of file ParcelShopSearchDistance.java.

◆ latitude

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.latitude
protected

Definition at line 46 of file ParcelShopSearchDistance.java.

◆ longitude

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.longitude
protected

Definition at line 48 of file ParcelShopSearchDistance.java.

◆ maxNumberOfShops

String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.maxNumberOfShops
protected

Definition at line 52 of file ParcelShopSearchDistance.java.


The documentation for this class was generated from the following file: