GLS ShipIT  3.5.15
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData Class Reference

Public Member Functions

Shipment getShipment ()
 
void setShipment (Shipment value)
 
PrintingOptions getPrintingOptions ()
 
void setPrintingOptions (PrintingOptions value)
 
CustomContent getCustomContent ()
 
void setCustomContent (CustomContent value)
 
ReturnOptions getReturnOptions ()
 
void setReturnOptions (ReturnOptions value)
 
String getPartnerReference ()
 
void setPartnerReference (String value)
 

Protected Attributes

Shipment shipment
 
PrintingOptions printingOptions
 
CustomContent customContent
 
ReturnOptions returnOptions
 
String partnerReference
 

Detailed Description

Create shipment request attributes

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType>
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="Shipment" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Shipment"/>
        <element name="PrintingOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}PrintingOptions"/>
        <element name="CustomContent" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}CustomContent" minOccurs="0"/>
        <element name="ReturnOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnOptions" minOccurs="0"/>
      </sequence>
      <attribute name="PartnerReference" type="{http://fpcs.gls-group.eu/v1/Common}PartnerReference" />
    </restriction>
  </complexContent>
</complexType>

Definition at line 49 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

Member Function Documentation

◆ getCustomContent()

CustomContent eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getCustomContent ( )

Gets the value of the customContent property.

Returns
possible object is CustomContent

Definition at line 118 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ getPartnerReference()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getPartnerReference ( )

Gets the value of the partnerReference property.

Returns
possible object is String

Definition at line 166 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ getPrintingOptions()

PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getPrintingOptions ( )

Gets the value of the printingOptions property.

Returns
possible object is PrintingOptions

Definition at line 94 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ getReturnOptions()

ReturnOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getReturnOptions ( )

Gets the value of the returnOptions property.

Returns
possible object is ReturnOptions

Definition at line 142 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ getShipment()

Shipment eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.getShipment ( )

Gets the value of the shipment property.

Returns
possible object is Shipment

Definition at line 70 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ setCustomContent()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setCustomContent ( CustomContent  value)

Sets the value of the customContent property.

Parameters
valueallowed object is CustomContent

Definition at line 130 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ setPartnerReference()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setPartnerReference ( String  value)

Sets the value of the partnerReference property.

Parameters
valueallowed object is String

Definition at line 178 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ setPrintingOptions()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setPrintingOptions ( PrintingOptions  value)

Sets the value of the printingOptions property.

Parameters
valueallowed object is PrintingOptions

Definition at line 106 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ setReturnOptions()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setReturnOptions ( ReturnOptions  value)

Sets the value of the returnOptions property.

Parameters
valueallowed object is ReturnOptions

Definition at line 154 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

◆ setShipment()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.setShipment ( Shipment  value)

Sets the value of the shipment property.

Parameters
valueallowed object is Shipment

Definition at line 82 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentRequestData.java.

Member Data Documentation

◆ customContent

CustomContent eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.customContent
protected

◆ partnerReference

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.partnerReference
protected

◆ printingOptions

PrintingOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.printingOptions
protected

◆ returnOptions

ReturnOptions eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.returnOptions
protected

◆ shipment

Shipment eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentRequestData.shipment
protected

The documentation for this class was generated from the following file: