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.ParcelData Class Reference

Public Member Functions

String getTrackID ()
 
void setTrackID (String value)
 
String getPartnerParcelNumber ()
 
void setPartnerParcelNumber (String value)
 
String getExchangeParcelID ()
 
void setExchangeParcelID (String value)
 
List< String > getShipmentUnitReference ()
 
String getParcelNumber ()
 
void setParcelNumber (String value)
 
Barcodes getBarcodes ()
 
void setBarcodes (Barcodes value)
 
RoutingInfo getRoutingInfo ()
 
void setRoutingInfo (RoutingInfo value)
 
ExpressData getExpressData ()
 
void setExpressData (ExpressData value)
 
ServiceArea getServiceArea ()
 
void setServiceArea (ServiceArea value)
 
NDIArea getNDIArea ()
 
void setNDIArea (NDIArea value)
 
String getHandlingInformation ()
 
void setHandlingInformation (String value)
 
MondialRelayArea getMondialRelayArea ()
 
void setMondialRelayArea (MondialRelayArea value)
 

Protected Attributes

String trackID
 
String partnerParcelNumber
 
String exchangeParcelID
 
List< String > shipmentUnitReference
 
String parcelNumber
 
Barcodes barcodes
 
RoutingInfo routingInfo
 
ExpressData expressData
 
ServiceArea serviceArea
 
NDIArea ndiArea
 
String handlingInformation
 
MondialRelayArea mondialRelayArea
 

Detailed Description

Parcel data being returned from createShipment request (meta data, label, pdf, ...)

Java class for ParcelData complex type.

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

<complexType name="ParcelData">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="TrackID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber"/>
        <element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="ExchangeParcelID" type="{http://fpcs.gls-group.eu/v1/Common}ReferenceNumber" minOccurs="0"/>
        <element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
        <element name="ParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string"/>
        <element name="Barcodes" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Barcodes" minOccurs="0"/>
        <element name="RoutingInfo" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}RoutingInfo" minOccurs="0"/>
        <element name="ExpressData" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ExpressData" minOccurs="0"/>
        <element name="ServiceArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}ServiceArea" minOccurs="0"/>
        <element name="NDIArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}NDIArea" minOccurs="0"/>
        <element name="HandlingInformation" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="MondialRelayArea" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}MondialRelayArea" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 62 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

Member Function Documentation

◆ getBarcodes()

Barcodes eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getBarcodes ( )

Gets the value of the barcodes property.

Returns
possible object is Barcodes

Definition at line 222 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getExchangeParcelID()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getExchangeParcelID ( )

Gets the value of the exchangeParcelID property.

Returns
possible object is String

Definition at line 145 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getExpressData()

ExpressData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getExpressData ( )

Gets the value of the expressData property.

Returns
possible object is ExpressData

Definition at line 270 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getHandlingInformation()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getHandlingInformation ( )

Gets the value of the handlingInformation property.

Returns
possible object is String

Definition at line 342 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getMondialRelayArea()

MondialRelayArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getMondialRelayArea ( )

Gets the value of the mondialRelayArea property.

Returns
possible object is MondialRelayArea

Definition at line 366 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getNDIArea()

NDIArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getNDIArea ( )

Gets the value of the ndiArea property.

Returns
possible object is NDIArea

Definition at line 318 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getParcelNumber()

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

Gets the value of the parcelNumber property.

Returns
possible object is String

Definition at line 198 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getPartnerParcelNumber()

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

Gets the value of the partnerParcelNumber property.

Returns
possible object is String

Definition at line 121 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getRoutingInfo()

RoutingInfo eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getRoutingInfo ( )

Gets the value of the routingInfo property.

Returns
possible object is RoutingInfo

Definition at line 246 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getServiceArea()

ServiceArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getServiceArea ( )

Gets the value of the serviceArea property.

Returns
possible object is ServiceArea

Definition at line 294 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getShipmentUnitReference()

List<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.getShipmentUnitReference ( )

Gets the value of the shipmentUnitReference property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the shipmentUnitReference property.

For example, to add a new item, do as follows:

   getShipmentUnitReference().add(newItem);

Objects of the following type(s) are allowed in the list String

Definition at line 183 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ getTrackID()

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

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 97 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setBarcodes()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setBarcodes ( Barcodes  value)

Sets the value of the barcodes property.

Parameters
valueallowed object is Barcodes

Definition at line 234 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setExchangeParcelID()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setExchangeParcelID ( String  value)

Sets the value of the exchangeParcelID property.

Parameters
valueallowed object is String

Definition at line 157 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setExpressData()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setExpressData ( ExpressData  value)

Sets the value of the expressData property.

Parameters
valueallowed object is ExpressData

Definition at line 282 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setHandlingInformation()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setHandlingInformation ( String  value)

Sets the value of the handlingInformation property.

Parameters
valueallowed object is String

Definition at line 354 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setMondialRelayArea()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setMondialRelayArea ( MondialRelayArea  value)

Sets the value of the mondialRelayArea property.

Parameters
valueallowed object is MondialRelayArea

Definition at line 378 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setNDIArea()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setNDIArea ( NDIArea  value)

Sets the value of the ndiArea property.

Parameters
valueallowed object is NDIArea

Definition at line 330 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setParcelNumber()

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

Sets the value of the parcelNumber property.

Parameters
valueallowed object is String

Definition at line 210 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setPartnerParcelNumber()

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

Sets the value of the partnerParcelNumber property.

Parameters
valueallowed object is String

Definition at line 133 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setRoutingInfo()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setRoutingInfo ( RoutingInfo  value)

Sets the value of the routingInfo property.

Parameters
valueallowed object is RoutingInfo

Definition at line 258 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setServiceArea()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.setServiceArea ( ServiceArea  value)

Sets the value of the serviceArea property.

Parameters
valueallowed object is ServiceArea

Definition at line 306 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

◆ setTrackID()

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

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 109 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ParcelData.java.

Member Data Documentation

◆ barcodes

Barcodes eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.barcodes
protected

◆ exchangeParcelID

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.exchangeParcelID
protected

◆ expressData

ExpressData eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.expressData
protected

◆ handlingInformation

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.handlingInformation
protected

◆ mondialRelayArea

MondialRelayArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.mondialRelayArea
protected

◆ ndiArea

NDIArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.ndiArea
protected

◆ parcelNumber

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

◆ partnerParcelNumber

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

◆ routingInfo

RoutingInfo eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.routingInfo
protected

◆ serviceArea

ServiceArea eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.serviceArea
protected

◆ shipmentUnitReference

List<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ParcelData.shipmentUnitReference
protected

◆ trackID

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

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