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;
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;
String getPartnerParcelNumber()
void setCustomContent(CustomContent value)
PrintingOptions getPrintingOptions()
String getShipmentUnitReference()
String getShipmentReference()
void setPrintingOptions(PrintingOptions value)
void setTrackID(String value)
void setPartnerParcelNumber(String value)
void setNationalParcelData(NationalParcelData value)
void setParcelNumber(String value)
void setReturnOptions(ReturnOptions value)
String getNationalParcelNumber()
CustomContent getCustomContent()
void setNationalParcelNumber(String value)
NationalParcelData getNationalParcelData()
void setCreationDate(Date value)
void setShipmentReference(String value)
ReturnOptions getReturnOptions()
void setShipmentUnitReference(String value)