2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
     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.XmlRootElement;
    10 import javax.xml.bind.annotation.XmlType;
    11 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
    12 import java.math.BigDecimal;
    37 @XmlAccessorType(XmlAccessType.FIELD)
    38 @XmlType(name = 
"", propOrder = {
    41 @XmlRootElement(name = 
"UpdateParcelWeightResponse")
    44     @XmlElement(name = 
"UpdatedWeight", required = 
true, type = String.class)
    46     protected BigDecimal updatedWeight;
    56     public BigDecimal getUpdatedWeight() {
    69         this.updatedWeight = value;
 void setUpdatedWeight(BigDecimal value)