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;
8 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
38 @XmlAccessorType(XmlAccessType.FIELD)
39 @XmlType(name =
"CustomContent", propOrder = {
48 @XmlElement(name =
"CustomerLogo")
49 protected byte[] customerLogo;
50 @XmlElement(name = "Barcode")
51 protected String barcode;
52 @XmlElement(name = "BarcodeContentType", type = String.class)
54 protected BarcodeContentType barcodeContentType;
55 @XmlElement(name = "BarcodeType", type = String.class)
57 protected BarcodeType barcodeType;
58 @XmlElement(name = "HideShipperAddress")
59 protected Boolean hideShipperAddress;
68 public byte[] getCustomerLogo() {
80 this.customerLogo = value;
104 this.barcode = value;
116 return barcodeContentType;
128 this.barcodeContentType = value;
152 this.barcodeType = value;
164 return hideShipperAddress;
176 this.hideShipperAddress = value;
void setBarcodeType(BarcodeType value)
void setCustomerLogo(byte[] value)
Boolean isHideShipperAddress()
void setBarcodeContentType(BarcodeContentType value)
BarcodeContentType getBarcodeContentType()
void setHideShipperAddress(Boolean value)
BarcodeType getBarcodeType()
void setBarcode(String value)