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 =
"CustomContent", propOrder = {
46 @XmlElement(name =
"CustomerLogo")
47 protected byte[] customerLogo;
48 @XmlElement(name = "Barcode")
49 protected String barcode;
52 @XmlElement(name = "HideShipperAddress")
53 protected Boolean hideShipperAddress;
62 public byte[] getCustomerLogo() {
74 this.customerLogo = value;
122 this.barcodeType = value;
134 return hideShipperAddress;
146 this.hideShipperAddress = value;
void setBarcodeType(BarcodeType value)
void setCustomerLogo(byte[] value)
Boolean isHideShipperAddress()
void setHideShipperAddress(Boolean value)
BarcodeType getBarcodeType()
void setBarcode(String value)