GLS ShipIT  5.2.5
GLS ShipIT - SOAP services
Public Member Functions | Protected Attributes | List of all members
eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData Class Reference

Public Member Functions

String getSector ()
 
void setSector (String value)
 
String getBlock ()
 
void setBlock (String value)
 
String getConsigneeType ()
 
void setConsigneeType (String value)
 

Protected Attributes

String sector
 
String block
 
String consigneeType
 

Detailed Description

For special Belgian or Luxembourg data

Java class for BelgianLuxData complex type.

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

<complexType name="BelgianLuxData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Sector" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="Block" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="ConsigneeType" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 40 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

Member Function Documentation

◆ getBlock()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getBlock ( )

Gets the value of the block property.

Returns
possible object is String

Definition at line 81 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

◆ getConsigneeType()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getConsigneeType ( )

Gets the value of the consigneeType property.

Returns
possible object is String

Definition at line 105 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

◆ getSector()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getSector ( )

Gets the value of the sector property.

Returns
possible object is String

Definition at line 57 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

◆ setBlock()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setBlock ( String  value)

Sets the value of the block property.

Parameters
valueallowed object is String

Definition at line 93 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

◆ setConsigneeType()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setConsigneeType ( String  value)

Sets the value of the consigneeType property.

Parameters
valueallowed object is String

Definition at line 117 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

◆ setSector()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setSector ( String  value)

Sets the value of the sector property.

Parameters
valueallowed object is String

Definition at line 69 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.

Member Data Documentation

◆ block

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.block
protected

◆ consigneeType

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.consigneeType
protected

◆ sector

String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.sector
protected

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