2package eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing;
4import javax.xml.bind.annotation.XmlAccessType;
5import javax.xml.bind.annotation.XmlAccessorType;
6import javax.xml.bind.annotation.XmlAttribute;
7import javax.xml.bind.annotation.XmlElement;
8import javax.xml.bind.annotation.XmlRootElement;
9import javax.xml.bind.annotation.XmlType;
41@XmlAccessorType(XmlAccessType.FIELD)
42@XmlType(name =
"", propOrder = {
48@XmlRootElement(name =
"ShipmentRequestData")
51 @XmlElement(name =
"Shipment", required =
true)
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;
void setCustomContent(CustomContent value)
String getPartnerReference()
CustomContent getCustomContent()
void setPrintingOptions(PrintingOptions value)
PrintingOptions getPrintingOptions()
void setReturnOptions(ReturnOptions value)
void setShipment(Shipment value)
void setPartnerReference(String value)
ReturnOptions getReturnOptions()