GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
PickUpShipment | getShipment () |
void | setShipment (PickUpShipment value) |
Protected Attributes | |
PickUpShipment | shipment |
Create pickUp request attributes
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Shipment" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}PickUpShipment"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 39 of file CreatePickupRequestParameter.java.
PickUpShipment eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter.getShipment | ( | ) |
Gets the value of the shipment property.
Definition at line 52 of file CreatePickupRequestParameter.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter.setShipment | ( | PickUpShipment | value | ) |
Sets the value of the shipment property.
value | allowed object is PickUpShipment |
Definition at line 64 of file CreatePickupRequestParameter.java.
|
protected |
Definition at line 42 of file CreatePickupRequestParameter.java.