2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4import java.math.BigDecimal;
5import javax.xml.bind.annotation.XmlAccessType;
6import javax.xml.bind.annotation.XmlAccessorType;
7import javax.xml.bind.annotation.XmlElement;
8import javax.xml.bind.annotation.XmlRootElement;
9import javax.xml.bind.annotation.XmlSchemaType;
10import javax.xml.bind.annotation.XmlType;
11import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
12import org.w3._2001.xmlschema.Adapter1;
39@XmlAccessorType(XmlAccessType.FIELD)
40@XmlType(name =
"", propOrder = {
43@XmlRootElement(name =
"UpdateParcelWeightResponse")
46 @XmlElement(name =
"UpdatedWeight", required =
true, type = String.class)
48 @XmlSchemaType(name =
"decimal")
49 protected BigDecimal updatedWeight;
59 public BigDecimal getUpdatedWeight() {
72 this.updatedWeight = value;
void setUpdatedWeight(BigDecimal value)