2 package eu.glsgroup.fpcs.datatypes.soap.v2.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.XmlRootElement;
8 import javax.xml.bind.annotation.XmlType;
36 @XmlAccessorType(XmlAccessType.FIELD)
37 @XmlType(name =
"", propOrder = {
42 @XmlRootElement(name =
"CreateReturnRequestParameter")
45 @XmlElement(name =
"Shipment", required =
true)
48 protected PrintingOptions printingOptions;
73 this.shipment = value;
85 return printingOptions;
97 this.printingOptions = value;
109 return customContent;
121 this.customContent = value;
CustomContent getCustomContent()
void setPrintingOptions(PrintingOptions value)
void setCustomContent(CustomContent value)
PrintingOptions getPrintingOptions()
void setShipment(ReturnShipment value)