2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
     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.XmlType;
    10 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
    11 import java.math.BigDecimal;
    36 @XmlAccessorType(XmlAccessType.FIELD)
    37 @XmlType(name = 
"HazardousGood", propOrder = {
    43     @XmlElement(name = 
"GLSHazNo", required = 
true)
    44     protected String glsHazNo;
    45     @XmlElement(name = "Weight", required = true, type = String.class)
    47     protected BigDecimal weight;
    57     public String getGLSHazNo() {
    70         this.glsHazNo = value;
 
void setWeight(BigDecimal value)
 
void setGLSHazNo(String value)