2 package eu.gls_group.fpcs.v1.shipmentprocessing.types;
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;
ReturnOptions getReturnOptions()
void setPrintingOptions(PrintingOptions value)
String getShipmentUnitReference()
PrintingOptions getPrintingOptions()
void setShipmentUnitReference(String value)
void setShipmentReference(String value)
void setParcelNumber(String value)
CustomContent getCustomContent()
void setNationalParcelNumber(String value)
void setTrackID(String value)
void setPartnerParcelNumber(String value)
String getShipmentReference()
void setCustomContent(CustomContent value)
String getPartnerParcelNumber()
String getNationalParcelNumber()
void setCreationDate(Date value)
void setReturnOptions(ReturnOptions value)