2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
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.XmlRootElement;
9 import javax.xml.bind.annotation.XmlSchemaType;
10 import javax.xml.bind.annotation.XmlType;
11 import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
47 @XmlAccessorType(XmlAccessType.FIELD)
48 @XmlType(name =
"", propOrder = {
52 "shipmentUnitReference",
53 "partnerParcelNumber",
54 "nationalParcelNumber",
60 @XmlRootElement(name =
"RelabelParcelRequestParameter")
63 @XmlElement(name =
"TrackID")
64 protected String trackID;
65 @XmlElement(name = "ParcelNumber")
66 protected String parcelNumber;
67 @XmlElement(name = "ShipmentReference")
68 protected String shipmentReference;
69 @XmlElement(name = "ShipmentUnitReference")
70 protected String shipmentUnitReference;
71 @XmlElement(name = "PartnerParcelNumber")
72 protected String partnerParcelNumber;
73 @XmlElement(name = "NationalParcelNumber")
74 protected String nationalParcelNumber;
75 @XmlElement(name = "CreationDate", type = String.class)
77 @XmlSchemaType(name = "date")
78 protected Date creationDate;
94 public String getTrackID() {
107 this.trackID = value;
131 this.parcelNumber = value;
143 return shipmentReference;
155 this.shipmentReference = value;
167 return shipmentUnitReference;
179 this.shipmentUnitReference = value;
191 return partnerParcelNumber;
203 this.partnerParcelNumber = value;
215 return nationalParcelNumber;
227 this.nationalParcelNumber = value;
251 this.creationDate = value;
263 return printingOptions;
275 this.printingOptions = value;
287 return returnOptions;
299 this.returnOptions = value;
311 return customContent;
323 this.customContent = value;
String getShipmentReference()
void setReturnOptions(ReturnOptions value)
void setTrackID(String value)
void setCreationDate(Date value)
String getShipmentUnitReference()
void setPartnerParcelNumber(String value)
void setParcelNumber(String value)
ReturnOptions getReturnOptions()
void setNationalParcelNumber(String value)
void setCustomContent(CustomContent value)
void setShipmentReference(String value)
String getPartnerParcelNumber()
PrintingOptions getPrintingOptions()
void setShipmentUnitReference(String value)
CustomContent getCustomContent()
void setPrintingOptions(PrintingOptions value)
String getNationalParcelNumber()