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;
    45 @XmlAccessorType(XmlAccessType.FIELD)
    46 @XmlType(name = 
"ParcelData", propOrder = {
    49     "shipmentUnitReference",
    60     @XmlElement(name = 
"TrackID", required = 
true)
    61     protected String trackID;
    62     @XmlElement(name = "ExchangeParcelID")
    63     protected String exchangeParcelID;
    64     @XmlElement(name = "ShipmentUnitReference")
    65     protected List<String> shipmentUnitReference;
    66     @XmlElement(name = "ParcelNumber", required = true)
    67     protected String parcelNumber;
    78     @XmlElement(name = "HandlingInformation")
    79     protected String handlingInformation;
    89     public String getTrackID() {
   102         this.trackID = value;
   114         return exchangeParcelID;
   126         this.exchangeParcelID = value;
   152         if (shipmentUnitReference == null) {
   153             shipmentUnitReference = 
new ArrayList<String>();
   155         return this.shipmentUnitReference;
   179         this.parcelNumber = value;
   203         this.barcodes = value;
   227         this.routingInfo = value;
   251         this.expressData = value;
   275         this.serviceArea = value;
   299         this.ndiArea = value;
   311         return handlingInformation;
   323         this.handlingInformation = value;
 void setNDIArea(NDIArea value)
 
String getExchangeParcelID()
 
void setServiceArea(ServiceArea value)
 
RoutingInfo getRoutingInfo()
 
void setBarcodes(Barcodes value)
 
void setTrackID(String value)
 
String getHandlingInformation()
 
void setRoutingInfo(RoutingInfo value)
 
void setExpressData(ExpressData value)
 
void setParcelNumber(String value)
 
ExpressData getExpressData()
 
ServiceArea getServiceArea()
 
List< String > getShipmentUnitReference()
 
void setHandlingInformation(String value)
 
void setExchangeParcelID(String value)