GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
Date | getPickupDate () |
void | setPickupDate (Date value) |
Protected Attributes | |
Date | pickupDate |
Pick and Return service
Java class for PickAndReturnService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickAndReturnService"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="PickupDate" type="{http://www.w3.org/2001/XMLSchema}date"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 41 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PickAndReturnService.java.
Date eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickAndReturnService.getPickupDate | ( | ) |
Gets the value of the pickupDate property.
Definition at line 56 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PickAndReturnService.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickAndReturnService.setPickupDate | ( | Date | value | ) |
Sets the value of the pickupDate property.
value | allowed object is String |
Definition at line 68 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PickAndReturnService.java.
|
protected |
Definition at line 46 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PickAndReturnService.java.