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;
37 @XmlAccessorType(XmlAccessType.FIELD)
38 @XmlType(name =
"ExchangeService", propOrder = {
45 @XmlElement(name =
"ServiceName", required =
true)
46 protected String serviceName;
47 @XmlElement(name = "
Address", required = true)
48 protected Address address;
49 @XmlElement(name = "ExpectedWeight", type = String.class)
51 protected BigDecimal expectedWeight;
61 public String getServiceName() {
74 this.serviceName = value;
110 return expectedWeight;
122 this.expectedWeight = value;
void setAddress(Address value)
void setServiceName(String value)
void setExpectedWeight(BigDecimal value)
BigDecimal getExpectedWeight()