2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
4 import java.math.BigDecimal;
5 import javax.xml.bind.annotation.XmlAccessType;
6 import javax.xml.bind.annotation.XmlAccessorType;
7 import javax.xml.bind.annotation.XmlElement;
8 import javax.xml.bind.annotation.XmlType;
9 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
39 @XmlAccessorType(XmlAccessType.FIELD)
40 @XmlType(name =
"IntercompanyService", propOrder = {
48 @XmlElement(name =
"ServiceName", required =
true)
49 protected String serviceName;
50 @XmlElement(name = "
Address", required = true)
51 protected Address address;
52 @XmlElement(name = "NumberOfLabels")
53 protected
long numberOfLabels;
54 @XmlElement(name = "ExpectedWeight", type = String.class)
56 protected BigDecimal expectedWeight;
66 public String getServiceName() {
79 this.serviceName = value;
103 this.address = value;
111 return numberOfLabels;
119 this.numberOfLabels = value;
131 return expectedWeight;
143 this.expectedWeight = value;
void setServiceName(String value)
BigDecimal getExpectedWeight()
void setAddress(Address value)
void setNumberOfLabels(long value)
void setExpectedWeight(BigDecimal value)