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;
46 @XmlAccessorType(XmlAccessType.FIELD)
47 @XmlType(name =
"", propOrder = {
51 "shipmentUnitReference",
52 "partnerParcelNumber",
58 @XmlRootElement(name =
"RelabelParcelRequestParameter")
61 @XmlElement(name =
"TrackID")
62 protected String trackID;
63 @XmlElement(name = "ParcelNumber")
64 protected String parcelNumber;
65 @XmlElement(name = "ShipmentReference")
66 protected String shipmentReference;
67 @XmlElement(name = "ShipmentUnitReference")
68 protected String shipmentUnitReference;
69 @XmlElement(name = "PartnerParcelNumber")
70 protected String partnerParcelNumber;
71 @XmlElement(name = "CreationDate", type = String.class)
73 @XmlSchemaType(name = "date")
74 protected Date creationDate;
90 public String getTrackID() {
103 this.trackID = value;
127 this.parcelNumber = value;
139 return shipmentReference;
151 this.shipmentReference = value;
163 return shipmentUnitReference;
175 this.shipmentUnitReference = value;
187 return partnerParcelNumber;
199 this.partnerParcelNumber = value;
223 this.creationDate = value;
235 return printingOptions;
247 this.printingOptions = value;
259 return returnOptions;
271 this.returnOptions = value;
283 return customContent;
295 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 setTrackID(String value)
void setPartnerParcelNumber(String value)
String getShipmentReference()
void setCustomContent(CustomContent value)
String getPartnerParcelNumber()
void setCreationDate(Date value)
void setReturnOptions(ReturnOptions value)