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 org.w3._2001.xmlschema.Adapter3;
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;
void setShipmentUnitReference(String value)
void setCustomContent(CustomContent value)
void setPrintingOptions(PrintingOptions value)
void setReturnOptions(ReturnOptions value)
void setParcelNumber(String value)
ReturnOptions getReturnOptions()
void setTrackID(String value)
void setCreationDate(Date value)
void setShipmentReference(String value)
String getShipmentReference()
String getShipmentUnitReference()
void setNationalParcelNumber(String value)
void setPartnerParcelNumber(String value)
String getPartnerParcelNumber()
PrintingOptions getPrintingOptions()
CustomContent getCustomContent()
String getNationalParcelNumber()