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;
36 @XmlAccessorType(XmlAccessType.FIELD)
37 @XmlType(name =
"UnitService", propOrder = {
46 @XmlElement(name =
"Cash")
48 @XmlElement(name = "AddonLiability")
50 @XmlElement(name = "HazardousGoods")
52 @XmlElement(name = "ExWorks")
54 @XmlElement(name = "LimitedQuantities")
90 return addonLiability;
102 this.addonLiability = value;
114 return hazardousGoods;
126 this.hazardousGoods = value;
150 this.exWorks = value;
162 return limitedQuantities;
174 this.limitedQuantities = value;
void setLimitedQuantities(LimitedQuantitiesService value)
LimitedQuantitiesService getLimitedQuantities()
AddOnLiabilityService getAddonLiability()
void setCash(CashService value)
HazardousGoodsService getHazardousGoods()
ExWorksService getExWorks()
void setExWorks(ExWorksService value)
void setHazardousGoods(HazardousGoodsService value)
void setAddonLiability(AddOnLiabilityService value)