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