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.XmlSchemaType;
8 import javax.xml.bind.annotation.XmlType;
35 @XmlAccessorType(XmlAccessType.FIELD)
36 @XmlType(name =
"ReturnLabels", propOrder = {
42 @XmlElement(name =
"TemplateSet", required =
true)
43 @XmlSchemaType(name =
"string")
46 @XmlSchemaType(name = "
string")
47 protected LabelFormat labelFormat;
70 this.templateSet = value;
94 this.labelFormat = value;
LabelFormat getLabelFormat()
void setTemplateSet(TemplateSet value)
void setLabelFormat(LabelFormat value)