2package eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlSchemaType;
8import javax.xml.bind.annotation.XmlType;
38@XmlAccessorType(XmlAccessType.FIELD)
39@XmlType(name =
"CustomContent", propOrder = {
47 @XmlElement(name =
"CustomerLogo")
48 protected
byte[] customerLogo;
49 @XmlElement(name = "Barcode")
50 protected String barcode;
52 @XmlSchemaType(name = "
string")
54 @XmlElement(name = "HideShipperAddress")
55 protected Boolean hideShipperAddress;
64 public
byte[] getCustomerLogo() {
76 this.customerLogo = value;
100 this.barcode = value;
124 this.barcodeType = value;
136 return hideShipperAddress;
148 this.hideShipperAddress = value;
BarcodeType getBarcodeType()
Boolean isHideShipperAddress()
void setBarcodeType(BarcodeType value)
void setCustomerLogo(byte[] value)
void setHideShipperAddress(Boolean value)
void setBarcode(String value)