GLS ShipIT 4.0.f2
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 glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.getBarcode | ( | ) |
Gets the value of the barcode property.
String
Definition at line 60 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.getDatamatrix | ( | ) |
Gets the value of the datamatrix property.
String
Definition at line 84 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.getDepot | ( | ) |
Gets the value of the depot property.
String
Definition at line 108 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.getTour | ( | ) |
Gets the value of the tour property.
String
Definition at line 132 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.setBarcode | ( | String | value | ) |
Sets the value of the barcode property.
value | allowed object is String |
Definition at line 72 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.setDatamatrix | ( | String | value | ) |
Sets the value of the datamatrix property.
value | allowed object is String |
Definition at line 96 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.setDepot | ( | String | value | ) |
Sets the value of the depot property.
value | allowed object is String |
Definition at line 120 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ItalianData.setTour | ( | String | value | ) |
Sets the value of the tour property.
value | allowed object is String |
Definition at line 144 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
|
protected |
Definition at line 44 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
|
protected |
Definition at line 46 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
|
protected |
Definition at line 48 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.
|
protected |
Definition at line 50 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ItalianData.java.