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;
    38 @XmlAccessorType(XmlAccessType.FIELD)
    39 @XmlType(name = 
"ExchangeService", propOrder = {
    46     @XmlElement(name = 
"ServiceName", required = 
true)
    47     protected String serviceName;
    48     @XmlElement(name = "
Address", required = true)
    49     protected Address address;
    50     @XmlElement(name = "ExpectedWeight", type = String.class)
    52     protected BigDecimal expectedWeight;
    62     public String getServiceName() {
    75         this.serviceName = value;
   111         return expectedWeight;
   123         this.expectedWeight = value;
 
void setAddress(Address value)
 
void setServiceName(String value)
 
void setExpectedWeight(BigDecimal value)
 
BigDecimal getExpectedWeight()