|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getParcelShopId () |
| void | setParcelShopId (String value) |
| GLSUserCredentials | getCredentials () |
| void | setCredentials (GLSUserCredentials value) |
Protected Attributes | |
| String | parcelShopId |
| GLSUserCredentials | credentials |
Java class for GetParcelShopByIdRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetParcelShopByIdRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ParcelShopId" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}ParcelshopId"/>
<element name="Credentials" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSUserCredentials"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 35 of file GetParcelShopByIdRequestType.java.
| GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopByIdRequestType.getCredentials | ( | ) |
Gets the value of the credentials property.
Definition at line 74 of file GetParcelShopByIdRequestType.java.
| String eu.glsgroup.ws.parcelshopsearch.GetParcelShopByIdRequestType.getParcelShopId | ( | ) |
Gets the value of the parcelShopId property.
Definition at line 50 of file GetParcelShopByIdRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByIdRequestType.setCredentials | ( | GLSUserCredentials | value | ) |
Sets the value of the credentials property.
| value | allowed object is GLSUserCredentials |
Definition at line 86 of file GetParcelShopByIdRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByIdRequestType.setParcelShopId | ( | String | value | ) |
Sets the value of the parcelShopId property.
| value | allowed object is String |
Definition at line 62 of file GetParcelShopByIdRequestType.java.
|
protected |
Definition at line 40 of file GetParcelShopByIdRequestType.java.
|
protected |
Definition at line 38 of file GetParcelShopByIdRequestType.java.
1.8.13