|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| String | getLatitude () |
| void | setLatitude (String value) |
| String | getLongitude () |
| void | setLongitude (String value) |
Protected Attributes | |
| String | latitude |
| String | longitude |
Location (geo coordinates)
Java class for Location complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Location">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Latitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate" minOccurs="0"/>
<element name="Longitude" type="{http://fpcs.gls-group.eu/v1/ParcelShop}GeoCoordinate" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Location.getLatitude | ( | ) |
Gets the value of the latitude property.
Definition at line 52 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Location.getLongitude | ( | ) |
Gets the value of the longitude property.
Definition at line 76 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Location.setLatitude | ( | String | value | ) |
Sets the value of the latitude property.
| value | allowed object is String |
Definition at line 64 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.parcelshop.Location.setLongitude | ( | String | value | ) |
Sets the value of the longitude property.
| value | allowed object is String |
Definition at line 88 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
|
protected |
Definition at line 40 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
|
protected |
Definition at line 42 of file glsgroup/fpcs/datatypes/soap/v1/parcelshop/Location.java.
1.8.13