GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService Class Reference

Public Member Functions

Service getService ()
 
void setService (Service value)
 
ShopDeliveryService getShopDelivery ()
 
void setShopDelivery (ShopDeliveryService value)
 
ShopReturnService getShopReturn ()
 
void setShopReturn (ShopReturnService value)
 
IntercompanyService getIntercompany ()
 
void setIntercompany (IntercompanyService value)
 
ExchangeService getExchange ()
 
void setExchange (ExchangeService value)
 
DeliveryAtWorkService getDeliveryAtWork ()
 
void setDeliveryAtWork (DeliveryAtWorkService value)
 
DepositService getDeposit ()
 
void setDeposit (DepositService value)
 
IdentPINService getIdentPin ()
 
void setIdentPin (IdentPINService value)
 
IdentService getIdent ()
 
void setIdent (IdentService value)
 
PickAndShipService getPickAndShip ()
 
void setPickAndShip (PickAndShipService value)
 
PickAndReturnService getPickAndReturn ()
 
void setPickAndReturn (PickAndReturnService value)
 

Protected Attributes

Service service
 
ShopDeliveryService shopDelivery
 
ShopReturnService shopReturn
 
IntercompanyService intercompany
 
ExchangeService exchange
 
DeliveryAtWorkService deliveryAtWork
 
DepositService deposit
 
IdentPINService identPin
 
IdentService ident
 
PickAndShipService pickAndShip
 
PickAndReturnService pickAndReturn
 

Detailed Description

Abstract shipment service container covers the available services on shipment level

Java class for ShipmentService complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ShipmentService">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <choice>
        <element name="Service" type="{http://fpcs.gls-group.eu/v1/Common}Service"/>
        <element name="ShopDelivery" type="{http://fpcs.gls-group.eu/v1/Common}ShopDeliveryService"/>
        <element name="ShopReturn" type="{http://fpcs.gls-group.eu/v1/Common}ShopReturnService"/>
        <element name="Intercompany" type="{http://fpcs.gls-group.eu/v1/Common}IntercompanyService"/>
        <element name="Exchange" type="{http://fpcs.gls-group.eu/v1/Common}ExchangeService"/>
        <element name="DeliveryAtWork" type="{http://fpcs.gls-group.eu/v1/Common}DeliveryAtWorkService"/>
        <element name="Deposit" type="{http://fpcs.gls-group.eu/v1/Common}DepositService"/>
        <element name="IdentPin" type="{http://fpcs.gls-group.eu/v1/Common}IdentPINService"/>
        <element name="Ident" type="{http://fpcs.gls-group.eu/v1/Common}IdentService"/>
        <element name="PickAndShip" type="{http://fpcs.gls-group.eu/v1/Common}PickAndShipService"/>
        <element name="PickAndReturn" type="{http://fpcs.gls-group.eu/v1/Common}PickAndReturnService"/>
      </choice>
    </restriction>
  </complexContent>
</complexType>

Definition at line 58 of file ShipmentService.java.

Member Function Documentation

DeliveryAtWorkService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getDeliveryAtWork ( )

Gets the value of the deliveryAtWork property.

Returns
possible object is DeliveryAtWorkService

Definition at line 211 of file ShipmentService.java.

DepositService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getDeposit ( )

Gets the value of the deposit property.

Returns
possible object is DepositService

Definition at line 235 of file ShipmentService.java.

ExchangeService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getExchange ( )

Gets the value of the exchange property.

Returns
possible object is ExchangeService

Definition at line 187 of file ShipmentService.java.

IdentService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIdent ( )

Gets the value of the ident property.

Returns
possible object is IdentService

Definition at line 283 of file ShipmentService.java.

IdentPINService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIdentPin ( )

Gets the value of the identPin property.

Returns
possible object is IdentPINService

Definition at line 259 of file ShipmentService.java.

IntercompanyService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getIntercompany ( )

Gets the value of the intercompany property.

Returns
possible object is IntercompanyService

Definition at line 163 of file ShipmentService.java.

PickAndReturnService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getPickAndReturn ( )

Gets the value of the pickAndReturn property.

Returns
possible object is PickAndReturnService

Definition at line 331 of file ShipmentService.java.

PickAndShipService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getPickAndShip ( )

Gets the value of the pickAndShip property.

Returns
possible object is PickAndShipService

Definition at line 307 of file ShipmentService.java.

Service eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getService ( )

Gets the value of the service property.

Returns
possible object is Service

Definition at line 91 of file ShipmentService.java.

ShopDeliveryService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getShopDelivery ( )

Gets the value of the shopDelivery property.

Returns
possible object is ShopDeliveryService

Definition at line 115 of file ShipmentService.java.

ShopReturnService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.getShopReturn ( )

Gets the value of the shopReturn property.

Returns
possible object is ShopReturnService

Definition at line 139 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setDeliveryAtWork ( DeliveryAtWorkService  value)

Sets the value of the deliveryAtWork property.

Parameters
valueallowed object is DeliveryAtWorkService

Definition at line 223 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setDeposit ( DepositService  value)

Sets the value of the deposit property.

Parameters
valueallowed object is DepositService

Definition at line 247 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setExchange ( ExchangeService  value)

Sets the value of the exchange property.

Parameters
valueallowed object is ExchangeService

Definition at line 199 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIdent ( IdentService  value)

Sets the value of the ident property.

Parameters
valueallowed object is IdentService

Definition at line 295 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIdentPin ( IdentPINService  value)

Sets the value of the identPin property.

Parameters
valueallowed object is IdentPINService

Definition at line 271 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setIntercompany ( IntercompanyService  value)

Sets the value of the intercompany property.

Parameters
valueallowed object is IntercompanyService

Definition at line 175 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setPickAndReturn ( PickAndReturnService  value)

Sets the value of the pickAndReturn property.

Parameters
valueallowed object is PickAndReturnService

Definition at line 343 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setPickAndShip ( PickAndShipService  value)

Sets the value of the pickAndShip property.

Parameters
valueallowed object is PickAndShipService

Definition at line 319 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setService ( Service  value)

Sets the value of the service property.

Parameters
valueallowed object is Service

Definition at line 103 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setShopDelivery ( ShopDeliveryService  value)

Sets the value of the shopDelivery property.

Parameters
valueallowed object is ShopDeliveryService

Definition at line 127 of file ShipmentService.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.setShopReturn ( ShopReturnService  value)

Sets the value of the shopReturn property.

Parameters
valueallowed object is ShopReturnService

Definition at line 151 of file ShipmentService.java.

Member Data Documentation

DeliveryAtWorkService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.deliveryAtWork
protected

Definition at line 71 of file ShipmentService.java.

DepositService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.deposit
protected

Definition at line 73 of file ShipmentService.java.

ExchangeService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.exchange
protected

Definition at line 69 of file ShipmentService.java.

IdentService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.ident
protected

Definition at line 77 of file ShipmentService.java.

IdentPINService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.identPin
protected

Definition at line 75 of file ShipmentService.java.

IntercompanyService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.intercompany
protected

Definition at line 67 of file ShipmentService.java.

PickAndReturnService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.pickAndReturn
protected

Definition at line 81 of file ShipmentService.java.

PickAndShipService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.pickAndShip
protected

Definition at line 79 of file ShipmentService.java.

Service eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.service
protected

Definition at line 61 of file ShipmentService.java.

ShopDeliveryService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.shopDelivery
protected

Definition at line 63 of file ShipmentService.java.

ShopReturnService eu.glsgroup.fpcs.datatypes.soap.v1.common.ShipmentService.shopReturn
protected

Definition at line 65 of file ShipmentService.java.


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