2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
 
    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;
 
    8 import eu.glsgroup.fpcs.datatypes.soap.v1.common.ProductType;
 
   36 @XmlAccessorType(XmlAccessType.FIELD)
 
   37 @XmlType(name = 
"AllowedService", propOrder = {
 
   43     @XmlElement(name = 
"ProductName")
 
   45     @XmlElement(name = "ServiceName")
 
   46     protected String serviceName;
 
   69         this.productName = value;
 
   93         this.serviceName = value;