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;
35 @XmlAccessorType(XmlAccessType.FIELD)
36 @XmlType(name =
"CustomContent", propOrder = {
44 @XmlElement(name =
"CustomerLogo")
45 protected byte[] customerLogo;
46 @XmlElement(name = "Barcode")
47 protected String barcode;
50 @XmlElement(name = "HideShipperAddress")
51 protected Boolean hideShipperAddress;
60 public byte[] getCustomerLogo() {
72 this.customerLogo = value;
120 this.barcodeType = value;
132 return hideShipperAddress;
144 this.hideShipperAddress = value;
void setBarcodeType(BarcodeType value)
void setCustomerLogo(byte[] value)
Boolean isHideShipperAddress()
void setHideShipperAddress(Boolean value)
BarcodeType getBarcodeType()
void setBarcode(String value)