|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| GLSUserCredentials | getCredentials () |
| void | setCredentials (GLSUserCredentials value) |
| GLSAddress | getAddress () |
| void | setAddress (GLSAddress value) |
Protected Attributes | |
| GLSUserCredentials | credentials |
| GLSAddress | address |
Java class for GetParcelShopRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetParcelShopRequestType">
<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="Address" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSAddress"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 35 of file GetParcelShopRequestType.java.
| GLSAddress eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.getAddress | ( | ) |
Gets the value of the address property.
Definition at line 74 of file GetParcelShopRequestType.java.
| GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.getCredentials | ( | ) |
Gets the value of the credentials property.
Definition at line 50 of file GetParcelShopRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.setAddress | ( | GLSAddress | value | ) |
Sets the value of the address property.
| value | allowed object is GLSAddress |
Definition at line 86 of file GetParcelShopRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.setCredentials | ( | GLSUserCredentials | value | ) |
Sets the value of the credentials property.
| value | allowed object is GLSUserCredentials |
Definition at line 62 of file GetParcelShopRequestType.java.
|
protected |
Definition at line 40 of file GetParcelShopRequestType.java.
|
protected |
Definition at line 38 of file GetParcelShopRequestType.java.
1.8.13