2package eu.glsgroup.fpcs.datatypes.soap.v1.tracking;
5import javax.xml.bind.annotation.XmlAccessType;
6import javax.xml.bind.annotation.XmlAccessorType;
7import javax.xml.bind.annotation.XmlElement;
8import javax.xml.bind.annotation.XmlSchemaType;
9import javax.xml.bind.annotation.XmlType;
10import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
11import org.w3._2001.xmlschema.Adapter2;
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 setLocation(String value)
void setStatusCode(String value)
void setCountry(String value)
void setLocationCode(String value)
void setDescription(String value)