2package eu.gls_group.fpcs.v1.common;
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.XmlSchemaType;
9import javax.xml.bind.annotation.XmlType;
10import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
11import org.w3._2001.xmlschema.Adapter1;
38@XmlAccessorType(XmlAccessType.FIELD)
39@XmlType(name =
"HazardousGood", propOrder = {
45 @XmlElement(name =
"GLSHazNo", required =
true)
46 protected String glsHazNo;
47 @XmlElement(name = "Weight", required = true, type = String.class)
49 @XmlSchemaType(name = "decimal")
50 protected BigDecimal weight;
60 public String getGLSHazNo() {
73 this.glsHazNo = value;
void setWeight(BigDecimal value)
void setGLSHazNo(String value)