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

Public Member Functions

Location getSource ()
 
void setSource (Location value)
 
Location getDestination ()
 
void setDestination (Location value)
 

Protected Attributes

Location source
 
Location destination
 

Detailed Description

Request (input) parameters for getAllowedServices request

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="Source" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Location"/>
        <element name="Destination" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Location"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 42 of file AllowedServicesRequestParameter.java.

Member Function Documentation

◆ getDestination()

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.getDestination ( )

Gets the value of the destination property.

Returns
possible object is Location

Definition at line 81 of file AllowedServicesRequestParameter.java.

◆ getSource()

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.getSource ( )

Gets the value of the source property.

Returns
possible object is Location

Definition at line 57 of file AllowedServicesRequestParameter.java.

◆ setDestination()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.setDestination ( Location  value)

Sets the value of the destination property.

Parameters
valueallowed object is Location

Definition at line 93 of file AllowedServicesRequestParameter.java.

◆ setSource()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.setSource ( Location  value)

Sets the value of the source property.

Parameters
valueallowed object is Location

Definition at line 69 of file AllowedServicesRequestParameter.java.

Member Data Documentation

◆ destination

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.destination
protected

Definition at line 47 of file AllowedServicesRequestParameter.java.

◆ source

Location eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.AllowedServicesRequestParameter.source
protected

Definition at line 45 of file AllowedServicesRequestParameter.java.


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