GLS ShipIT  2.7.11
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://www.w3.org/2001/XMLSchema}string" />
    </restriction>
  </complexContent>
</complexType>

Definition at line 49 of file 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 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 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 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 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 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 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 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 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 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 ShipmentRequestData.java.

Member Data Documentation

◆ customContent

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

Definition at line 56 of file ShipmentRequestData.java.

◆ partnerReference

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

Definition at line 60 of file ShipmentRequestData.java.

◆ printingOptions

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

Definition at line 54 of file ShipmentRequestData.java.

◆ returnOptions

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

Definition at line 58 of file ShipmentRequestData.java.

◆ shipment

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

Definition at line 52 of file ShipmentRequestData.java.


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