|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getContactID () |
| void | setContactID (String value) |
Protected Attributes | |
| String | contactID |
Requester for pickup services
Java class for Requester complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Requester">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ContactID" type="{http://fpcs.gls-group.eu/v1/Common}Index"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 36 of file Requester.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Requester.getContactID | ( | ) |
Gets the value of the contactID property.
Definition at line 49 of file Requester.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Requester.setContactID | ( | String | value | ) |
Sets the value of the contactID property.
| value | allowed object is String |
Definition at line 61 of file Requester.java.
|
protected |
Definition at line 39 of file Requester.java.
1.8.13