2package eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing;
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;
9import eu.gls_group.fpcs.v1.common.CategoryType;
38@XmlAccessorType(XmlAccessType.FIELD)
39@XmlType(name =
"Consignee", propOrder = {
47 @XmlElement(name =
"ConsigneeID")
48 protected String consigneeID;
49 @XmlElement(name = "CostCenter")
50 protected String costCenter;
51 @XmlElement(name = "Category")
52 @XmlSchemaType(name = "
string")
65 public String getConsigneeID() {
78 this.consigneeID = value;
102 this.costCenter = value;
126 this.category = value;
150 this.address = value;
void setConsigneeID(String value)
CategoryType getCategory()
void setAddress(Address value)
void setCostCenter(String value)
void setCategory(CategoryType value)