GLS ShipIT
2.8.11
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 33 of file GetParcelShopRequestType.java.
GLSAddress eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.getAddress | ( | ) |
Gets the value of the address property.
Definition at line 72 of file GetParcelShopRequestType.java.
GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopRequestType.getCredentials | ( | ) |
Gets the value of the credentials property.
Definition at line 48 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 84 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 60 of file GetParcelShopRequestType.java.
|
protected |
Definition at line 38 of file GetParcelShopRequestType.java.
|
protected |
Definition at line 36 of file GetParcelShopRequestType.java.