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;
 
   46 @XmlAccessorType(XmlAccessType.FIELD)
 
   47 @XmlType(name = 
"ParcelData", propOrder = {
 
   50     "shipmentUnitReference",
 
   57     "handlingInformation",
 
   62     @XmlElement(name = 
"TrackID", required = 
true)
 
   63     protected String trackID;
 
   64     @XmlElement(name = "ExchangeParcelID")
 
   65     protected String exchangeParcelID;
 
   66     @XmlElement(name = "ShipmentUnitReference")
 
   67     protected List<String> shipmentUnitReference;
 
   68     @XmlElement(name = "ParcelNumber", required = true)
 
   69     protected String parcelNumber;
 
   80     @XmlElement(name = "HandlingInformation")
 
   81     protected String handlingInformation;
 
   93     public String getTrackID() {
 
  106         this.trackID = value;
 
  118         return exchangeParcelID;
 
  130         this.exchangeParcelID = value;
 
  156         if (shipmentUnitReference == null) {
 
  157             shipmentUnitReference = 
new ArrayList<String>();
 
  159         return this.shipmentUnitReference;
 
  183         this.parcelNumber = value;
 
  207         this.barcodes = value;
 
  231         this.routingInfo = value;
 
  255         this.expressData = value;
 
  279         this.serviceArea = value;
 
  303         this.ndiArea = value;
 
  315         return handlingInformation;
 
  327         this.handlingInformation = value;
 
  339         return mondialRelayArea;
 
  351         this.mondialRelayArea = value;