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;
34 @XmlAccessorType(XmlAccessType.FIELD)
35 @XmlType(name =
"Consignee", propOrder = {
43 @XmlElement(name =
"ConsigneeID")
44 protected String consigneeID;
45 @XmlElement(name = "CostCenter")
46 protected String costCenter;
47 @XmlElement(name = "Category")
60 public String getConsigneeID() {
73 this.consigneeID = value;
97 this.costCenter = value;
121 this.category = value;
145 this.address = value;
void setConsigneeID(String value)
void setCategory(CategoryType value)
void setAddress(Address value)
void setCostCenter(String value)
CategoryType getCategory()