2package eu.glsgroup.fpcs.datatypes.soap.v1.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;
37@XmlAccessorType(XmlAccessType.FIELD)
38@XmlType(name =
"Document", propOrder = {
45 @XmlElement(name =
"Data", required =
true)
46 protected
byte[] data;
48 @XmlSchemaType(name = "
string")
51 @XmlSchemaType(name = "
string")
61 public
byte[] getData() {
97 this.labelFormat = value;
121 this.qrFormat = value;
LabelFormat getLabelFormat()
void setQRFormat(QRFormat value)
void setLabelFormat(LabelFormat value)
void setData(byte[] value)