|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| GLSParcelShop | getParcelshop () |
| void | setParcelshop (GLSParcelShop value) |
| String | getAirLineDistance () |
| void | setAirLineDistance (String value) |
Protected Attributes | |
| GLSParcelShop | parcelshop |
| String | airLineDistance |
Java class for SearchResults complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SearchResults">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Parcelshop" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSParcelShop" minOccurs="0"/>
<element name="AirLineDistance" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 35 of file SearchResults.java.
| String eu.glsgroup.ws.parcelshopsearch.SearchResults.getAirLineDistance | ( | ) |
Gets the value of the airLineDistance property.
Definition at line 74 of file SearchResults.java.
| GLSParcelShop eu.glsgroup.ws.parcelshopsearch.SearchResults.getParcelshop | ( | ) |
Gets the value of the parcelshop property.
Definition at line 50 of file SearchResults.java.
| void eu.glsgroup.ws.parcelshopsearch.SearchResults.setAirLineDistance | ( | String | value | ) |
Sets the value of the airLineDistance property.
| value | allowed object is String |
Definition at line 86 of file SearchResults.java.
| void eu.glsgroup.ws.parcelshopsearch.SearchResults.setParcelshop | ( | GLSParcelShop | value | ) |
Sets the value of the parcelshop property.
| value | allowed object is GLSParcelShop |
Definition at line 62 of file SearchResults.java.
|
protected |
Definition at line 40 of file SearchResults.java.
|
protected |
Definition at line 38 of file SearchResults.java.
1.8.13