2 package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4 import java.util.ArrayList;
6 import javax.xml.bind.annotation.XmlAccessType;
7 import javax.xml.bind.annotation.XmlAccessorType;
8 import javax.xml.bind.annotation.XmlElement;
9 import javax.xml.bind.annotation.XmlType;
48 @XmlAccessorType(XmlAccessType.FIELD)
49 @XmlType(name =
"ParcelData", propOrder = {
51 "partnerParcelNumber",
53 "shipmentUnitReference",
61 "handlingInformation",
66 @XmlElement(name =
"TrackID", required =
true)
67 protected String trackID;
68 @XmlElement(name = "PartnerParcelNumber")
69 protected String partnerParcelNumber;
70 @XmlElement(name = "ExchangeParcelID")
71 protected String exchangeParcelID;
72 @XmlElement(name = "ShipmentUnitReference")
73 protected List<String> shipmentUnitReference;
74 @XmlElement(name = "ParcelNumber", required = true)
75 protected String parcelNumber;
88 @XmlElement(name = "HandlingInformation")
89 protected String handlingInformation;
101 public String getTrackID() {
114 this.trackID = value;
126 return partnerParcelNumber;
138 this.partnerParcelNumber = value;
150 return exchangeParcelID;
162 this.exchangeParcelID = value;
188 if (shipmentUnitReference == null) {
189 shipmentUnitReference =
new ArrayList<String>();
191 return this.shipmentUnitReference;
215 this.parcelNumber = value;
239 this.barcodes = value;
263 this.italianData = value;
287 this.routingInfo = value;
311 this.expressData = value;
335 this.serviceArea = value;
359 this.ndiArea = value;
371 return handlingInformation;
383 this.handlingInformation = value;
395 return mondialRelayArea;
407 this.mondialRelayArea = value;
void setItalianData(ItalianData value)
void setPartnerParcelNumber(String value)
ServiceArea getServiceArea()
void setBarcodes(Barcodes value)
void setServiceArea(ServiceArea value)
void setHandlingInformation(String value)
void setParcelNumber(String value)
List< String > getShipmentUnitReference()
MondialRelayArea getMondialRelayArea()
ItalianData getItalianData()
ExpressData getExpressData()
RoutingInfo getRoutingInfo()
void setExpressData(ExpressData value)
String getHandlingInformation()
void setMondialRelayArea(MondialRelayArea value)
String getPartnerParcelNumber()
void setNDIArea(NDIArea value)
void setRoutingInfo(RoutingInfo value)
String getExchangeParcelID()
void setTrackID(String value)
void setExchangeParcelID(String value)