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;
48 @XmlAccessorType(XmlAccessType.FIELD)
49 @XmlType(name =
"", propOrder = {
53 "shipmentUnitReference",
54 "partnerParcelNumber",
55 "nationalParcelNumber",
62 @XmlRootElement(name =
"ReprintParcelRequestParameter")
65 @XmlElement(name =
"TrackID")
66 protected String trackID;
67 @XmlElement(name = "ParcelNumber")
68 protected String parcelNumber;
69 @XmlElement(name = "ShipmentReference")
70 protected String shipmentReference;
71 @XmlElement(name = "ShipmentUnitReference")
72 protected String shipmentUnitReference;
73 @XmlElement(name = "PartnerParcelNumber")
74 protected String partnerParcelNumber;
75 @XmlElement(name = "NationalParcelNumber")
76 protected String nationalParcelNumber;
79 @XmlElement(name = "CreationDate", type = String.class)
81 @XmlSchemaType(name = "date")
82 protected Date creationDate;
98 public String getTrackID() {
111 this.trackID = value;
135 this.parcelNumber = value;
147 return shipmentReference;
159 this.shipmentReference = value;
171 return shipmentUnitReference;
183 this.shipmentUnitReference = value;
195 return partnerParcelNumber;
207 this.partnerParcelNumber = value;
219 return nationalParcelNumber;
231 this.nationalParcelNumber = value;
243 return nationalParcelData;
255 this.nationalParcelData = value;
279 this.creationDate = value;
291 return printingOptions;
303 this.printingOptions = value;
315 return returnOptions;
327 this.returnOptions = value;
339 return customContent;
351 this.customContent = value;
void setParcelNumber(String value)
String getShipmentUnitReference()
String getNationalParcelNumber()
CustomContent getCustomContent()
void setShipmentUnitReference(String value)
String getShipmentReference()
void setReturnOptions(ReturnOptions value)
void setPartnerParcelNumber(String value)
void setPrintingOptions(PrintingOptions value)
ReturnOptions getReturnOptions()
PrintingOptions getPrintingOptions()
void setCustomContent(CustomContent value)
void setNationalParcelData(NationalParcelData value)
String getPartnerParcelNumber()
void setNationalParcelNumber(String value)
void setTrackID(String value)
void setCreationDate(Date value)
void setShipmentReference(String value)
NationalParcelData getNationalParcelData()