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

Public Member Functions

String getTrackID ()
 
void setTrackID (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)
 

Protected Attributes

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

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="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"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 58 of file 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 190 of file 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 113 of file 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 238 of file 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 310 of file 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 286 of file 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 166 of file 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 214 of file 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 262 of file 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 151 of file 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 89 of file 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 202 of file 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 125 of file 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 250 of file 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 322 of file 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 298 of file 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 178 of file 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 226 of file 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 274 of file 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 101 of file ParcelData.java.

Member Data Documentation

◆ barcodes

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

Definition at line 69 of file ParcelData.java.

◆ exchangeParcelID

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

Definition at line 63 of file ParcelData.java.

◆ expressData

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

Definition at line 73 of file ParcelData.java.

◆ handlingInformation

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

Definition at line 79 of file ParcelData.java.

◆ ndiArea

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

Definition at line 77 of file ParcelData.java.

◆ parcelNumber

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

Definition at line 67 of file ParcelData.java.

◆ routingInfo

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

Definition at line 71 of file ParcelData.java.

◆ serviceArea

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

Definition at line 75 of file ParcelData.java.

◆ shipmentUnitReference

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

Definition at line 65 of file ParcelData.java.

◆ trackID

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

Definition at line 61 of file ParcelData.java.


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