2package eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlType;
8import eu.gls_group.fpcs.v1.common.ShopReturnService;
35@XmlAccessorType(XmlAccessType.FIELD)
36@XmlType(name =
"Service", propOrder = {
41 @XmlElement(name =
"ShopReturn")
65 this.shopReturn = value;
void setShopReturn(ShopReturnService value)