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;
    38 @XmlAccessorType(XmlAccessType.FIELD)
    39 @XmlType(name = 
"", propOrder = {
    45 @XmlRootElement(name = 
"ShipmentRequestData")
    48     @XmlElement(name = 
"Shipment", required = 
true)
    51     protected PrintingOptions printingOptions;
    56     @XmlAttribute(name = "PartnerReference")
    57     protected String partnerReference;
    80         this.shipment = value;
    92         return printingOptions;
   104         this.printingOptions = value;
   116         return customContent;
   128         this.customContent = value;
   140         return returnOptions;
   152         this.returnOptions = value;
   164         return partnerReference;
   176         this.partnerReference = value;
 
ReturnOptions getReturnOptions()
 
PrintingOptions getPrintingOptions()
 
void setPrintingOptions(PrintingOptions value)
 
void setCustomContent(CustomContent value)
 
void setReturnOptions(ReturnOptions value)
 
CustomContent getCustomContent()
 
void setShipment(Shipment value)
 
String getPartnerReference()
 
void setPartnerReference(String value)