GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter 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)
 
String getNationalParcelNumber ()
 
void setNationalParcelNumber (String value)
 
NationalParcelData getNationalParcelData ()
 
void setNationalParcelData (NationalParcelData 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
 
String nationalParcelNumber
 
NationalParcelData nationalParcelData
 
Date creationDate
 
PrintingOptions printingOptions
 
ReturnOptions returnOptions
 
CustomContent customContent
 

Detailed Description

Request (input) parameters for reprintParcel 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="NationalParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="NationalParcelData" type="{http://fpcs.gls-group.eu/v1/Common}NationalParcelData" 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 63 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

Member Function Documentation

◆ getCreationDate()

Date eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getCreationDate ( )

Gets the value of the creationDate property.

Returns
possible object is String

Definition at line 266 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getCustomContent()

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

Gets the value of the customContent property.

Returns
possible object is CustomContent

Definition at line 338 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getNationalParcelData()

NationalParcelData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getNationalParcelData ( )

Gets the value of the nationalParcelData property.

Returns
possible object is NationalParcelData

Definition at line 242 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getNationalParcelNumber()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getNationalParcelNumber ( )

Gets the value of the nationalParcelNumber property.

Returns
possible object is String

Definition at line 218 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getParcelNumber()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getParcelNumber ( )

Gets the value of the parcelNumber property.

Returns
possible object is String

Definition at line 122 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getPartnerParcelNumber()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getPartnerParcelNumber ( )

Gets the value of the partnerParcelNumber property.

Returns
possible object is String

Definition at line 194 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getPrintingOptions()

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

Gets the value of the printingOptions property.

Returns
possible object is PrintingOptions

Definition at line 290 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getReturnOptions()

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

Gets the value of the returnOptions property.

Returns
possible object is ReturnOptions

Definition at line 314 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getShipmentReference()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getShipmentReference ( )

Gets the value of the shipmentReference property.

Returns
possible object is String

Definition at line 146 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getShipmentUnitReference()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getShipmentUnitReference ( )

Gets the value of the shipmentUnitReference property.

Returns
possible object is String

Definition at line 170 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ getTrackID()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.getTrackID ( )

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 98 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setCreationDate()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setCreationDate ( Date  value)

Sets the value of the creationDate property.

Parameters
valueallowed object is String

Definition at line 278 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setCustomContent()

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

Sets the value of the customContent property.

Parameters
valueallowed object is CustomContent

Definition at line 350 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setNationalParcelData()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setNationalParcelData ( NationalParcelData  value)

Sets the value of the nationalParcelData property.

Parameters
valueallowed object is NationalParcelData

Definition at line 254 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setNationalParcelNumber()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setNationalParcelNumber ( String  value)

Sets the value of the nationalParcelNumber property.

Parameters
valueallowed object is String

Definition at line 230 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setParcelNumber()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setParcelNumber ( String  value)

Sets the value of the parcelNumber property.

Parameters
valueallowed object is String

Definition at line 134 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setPartnerParcelNumber()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setPartnerParcelNumber ( String  value)

Sets the value of the partnerParcelNumber property.

Parameters
valueallowed object is String

Definition at line 206 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setPrintingOptions()

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

Sets the value of the printingOptions property.

Parameters
valueallowed object is PrintingOptions

Definition at line 302 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setReturnOptions()

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

Sets the value of the returnOptions property.

Parameters
valueallowed object is ReturnOptions

Definition at line 326 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setShipmentReference()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setShipmentReference ( String  value)

Sets the value of the shipmentReference property.

Parameters
valueallowed object is String

Definition at line 158 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setShipmentUnitReference()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setShipmentUnitReference ( String  value)

Sets the value of the shipmentUnitReference property.

Parameters
valueallowed object is String

Definition at line 182 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

◆ setTrackID()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.setTrackID ( String  value)

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 110 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ReprintParcelRequestParameter.java.

Member Data Documentation

◆ creationDate

Date eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.creationDate
protected

◆ customContent

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

◆ nationalParcelData

NationalParcelData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.nationalParcelData
protected

◆ nationalParcelNumber

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.nationalParcelNumber
protected

◆ parcelNumber

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.parcelNumber
protected

◆ partnerParcelNumber

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.partnerParcelNumber
protected

◆ printingOptions

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

◆ returnOptions

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

◆ shipmentReference

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.shipmentReference
protected

◆ shipmentUnitReference

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.shipmentUnitReference
protected

◆ trackID

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReprintParcelRequestParameter.trackID
protected

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