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;
47 @XmlAccessorType(XmlAccessType.FIELD)
48 @XmlType(name =
"ParcelData", propOrder = {
50 "partnerParcelNumber",
52 "shipmentUnitReference",
59 "handlingInformation",
64 @XmlElement(name =
"TrackID", required =
true)
65 protected String trackID;
66 @XmlElement(name = "PartnerParcelNumber")
67 protected String partnerParcelNumber;
68 @XmlElement(name = "ExchangeParcelID")
69 protected String exchangeParcelID;
70 @XmlElement(name = "ShipmentUnitReference")
71 protected List<String> shipmentUnitReference;
72 @XmlElement(name = "ParcelNumber", required = true)
73 protected String parcelNumber;
84 @XmlElement(name = "HandlingInformation")
85 protected String handlingInformation;
97 public String getTrackID() {
110 this.trackID = value;
122 return partnerParcelNumber;
134 this.partnerParcelNumber = value;
146 return exchangeParcelID;
158 this.exchangeParcelID = value;
184 if (shipmentUnitReference == null) {
185 shipmentUnitReference =
new ArrayList<String>();
187 return this.shipmentUnitReference;
211 this.parcelNumber = value;
235 this.barcodes = value;
259 this.routingInfo = value;
283 this.expressData = value;
307 this.serviceArea = value;
331 this.ndiArea = value;
343 return handlingInformation;
355 this.handlingInformation = value;
367 return mondialRelayArea;
379 this.mondialRelayArea = 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()
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)