|
GLS ShipIT
5.2.5
GLS ShipIT - SOAP services
|
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 |
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.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getBlock | ( | ) |
Gets the value of the block property.
Definition at line 81 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getConsigneeType | ( | ) |
Gets the value of the consigneeType property.
Definition at line 105 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.getSector | ( | ) |
Gets the value of the sector property.
Definition at line 57 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setBlock | ( | String | value | ) |
Sets the value of the block property.
| value | allowed object is String |
Definition at line 93 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setConsigneeType | ( | String | value | ) |
Sets the value of the consigneeType property.
| value | allowed object is String |
Definition at line 117 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.BelgianLuxData.setSector | ( | String | value | ) |
Sets the value of the sector property.
| value | allowed object is String |
Definition at line 69 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
|
protected |
Definition at line 45 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
|
protected |
Definition at line 47 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
|
protected |
Definition at line 43 of file gls_group/fpcs/v1/shipmentprocessing/types/BelgianLuxData.java.
1.8.13