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.timeframe.DeliveryTimeFrame Class Reference

Public Member Functions

Hours getFrom ()
 
void setFrom (Hours value)
 
Hours getTo ()
 
void setTo (Hours value)
 

Protected Attributes

Hours from
 
Hours to
 

Detailed Description

Depot delivery time frame (Response data of getDeliveryTimeFrame 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="From" type="{http://fpcs.gls-group.eu/v1/Timeframe}Hours"/>
        <element name="To" type="{http://fpcs.gls-group.eu/v1/Timeframe}Hours"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 40 of file DeliveryTimeFrame.java.

Member Function Documentation

Hours eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.getFrom ( )

Gets the value of the from property.

Returns
possible object is Hours

Definition at line 55 of file DeliveryTimeFrame.java.

Hours eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.getTo ( )

Gets the value of the to property.

Returns
possible object is Hours

Definition at line 79 of file DeliveryTimeFrame.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.setFrom ( Hours  value)

Sets the value of the from property.

Parameters
valueallowed object is Hours

Definition at line 67 of file DeliveryTimeFrame.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.setTo ( Hours  value)

Sets the value of the to property.

Parameters
valueallowed object is Hours

Definition at line 91 of file DeliveryTimeFrame.java.

Member Data Documentation

Hours eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.from
protected

Definition at line 43 of file DeliveryTimeFrame.java.

Hours eu.glsgroup.fpcs.datatypes.soap.v1.timeframe.DeliveryTimeFrame.to
protected

Definition at line 45 of file DeliveryTimeFrame.java.


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