2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlType;
10 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
11 import java.math.BigDecimal;
36 @XmlAccessorType(XmlAccessType.FIELD)
37 @XmlType(name =
"LimitedQuantitiesService", propOrder = {
43 @XmlElement(name =
"ServiceName", required =
true)
44 protected String serviceName;
45 @XmlElement(name = "Weight", type = String.class)
47 protected BigDecimal weight;
57 public String getServiceName() {
70 this.serviceName = value;
void setWeight(BigDecimal value)
void setServiceName(String value)