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;
    38 @XmlAccessorType(XmlAccessType.FIELD)
    39 @XmlType(name = 
"", propOrder = {
    43 @XmlRootElement(name = 
"UpdateParcelWeightRequestParameter")
    46     @XmlElement(name = 
"TrackID", required = 
true)
    47     protected String trackID;
    48     @XmlElement(name = "Weight", required = true, type = String.class)
    50     protected BigDecimal weight;
    60     public String getTrackID() {
 
void setTrackID(String value)
 
void setWeight(BigDecimal value)