|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| GLSUserCredentials | getCredentials () |
| void | setCredentials (GLSUserCredentials value) |
| String | getCountryCode () |
| void | setCountryCode (String value) |
| String | getParcelShopType () |
| void | setParcelShopType (String value) |
Protected Attributes | |
| GLSUserCredentials | credentials |
| String | countryCode |
| String | parcelShopType |
Java class for GetParcelShopByCountryCodeRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetParcelShopByCountryCodeRequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Credentials" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSUserCredentials"/>
<element name="CountryCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ParcelShopType" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file GetParcelShopByCountryCodeRequestType.java.
| String eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.getCountryCode | ( | ) |
Gets the value of the countryCode property.
Definition at line 78 of file GetParcelShopByCountryCodeRequestType.java.
| GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.getCredentials | ( | ) |
Gets the value of the credentials property.
Definition at line 54 of file GetParcelShopByCountryCodeRequestType.java.
| String eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.getParcelShopType | ( | ) |
Gets the value of the parcelShopType property.
Definition at line 102 of file GetParcelShopByCountryCodeRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.setCountryCode | ( | String | value | ) |
Sets the value of the countryCode property.
| value | allowed object is String |
Definition at line 90 of file GetParcelShopByCountryCodeRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.setCredentials | ( | GLSUserCredentials | value | ) |
Sets the value of the credentials property.
| value | allowed object is GLSUserCredentials |
Definition at line 66 of file GetParcelShopByCountryCodeRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopByCountryCodeRequestType.setParcelShopType | ( | String | value | ) |
Sets the value of the parcelShopType property.
| value | allowed object is String |
Definition at line 114 of file GetParcelShopByCountryCodeRequestType.java.
|
protected |
Definition at line 42 of file GetParcelShopByCountryCodeRequestType.java.
|
protected |
Definition at line 40 of file GetParcelShopByCountryCodeRequestType.java.
|
protected |
Definition at line 44 of file GetParcelShopByCountryCodeRequestType.java.
1.8.13