2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlType;
35 @XmlAccessorType(XmlAccessType.FIELD)
36 @XmlType(name =
"AllowedService", propOrder = {
42 @XmlElement(name =
"ProductName")
44 @XmlElement(name = "ServiceName")
45 protected String serviceName;
68 this.productName = value;
92 this.serviceName = value;
void setProductName(ProductType value)
void setServiceName(String value)