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.shipmentprocessing.ExpressData Class Reference

Public Member Functions

Boolean isKurierAlternateDelivery ()
 
void setKurierAlternateDelivery (Boolean value)
 
String getKurier1D ()
 
void setKurier1D (String value)
 
String getKurierTourNumber ()
 
void setKurierTourNumber (String value)
 
String getKurierImportStation ()
 
void setKurierImportStation (String value)
 
String getKurierLatestDeliveryTime ()
 
void setKurierLatestDeliveryTime (String value)
 

Protected Attributes

Boolean kurierAlternateDelivery
 
String kurier1D
 
String kurierTourNumber
 
String kurierImportStation
 
String kurierLatestDeliveryTime
 

Detailed Description

Specific data for domestic german express parcel

Java class for ExpressData complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ExpressData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="KurierAlternateDelivery" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="Kurier1D" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="KurierTourNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="KurierImportStation" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="KurierLatestDeliveryTime" type="{http://www.w3.org/2001/XMLSchema}string"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 44 of file ExpressData.java.

Member Function Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.getKurier1D ( )

Gets the value of the kurier1D property.

Returns
possible object is String

Definition at line 89 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.getKurierImportStation ( )

Gets the value of the kurierImportStation property.

Returns
possible object is String

Definition at line 137 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.getKurierLatestDeliveryTime ( )

Gets the value of the kurierLatestDeliveryTime property.

Returns
possible object is String

Definition at line 161 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.getKurierTourNumber ( )

Gets the value of the kurierTourNumber property.

Returns
possible object is String

Definition at line 113 of file ExpressData.java.

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.isKurierAlternateDelivery ( )

Gets the value of the kurierAlternateDelivery property.

Returns
possible object is Boolean

Definition at line 65 of file ExpressData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.setKurier1D ( String  value)

Sets the value of the kurier1D property.

Parameters
valueallowed object is String

Definition at line 101 of file ExpressData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.setKurierAlternateDelivery ( Boolean  value)

Sets the value of the kurierAlternateDelivery property.

Parameters
valueallowed object is Boolean

Definition at line 77 of file ExpressData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.setKurierImportStation ( String  value)

Sets the value of the kurierImportStation property.

Parameters
valueallowed object is String

Definition at line 149 of file ExpressData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.setKurierLatestDeliveryTime ( String  value)

Sets the value of the kurierLatestDeliveryTime property.

Parameters
valueallowed object is String

Definition at line 173 of file ExpressData.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.setKurierTourNumber ( String  value)

Sets the value of the kurierTourNumber property.

Parameters
valueallowed object is String

Definition at line 125 of file ExpressData.java.

Member Data Documentation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.kurier1D
protected

Definition at line 49 of file ExpressData.java.

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.kurierAlternateDelivery
protected

Definition at line 47 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.kurierImportStation
protected

Definition at line 53 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.kurierLatestDeliveryTime
protected

Definition at line 55 of file ExpressData.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ExpressData.kurierTourNumber
protected

Definition at line 51 of file ExpressData.java.


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