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