2 package eu.glsgroup.fpcs.datatypes.soap.v1.common;
 
    4 import javax.xml.bind.annotation.XmlAccessType;
 
    5 import javax.xml.bind.annotation.XmlAccessorType;
 
    6 import javax.xml.bind.annotation.XmlElement;
 
    7 import javax.xml.bind.annotation.XmlType;
 
   36 @XmlAccessorType(XmlAccessType.FIELD)
 
   37 @XmlType(name = 
"Shipper", propOrder = {
 
   39     "alternativeShipperAddress",
 
   40     "frAlphaCustomerReference" 
   44     @XmlElement(name = 
"ContactID", required = 
true)
 
   45     protected String contactID;
 
   46     @XmlElement(name = "AlternativeShipperAddress")
 
   47     protected 
Address alternativeShipperAddress;
 
   48     @XmlElement(name = "FRAlphaCustomerReference")
 
   49     protected String frAlphaCustomerReference;
 
   59     public String getContactID() {
 
   72         this.contactID = value;
 
   84         return alternativeShipperAddress;
 
   96         this.alternativeShipperAddress = value;
 
  108         return frAlphaCustomerReference;
 
  120         this.frAlphaCustomerReference = value;