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;
37@XmlAccessorType(XmlAccessType.FIELD)
38@XmlType(name =
"PrintData", propOrder = {
45 @XmlElement(name =
"Data", required =
true)
46 protected
byte[] data;
47 @XmlElement(name = "DocumentType", required = true)
48 protected String documentType;
50 @XmlSchemaType(name = "
string")
60 public
byte[] getData() {
96 this.documentType = value;
120 this.labelFormat = value;
LabelFormat getLabelFormat()
void setDocumentType(String value)
void setData(byte[] value)
void setLabelFormat(LabelFormat value)