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.XmlRootElement;
 
   10 import javax.xml.bind.annotation.XmlType;
 
   37 @XmlAccessorType(XmlAccessType.FIELD)
 
   38 @XmlType(name = 
"", propOrder = {
 
   41 @XmlRootElement(name = 
"AllowedServicesResponse")
 
   44     @XmlElement(name = 
"AllowedServices")
 
   70         if (allowedServices == null) {
 
   71             allowedServices = 
new ArrayList<AllowedService>();
 
   73         return this.allowedServices;