2 package eu.glsgroup.fpcs.datatypes.soap.v1.tracking;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlSchemaType;
10 import javax.xml.bind.annotation.XmlType;
11 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
12 import java.util.Date;
39 @XmlAccessorType(XmlAccessType.FIELD)
40 @XmlType(name =
"TUHistory", propOrder = {
50 @XmlElement(name =
"Date", required =
true, type = String.class)
52 @XmlSchemaType(name =
"dateTime")
54 @XmlElement(name = "LocationCode", required = true)
55 protected String locationCode;
56 @XmlElement(name = "Location", required = true)
57 protected String location;
58 @XmlElement(name = "Country", required = true)
59 protected String country;
60 @XmlElement(name = "StatusCode", required = true)
61 protected String statusCode;
62 @XmlElement(name = "Description", required = true)
63 protected String description;
73 public Date getDate() {
110 this.locationCode = value;
134 this.location = value;
158 this.country = value;
182 this.statusCode = value;
206 this.description = value;
void setDescription(String value)
void setStatusCode(String value)
void setLocation(String value)
void setLocationCode(String value)
void setCountry(String value)