2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
 
    4 import javax.xml.bind.annotation.XmlAccessType;
 
    5 import javax.xml.bind.annotation.XmlAccessorType;
 
    6 import javax.xml.bind.annotation.XmlElement;
 
    7 import javax.xml.bind.annotation.XmlType;
 
   38 @XmlAccessorType(XmlAccessType.FIELD)
 
   39 @XmlType(name = 
"UnitService", propOrder = {
 
   48     @XmlElement(name = 
"Cash")
 
   50     @XmlElement(name = "AddonLiability")
 
   52     @XmlElement(name = "HazardousGoods")
 
   54     @XmlElement(name = "ExWorks")
 
   56     @XmlElement(name = "LimitedQuantities")
 
   92         return addonLiability;
 
  104         this.addonLiability = value;
 
  116         return hazardousGoods;
 
  128         this.hazardousGoods = value;
 
  152         this.exWorks = value;
 
  164         return limitedQuantities;
 
  176         this.limitedQuantities = value;