2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
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 =
"ShopReturnService", propOrder = {
42 @XmlElement(name =
"ServiceName", required =
true)
43 protected String serviceName;
44 @XmlElement(name = "NumberOfLabels")
45 @XmlSchemaType(name = "unsignedInt")
46 protected
long numberOfLabels;
56 public String getServiceName() {
69 this.serviceName = value;
77 return numberOfLabels;
85 this.numberOfLabels = value;
void setServiceName(String value)
void setNumberOfLabels(long value)