GLS ShipIT  2.8.11
GLS ShipIT - SOAP services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation Class Reference

Public Member Functions

Source getSource ()
 
void setSource (Source value)
 
Destination getDestination ()
 
void setDestination (Destination value)
 

Protected Attributes

Source source
 
Destination destination
 

Detailed Description

Source and destination attributes (for getEstimatedDeliveryDays 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/Timeframe}Source"/>
        <element name="Destination" type="{http://fpcs.gls-group.eu/v1/Timeframe}Destination"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 38 of file FromToLocation.java.

Member Function Documentation

◆ getDestination()

Destination eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.getDestination ( )

Gets the value of the destination property.

Returns
possible object is Destination

Definition at line 77 of file FromToLocation.java.

◆ getSource()

Source eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.getSource ( )

Gets the value of the source property.

Returns
possible object is Source

Definition at line 53 of file FromToLocation.java.

◆ setDestination()

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.setDestination ( Destination  value)

Sets the value of the destination property.

Parameters
valueallowed object is Destination

Definition at line 89 of file FromToLocation.java.

◆ setSource()

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.setSource ( Source  value)

Sets the value of the source property.

Parameters
valueallowed object is Source

Definition at line 65 of file FromToLocation.java.

Member Data Documentation

◆ destination

Destination eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.destination
protected

Definition at line 43 of file FromToLocation.java.

◆ source

Source eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.FromToLocation.source
protected

Definition at line 41 of file FromToLocation.java.


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