|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getBarcode () |
| void | setBarcode (String value) |
| String | getDatamatrix () |
| void | setDatamatrix (String value) |
| String | getDepot () |
| void | setDepot (String value) |
| String | getTour () |
| void | setTour (String value) |
Protected Attributes | |
| String | barcode |
| String | datamatrix |
| String | depot |
| String | tour |
Italian Data on the label
Java class for ItalianData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItalianData">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Barcode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Datamatrix" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Depot" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Tour" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 41 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.getBarcode | ( | ) |
Gets the value of the barcode property.
Definition at line 60 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.getDatamatrix | ( | ) |
Gets the value of the datamatrix property.
Definition at line 84 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.getDepot | ( | ) |
Gets the value of the depot property.
Definition at line 108 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.getTour | ( | ) |
Gets the value of the tour property.
Definition at line 132 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.setBarcode | ( | String | value | ) |
Sets the value of the barcode property.
| value | allowed object is String |
Definition at line 72 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.setDatamatrix | ( | String | value | ) |
Sets the value of the datamatrix property.
| value | allowed object is String |
Definition at line 96 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.setDepot | ( | String | value | ) |
Sets the value of the depot property.
| value | allowed object is String |
Definition at line 120 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.ItalianData.setTour | ( | String | value | ) |
Sets the value of the tour property.
| value | allowed object is String |
Definition at line 144 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
|
protected |
Definition at line 44 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
|
protected |
Definition at line 46 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
|
protected |
Definition at line 48 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
|
protected |
Definition at line 50 of file gls_group/fpcs/v1/shipmentprocessing/types/ItalianData.java.
1.8.13