GLS ShipIT  3.5.15
GLS ShipIT - REST services
Public Member Functions | Protected Attributes | List of all members
eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter Class Reference

Public Member Functions

String getTrackID ()
 
void setTrackID (String value)
 
String getParcelNumber ()
 
void setParcelNumber (String value)
 
String getShipmentReference ()
 
void setShipmentReference (String value)
 
String getShipmentUnitReference ()
 
void setShipmentUnitReference (String value)
 
String getPartnerParcelNumber ()
 
void setPartnerParcelNumber (String value)
 
Date getCreationDate ()
 
void setCreationDate (Date value)
 
PrintingOptions getPrintingOptions ()
 
void setPrintingOptions (PrintingOptions value)
 
ReturnOptions getReturnOptions ()
 
void setReturnOptions (ReturnOptions value)
 
CustomContent getCustomContent ()
 
void setCustomContent (CustomContent value)
 

Protected Attributes

String trackID
 
String parcelNumber
 
String shipmentReference
 
String shipmentUnitReference
 
String partnerParcelNumber
 
Date creationDate
 
PrintingOptions printingOptions
 
ReturnOptions returnOptions
 
CustomContent customContent
 

Detailed Description

Request (input) parameters for relabelParcel request

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="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
        <element name="ParcelNumber" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
        <element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
        <element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" minOccurs="0"/>
        <element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="CreationDate" type="{http://www.w3.org/2001/XMLSchema}date" minOccurs="0"/>
        <element name="PrintingOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}PrintingOptions" minOccurs="0"/>
        <element name="ReturnOptions" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ReturnOptions" minOccurs="0"/>
        <element name="CustomContent" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}CustomContent" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 59 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

Member Function Documentation

◆ getCreationDate()

Date eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getCreationDate ( )

Gets the value of the creationDate property.

Returns
possible object is String

Definition at line 210 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getCustomContent()

CustomContent eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getCustomContent ( )

Gets the value of the customContent property.

Returns
possible object is CustomContent

Definition at line 282 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getParcelNumber()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getParcelNumber ( )

Gets the value of the parcelNumber property.

Returns
possible object is String

Definition at line 114 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getPartnerParcelNumber()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getPartnerParcelNumber ( )

Gets the value of the partnerParcelNumber property.

Returns
possible object is String

Definition at line 186 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getPrintingOptions()

PrintingOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getPrintingOptions ( )

Gets the value of the printingOptions property.

Returns
possible object is PrintingOptions

Definition at line 234 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getReturnOptions()

ReturnOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getReturnOptions ( )

Gets the value of the returnOptions property.

Returns
possible object is ReturnOptions

Definition at line 258 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getShipmentReference()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getShipmentReference ( )

Gets the value of the shipmentReference property.

Returns
possible object is String

Definition at line 138 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getShipmentUnitReference()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getShipmentUnitReference ( )

Gets the value of the shipmentUnitReference property.

Returns
possible object is String

Definition at line 162 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ getTrackID()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.getTrackID ( )

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 90 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setCreationDate()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setCreationDate ( Date  value)

Sets the value of the creationDate property.

Parameters
valueallowed object is String

Definition at line 222 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setCustomContent()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setCustomContent ( CustomContent  value)

Sets the value of the customContent property.

Parameters
valueallowed object is CustomContent

Definition at line 294 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setParcelNumber()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setParcelNumber ( String  value)

Sets the value of the parcelNumber property.

Parameters
valueallowed object is String

Definition at line 126 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setPartnerParcelNumber()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setPartnerParcelNumber ( String  value)

Sets the value of the partnerParcelNumber property.

Parameters
valueallowed object is String

Definition at line 198 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setPrintingOptions()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setPrintingOptions ( PrintingOptions  value)

Sets the value of the printingOptions property.

Parameters
valueallowed object is PrintingOptions

Definition at line 246 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setReturnOptions()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setReturnOptions ( ReturnOptions  value)

Sets the value of the returnOptions property.

Parameters
valueallowed object is ReturnOptions

Definition at line 270 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setShipmentReference()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setShipmentReference ( String  value)

Sets the value of the shipmentReference property.

Parameters
valueallowed object is String

Definition at line 150 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setShipmentUnitReference()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setShipmentUnitReference ( String  value)

Sets the value of the shipmentUnitReference property.

Parameters
valueallowed object is String

Definition at line 174 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

◆ setTrackID()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.setTrackID ( String  value)

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 102 of file gls_group/fpcs/v1/shipmentprocessing/types/RelabelParcelRequestParameter.java.

Member Data Documentation

◆ creationDate

Date eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.creationDate
protected

◆ customContent

CustomContent eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.customContent
protected

◆ parcelNumber

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.parcelNumber
protected

◆ partnerParcelNumber

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.partnerParcelNumber
protected

◆ printingOptions

PrintingOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.printingOptions
protected

◆ returnOptions

ReturnOptions eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.returnOptions
protected

◆ shipmentReference

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.shipmentReference
protected

◆ shipmentUnitReference

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.shipmentUnitReference
protected

◆ trackID

String eu.gls_group.fpcs.v1.shipmentprocessing.types.RelabelParcelRequestParameter.trackID
protected

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