2 package eu.glsgroup.fpcs.datatypes.soap.v1.tracking;
5 import javax.xml.bind.annotation.XmlAccessType;
6 import javax.xml.bind.annotation.XmlAccessorType;
7 import javax.xml.bind.annotation.XmlElement;
8 import javax.xml.bind.annotation.XmlSchemaType;
9 import javax.xml.bind.annotation.XmlType;
10 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
40 @XmlAccessorType(XmlAccessType.FIELD)
41 @XmlType(name =
"TUHistory", propOrder = {
51 @XmlElement(name =
"Date", required =
true, type = String.class)
53 @XmlSchemaType(name =
"dateTime")
55 @XmlElement(name = "LocationCode", required = true)
56 protected String locationCode;
57 @XmlElement(name = "Location", required = true)
58 protected String location;
59 @XmlElement(name = "Country", required = true)
60 protected String country;
61 @XmlElement(name = "StatusCode", required = true)
62 protected String statusCode;
63 @XmlElement(name = "Description", required = true)
64 protected String description;
74 public Date getDate() {
111 this.locationCode = value;
135 this.location = value;
159 this.country = value;
183 this.statusCode = value;
207 this.description = value;
void setDescription(String value)
void setStatusCode(String value)
void setLocation(String value)
void setLocationCode(String value)
void setCountry(String value)