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;
34 @XmlAccessorType(XmlAccessType.FIELD)
35 @XmlType(name =
"BelgianLuxData", propOrder = {
42 @XmlElement(name =
"Sector")
43 protected String sector;
44 @XmlElement(name = "Block")
45 protected String block;
46 @XmlElement(name = "ConsigneeType")
47 protected String consigneeType;
57 public String getSector() {
106 return consigneeType;
118 this.consigneeType = value;
void setConsigneeType(String value)
void setBlock(String value)
void setSector(String value)
String getConsigneeType()