2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
 
    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.XmlType;
 
    9 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
 
   10 import org.w3._2001.xmlschema.Adapter3;
 
   37 @XmlAccessorType(XmlAccessType.FIELD)
 
   38 @XmlType(name = 
"HazardousGood", propOrder = {
 
   44     @XmlElement(name = 
"GLSHazNo", required = 
true)
 
   45     protected String glsHazNo;
 
   46     @XmlElement(name = "Weight", required = true, type = String.class)
 
   48     protected BigDecimal weight;
 
   58     public String getGLSHazNo() {
 
   71         this.glsHazNo = value;