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.XmlAttribute;
7 import javax.xml.bind.annotation.XmlElement;
8 import javax.xml.bind.annotation.XmlRootElement;
9 import javax.xml.bind.annotation.XmlType;
41 @XmlAccessorType(XmlAccessType.FIELD)
42 @XmlType(name =
"", propOrder = {
48 @XmlRootElement(name =
"ShipmentRequestData")
51 @XmlElement(name =
"Shipment", required =
true)
54 protected PrintingOptions printingOptions;
59 @XmlAttribute(name = "PartnerReference")
60 protected String partnerReference;
83 this.shipment = value;
95 return printingOptions;
107 this.printingOptions = value;
119 return customContent;
131 this.customContent = value;
143 return returnOptions;
155 this.returnOptions = value;
167 return partnerReference;
179 this.partnerReference = value;