2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
4import java.util.ArrayList;
6import javax.xml.bind.annotation.XmlAccessType;
7import javax.xml.bind.annotation.XmlAccessorType;
8import javax.xml.bind.annotation.XmlElement;
9import 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 setTrackID(String value)
void setExchangeParcelID(String value)
void setBarcodes(Barcodes value)
void setParcelNumber(String value)
void setServiceArea(ServiceArea value)
ServiceArea getServiceArea()
void setMondialRelayArea(MondialRelayArea value)
MondialRelayArea getMondialRelayArea()
ItalianData getItalianData()
ExpressData getExpressData()
RoutingInfo getRoutingInfo()
void setPartnerParcelNumber(String value)
String getPartnerParcelNumber()
void setNDIArea(NDIArea value)
List< String > getShipmentUnitReference()
void setRoutingInfo(RoutingInfo value)
void setHandlingInformation(String value)
void setItalianData(ItalianData value)
void setExpressData(ExpressData value)
String getExchangeParcelID()
String getHandlingInformation()