2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4 import javax.xml.bind.annotation.XmlAccessType;
5 import javax.xml.bind.annotation.XmlAccessorType;
6 import javax.xml.bind.annotation.XmlElement;
7 import javax.xml.bind.annotation.XmlType;
37 @XmlAccessorType(XmlAccessType.FIELD)
38 @XmlType(name =
"Barcodes", propOrder = {
49 @XmlElement(name =
"Primary2D")
50 protected String primary2D;
51 @XmlElement(name = "Secondary2D")
52 protected String secondary2D;
53 @XmlElement(name = "Primary1D")
54 protected String primary1D;
55 @XmlElement(name = "Primary1DPrint")
56 protected Boolean primary1DPrint;
57 @XmlElement(name = "NDI1")
58 protected String ndi1;
59 @XmlElement(name = "NDI2")
60 protected String ndi2;
61 @XmlElement(name = "UniShip")
62 protected String uniShip;
72 public String getPrimary2D() {
85 this.primary2D = value;
109 this.secondary2D = value;
133 this.primary1D = value;
145 return primary1DPrint;
157 this.primary1DPrint = value;
229 this.uniShip = value;
void setUniShip(String value)
void setNDI1(String value)
Boolean isPrimary1DPrint()
void setPrimary1DPrint(Boolean value)
void setNDI2(String value)
void setPrimary1D(String value)
void setSecondary2D(String value)
void setPrimary2D(String value)