|
GLS ShipIT
3.3.20
GLS ShipIT - REST services
|
Public Member Functions | |
| long | getNumberOfWorkDays () |
| void | setNumberOfWorkDays (long value) |
Protected Attributes | |
| long | numberOfWorkDays |
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.
| 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.
| 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.
|
protected |
Definition at line 43 of file EstimatedDeliveryDays.java.
1.8.13