GLS ShipIT  5.0.11
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea Class Reference

Public Member Functions

String getNDI1D ()
 
void setNDI1D (String value)
 
String getGBProductIdentifier ()
 
void setGBProductIdentifier (String value)
 
String getGBPostOffice1D ()
 
void setGBPostOffice1D (String value)
 
String getCHParcelNumber ()
 
void setCHParcelNumber (String value)
 
String getCHPRI1D ()
 
void setCHPRI1D (String value)
 
String getCHSI1D ()
 
void setCHSI1D (String value)
 
String getRoute ()
 
void setRoute (String value)
 
String getRouteStation ()
 
void setRouteStation (String value)
 

Protected Attributes

String ndi1D
 
String gbProductIdentifier
 
String gbPostOffice1D
 
String chParcelNumber
 
String chpri1D
 
String chsi1D
 
String route
 
String routeStation
 

Detailed Description

For special domestic German ExpressService label

Java class for NDIArea complex type.

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

<complexType name="NDIArea">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="NDI1D" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="GBProductIdentifier" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="GBPostOffice1D" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="CHParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="CHPRI1D" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="CHSI1D" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="Route" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="RouteStation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 51 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

Member Function Documentation

◆ getCHParcelNumber()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getCHParcelNumber ( )

Gets the value of the chParcelNumber property.

Returns
possible object is String

Definition at line 150 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getCHPRI1D()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getCHPRI1D ( )

Gets the value of the chpri1D property.

Returns
possible object is String

Definition at line 174 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getCHSI1D()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getCHSI1D ( )

Gets the value of the chsi1D property.

Returns
possible object is String

Definition at line 198 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getGBPostOffice1D()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getGBPostOffice1D ( )

Gets the value of the gbPostOffice1D property.

Returns
possible object is String

Definition at line 126 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getGBProductIdentifier()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getGBProductIdentifier ( )

Gets the value of the gbProductIdentifier property.

Returns
possible object is String

Definition at line 102 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getNDI1D()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getNDI1D ( )

Gets the value of the ndi1D property.

Returns
possible object is String

Definition at line 78 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getRoute()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getRoute ( )

Gets the value of the route property.

Returns
possible object is String

Definition at line 222 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ getRouteStation()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.getRouteStation ( )

Gets the value of the routeStation property.

Returns
possible object is String

Definition at line 246 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setCHParcelNumber()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setCHParcelNumber ( String  value)

Sets the value of the chParcelNumber property.

Parameters
valueallowed object is String

Definition at line 162 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setCHPRI1D()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setCHPRI1D ( String  value)

Sets the value of the chpri1D property.

Parameters
valueallowed object is String

Definition at line 186 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setCHSI1D()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setCHSI1D ( String  value)

Sets the value of the chsi1D property.

Parameters
valueallowed object is String

Definition at line 210 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setGBPostOffice1D()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setGBPostOffice1D ( String  value)

Sets the value of the gbPostOffice1D property.

Parameters
valueallowed object is String

Definition at line 138 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setGBProductIdentifier()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setGBProductIdentifier ( String  value)

Sets the value of the gbProductIdentifier property.

Parameters
valueallowed object is String

Definition at line 114 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setNDI1D()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setNDI1D ( String  value)

Sets the value of the ndi1D property.

Parameters
valueallowed object is String

Definition at line 90 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setRoute()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setRoute ( String  value)

Sets the value of the route property.

Parameters
valueallowed object is String

Definition at line 234 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

◆ setRouteStation()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.setRouteStation ( String  value)

Sets the value of the routeStation property.

Parameters
valueallowed object is String

Definition at line 258 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/NDIArea.java.

Member Data Documentation

◆ chParcelNumber

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.chParcelNumber
protected

◆ chpri1D

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.chpri1D
protected

◆ chsi1D

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.chsi1D
protected

◆ gbPostOffice1D

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.gbPostOffice1D
protected

◆ gbProductIdentifier

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.gbProductIdentifier
protected

◆ ndi1D

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.ndi1D
protected

◆ route

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.route
protected

◆ routeStation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.NDIArea.routeStation
protected

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