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