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;
35 @XmlAccessorType(XmlAccessType.FIELD)
36 @XmlType(name =
"Consignee", propOrder = {
43 @XmlElement(name =
"ConsigneeID")
44 protected String consigneeID;
45 @XmlElement(name = "CostCenter")
46 protected String costCenter;
58 public String getConsigneeID() {
71 this.consigneeID = value;
95 this.costCenter = value;
119 this.address = value;
void setConsigneeID(String value)
void setAddress(Address value)
void setCostCenter(String value)