2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
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;
36 @XmlAccessorType(XmlAccessType.FIELD)
37 @XmlType(name =
"Consignee", propOrder = {
45 @XmlElement(name =
"ConsigneeID")
46 protected String consigneeID;
47 @XmlElement(name = "CostCenter")
48 protected String costCenter;
49 @XmlElement(name = "Category")
62 public String getConsigneeID() {
75 this.consigneeID = value;
99 this.costCenter = value;
123 this.category = value;
147 this.address = value;