2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
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 setNDIArea(NDIArea value)
String getExchangeParcelID()
void setServiceArea(ServiceArea value)
RoutingInfo getRoutingInfo()
void setBarcodes(Barcodes value)
MondialRelayArea getMondialRelayArea()
void setTrackID(String value)
void setMondialRelayArea(MondialRelayArea value)
String getHandlingInformation()
String getPartnerParcelNumber()
void setRoutingInfo(RoutingInfo value)
void setExpressData(ExpressData value)
void setParcelNumber(String value)
ExpressData getExpressData()
ServiceArea getServiceArea()
List< String > getShipmentUnitReference()
void setHandlingInformation(String value)
void setItalianData(ItalianData value)
ItalianData getItalianData()
void setPartnerParcelNumber(String value)
void setExchangeParcelID(String value)