2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
     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.XmlRootElement;
     9 import javax.xml.bind.annotation.XmlType;
    10 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
    38 @XmlAccessorType(XmlAccessType.FIELD)
    39 @XmlType(name = 
"", propOrder = {
    42 @XmlRootElement(name = 
"UpdateParcelWeightResponse")
    45     @XmlElement(name = 
"UpdatedWeight", required = 
true, type = String.class)
    47     protected BigDecimal updatedWeight;
    57     public BigDecimal getUpdatedWeight() {
    70         this.updatedWeight = value;
 void setUpdatedWeight(BigDecimal value)