|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| double | getLatitude () |
| void | setLatitude (double value) |
| double | getLongitude () |
| void | setLongitude (double value) |
Protected Attributes | |
| double | latitude |
| double | longitude |
Java class for GLSCoordinates complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GLSCoordinates">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Latitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="Longitude" type="{http://www.w3.org/2001/XMLSchema}double"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 35 of file GLSCoordinates.java.
| double eu.glsgroup.ws.parcelshopsearch.GLSCoordinates.getLatitude | ( | ) |
Gets the value of the latitude property.
Definition at line 46 of file GLSCoordinates.java.
| double eu.glsgroup.ws.parcelshopsearch.GLSCoordinates.getLongitude | ( | ) |
Gets the value of the longitude property.
Definition at line 62 of file GLSCoordinates.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSCoordinates.setLatitude | ( | double | value | ) |
Sets the value of the latitude property.
Definition at line 54 of file GLSCoordinates.java.
| void eu.glsgroup.ws.parcelshopsearch.GLSCoordinates.setLongitude | ( | double | value | ) |
Sets the value of the longitude property.
Definition at line 70 of file GLSCoordinates.java.
|
protected |
Definition at line 38 of file GLSCoordinates.java.
|
protected |
Definition at line 40 of file GLSCoordinates.java.
1.8.13