2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
5import javax.xml.bind.annotation.XmlAccessType;
6import javax.xml.bind.annotation.XmlAccessorType;
7import javax.xml.bind.annotation.XmlElement;
8import javax.xml.bind.annotation.XmlRootElement;
9import javax.xml.bind.annotation.XmlSchemaType;
10import javax.xml.bind.annotation.XmlType;
11import javax.xml.bind.annotation.adapters.XmlJavaTypeAdapter;
12import eu.gls_group.fpcs.v1.common.NationalParcelData;
13import org.w3._2001.xmlschema.Adapter3;
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 setNationalParcelData(NationalParcelData value)
void setCreationDate(Date value)
PrintingOptions getPrintingOptions()
void setTrackID(String value)
ReturnOptions getReturnOptions()
void setNationalParcelNumber(String value)
void setShipmentUnitReference(String value)
void setPrintingOptions(PrintingOptions value)
void setParcelNumber(String value)
void setReturnOptions(ReturnOptions value)
CustomContent getCustomContent()
void setShipmentReference(String value)
String getShipmentReference()
NationalParcelData getNationalParcelData()
String getShipmentUnitReference()
String getPartnerParcelNumber()
void setCustomContent(CustomContent value)
String getNationalParcelNumber()
void setPartnerParcelNumber(String value)