GLS ShipIT  3.5.15
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter Class Reference

Public Member Functions

PickUpShipment getShipment ()
 
void setShipment (PickUpShipment value)
 

Protected Attributes

PickUpShipment shipment
 

Detailed Description

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.

Member Function Documentation

◆ getShipment()

PickUpShipment eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter.getShipment ( )

Gets the value of the shipment property.

Returns
possible object is PickUpShipment

Definition at line 52 of file CreatePickupRequestParameter.java.

◆ setShipment()

void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter.setShipment ( PickUpShipment  value)

Sets the value of the shipment property.

Parameters
valueallowed object is PickUpShipment

Definition at line 64 of file CreatePickupRequestParameter.java.

Member Data Documentation

◆ shipment

PickUpShipment eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.CreatePickupRequestParameter.shipment
protected

Definition at line 42 of file CreatePickupRequestParameter.java.


The documentation for this class was generated from the following file: