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