2 package eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing;
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.XmlSchemaType;
8 import javax.xml.bind.annotation.XmlType;
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 setCategory(CategoryType value)
void setAddress(Address value)
void setCostCenter(String value)