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;
39 @XmlAccessorType(XmlAccessType.FIELD)
40 @XmlType(name =
"Barcodes", propOrder = {
51 @XmlElement(name =
"Primary2D")
52 protected String primary2D;
53 @XmlElement(name = "Secondary2D")
54 protected String secondary2D;
55 @XmlElement(name = "Primary1D")
56 protected String primary1D;
57 @XmlElement(name = "Primary1DPrint")
58 protected Boolean primary1DPrint;
59 @XmlElement(name = "NDI1")
60 protected String ndi1;
61 @XmlElement(name = "NDI2")
62 protected String ndi2;
63 @XmlElement(name = "UniShip")
64 protected String uniShip;
74 public String getPrimary2D() {
87 this.primary2D = value;
111 this.secondary2D = value;
135 this.primary1D = value;
147 return primary1DPrint;
159 this.primary1DPrint = value;
231 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)