2package eu.gls_group.fpcs.v1.common;
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;
37@XmlAccessorType(XmlAccessType.FIELD)
38@XmlType(name =
"Consignee", propOrder = {
46 @XmlElement(name =
"ConsigneeID")
47 protected String consigneeID;
48 @XmlElement(name = "CostCenter")
49 protected String costCenter;
50 @XmlElement(name = "Category")
51 @XmlSchemaType(name = "
string")
64 public String getConsigneeID() {
77 this.consigneeID = value;
101 this.costCenter = value;
125 this.category = value;
149 this.address = value;
void setCategory(CategoryType value)
void setConsigneeID(String value)
void setAddress(Address value)
CategoryType getCategory()
void setCostCenter(String value)