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

Public Member Functions

long getNumberOfWorkDays ()
 
void setNumberOfWorkDays (long value)
 

Protected Attributes

long numberOfWorkDays
 

Detailed Description

Number of estimated delivery work days (Response data of 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="NumberOfWorkDays" type="{http://www.w3.org/2001/XMLSchema}unsignedInt"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 39 of file EstimatedDeliveryDays.java.

Member Function Documentation

◆ getNumberOfWorkDays()

long eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.EstimatedDeliveryDays.getNumberOfWorkDays ( )

Gets the value of the numberOfWorkDays property.

Definition at line 49 of file EstimatedDeliveryDays.java.

◆ setNumberOfWorkDays()

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.EstimatedDeliveryDays.setNumberOfWorkDays ( long  value)

Sets the value of the numberOfWorkDays property.

Definition at line 57 of file EstimatedDeliveryDays.java.

Member Data Documentation

◆ numberOfWorkDays

long eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.EstimatedDeliveryDays.numberOfWorkDays
protected

Definition at line 43 of file EstimatedDeliveryDays.java.


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