|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
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) |
| String | getParcelShopType () |
| void | setParcelShopType (String value) |
Protected Attributes | |
| String | latitude |
| String | longitude |
| String | distance |
| String | maxNumberOfShops |
| String | parcelShopType |
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"/>
<element name="ParcelShopType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 45 of file ParcelShopSearchDistance.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getDistance | ( | ) |
Gets the value of the distance property.
Definition at line 114 of file ParcelShopSearchDistance.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLatitude | ( | ) |
Gets the value of the latitude property.
Definition at line 66 of file ParcelShopSearchDistance.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getLongitude | ( | ) |
Gets the value of the longitude property.
Definition at line 90 of file ParcelShopSearchDistance.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getMaxNumberOfShops | ( | ) |
Gets the value of the maxNumberOfShops property.
Definition at line 138 of file ParcelShopSearchDistance.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.getParcelShopType | ( | ) |
Gets the value of the parcelShopType property.
Definition at line 162 of file ParcelShopSearchDistance.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setDistance | ( | String | value | ) |
Sets the value of the distance property.
| value | allowed object is String |
Definition at line 126 of file ParcelShopSearchDistance.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLatitude | ( | String | value | ) |
Sets the value of the latitude property.
| value | allowed object is String |
Definition at line 78 of file ParcelShopSearchDistance.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setLongitude | ( | String | value | ) |
Sets the value of the longitude property.
| value | allowed object is String |
Definition at line 102 of file ParcelShopSearchDistance.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setMaxNumberOfShops | ( | String | value | ) |
Sets the value of the maxNumberOfShops property.
| value | allowed object is String |
Definition at line 150 of file ParcelShopSearchDistance.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.ParcelShopSearchDistance.setParcelShopType | ( | String | value | ) |
Sets the value of the parcelShopType property.
| value | allowed object is String |
Definition at line 174 of file ParcelShopSearchDistance.java.
|
protected |
Definition at line 52 of file ParcelShopSearchDistance.java.
|
protected |
Definition at line 48 of file ParcelShopSearchDistance.java.
|
protected |
Definition at line 50 of file ParcelShopSearchDistance.java.
|
protected |
Definition at line 54 of file ParcelShopSearchDistance.java.
|
protected |
Definition at line 56 of file ParcelShopSearchDistance.java.
1.8.13