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