|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| GLSUserCredentials | getCredentials () |
| void | setCredentials (GLSUserCredentials value) |
| GLSCoordinates | getFrom () |
| void | setFrom (GLSCoordinates value) |
| GLSCoordinates | getTo () |
| void | setTo (GLSCoordinates value) |
Protected Attributes | |
| GLSUserCredentials | credentials |
| GLSCoordinates | from |
| GLSCoordinates | to |
Java class for GetParcelShopInAreaRequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GetParcelShopInAreaRequestType">
<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="From" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSCoordinates"/>
<element name="To" type="{http://2010_01.ParcelShopSearch.gls-group.eu/ParcelShopSearch/}GLSCoordinates"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 37 of file GetParcelShopInAreaRequestType.java.
| GLSUserCredentials eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.getCredentials | ( | ) |
Gets the value of the credentials property.
Definition at line 54 of file GetParcelShopInAreaRequestType.java.
| GLSCoordinates eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.getFrom | ( | ) |
Gets the value of the from property.
Definition at line 78 of file GetParcelShopInAreaRequestType.java.
| GLSCoordinates eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.getTo | ( | ) |
Gets the value of the to property.
Definition at line 102 of file GetParcelShopInAreaRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.setCredentials | ( | GLSUserCredentials | value | ) |
Sets the value of the credentials property.
| value | allowed object is GLSUserCredentials |
Definition at line 66 of file GetParcelShopInAreaRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.setFrom | ( | GLSCoordinates | value | ) |
Sets the value of the from property.
| value | allowed object is GLSCoordinates |
Definition at line 90 of file GetParcelShopInAreaRequestType.java.
| void eu.glsgroup.ws.parcelshopsearch.GetParcelShopInAreaRequestType.setTo | ( | GLSCoordinates | value | ) |
Sets the value of the to property.
| value | allowed object is GLSCoordinates |
Definition at line 114 of file GetParcelShopInAreaRequestType.java.
|
protected |
Definition at line 40 of file GetParcelShopInAreaRequestType.java.
|
protected |
Definition at line 42 of file GetParcelShopInAreaRequestType.java.
|
protected |
Definition at line 44 of file GetParcelShopInAreaRequestType.java.
1.8.13