2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlElement;
7import javax.xml.bind.annotation.XmlSchemaType;
8import javax.xml.bind.annotation.XmlType;
9import eu.gls_group.fpcs.v1.common.ProductType;
37@XmlAccessorType(XmlAccessType.FIELD)
38@XmlType(name =
"AllowedService", propOrder = {
44 @XmlElement(name =
"ProductName")
45 @XmlSchemaType(name =
"string")
47 @XmlElement(name = "ServiceName")
48 protected String serviceName;
71 this.productName = value;
95 this.serviceName = value;
void setServiceName(String value)
void setProductName(ProductType value)