2 package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
 
    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;
 
   35 @XmlAccessorType(XmlAccessType.FIELD)
 
   36 @XmlType(name = 
"PrintingOptions", propOrder = {
 
   43     @XmlElement(name = 
"ReturnLabels")
 
   45     @XmlElement(name = "UseDefault")
 
   46     protected String useDefault;
 
   71         this.returnLabels = value;
 
   95         this.useDefault = value;
 
  107         return definePrinter;
 
  119         this.definePrinter = value;