2package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
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 setNationalParcelNumber(String value)
String getNationalParcelNumber()
void setReturnOptions(ReturnOptions value)
void setShipmentUnitReference(String value)
String getPartnerParcelNumber()
void setCreationDate(Date value)
PrintingOptions getPrintingOptions()
void setCustomContent(CustomContent value)
String getShipmentUnitReference()
void setPartnerParcelNumber(String value)
CustomContent getCustomContent()
String getShipmentReference()
ReturnOptions getReturnOptions()
void setParcelNumber(String value)
void setShipmentReference(String value)
void setTrackID(String value)
void setPrintingOptions(PrintingOptions value)