2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
34@XmlAccessorType(XmlAccessType.FIELD)
35@XmlType(name =
"ItalianData", propOrder = {
43 @XmlElement(name =
"Barcode")
44 protected String barcode;
45 @XmlElement(name = "Datamatrix")
46 protected String datamatrix;
47 @XmlElement(name = "Depot")
48 protected String depot;
49 @XmlElement(name = "Tour")
50 protected String tour;
60 public String getBarcode() {
97 this.datamatrix = value;
void setBarcode(String value)
void setDepot(String value)
void setTour(String value)
void setDatamatrix(String value)