GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
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)
 
MondialRelayArea getMondialRelayArea ()
 
void setMondialRelayArea (MondialRelayArea value)
 

Protected Attributes

String trackID
 
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="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 60 of file ParcelData.java.

Member Function Documentation

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 194 of file ParcelData.java.

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 117 of file ParcelData.java.

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 242 of file ParcelData.java.

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 314 of file ParcelData.java.

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 338 of file ParcelData.java.

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 290 of file ParcelData.java.

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 170 of file ParcelData.java.

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 218 of file ParcelData.java.

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 266 of file ParcelData.java.

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 155 of file ParcelData.java.

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 93 of file ParcelData.java.

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 206 of file ParcelData.java.

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 129 of file ParcelData.java.

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 254 of file ParcelData.java.

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 326 of file ParcelData.java.

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 350 of file ParcelData.java.

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 302 of file ParcelData.java.

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 182 of file ParcelData.java.

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 230 of file ParcelData.java.

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 278 of file ParcelData.java.

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 105 of file ParcelData.java.

Member Data Documentation

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

Definition at line 71 of file ParcelData.java.

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

Definition at line 65 of file ParcelData.java.

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

Definition at line 75 of file ParcelData.java.

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

Definition at line 81 of file ParcelData.java.

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

Definition at line 83 of file ParcelData.java.

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

Definition at line 79 of file ParcelData.java.

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

Definition at line 69 of file ParcelData.java.

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

Definition at line 73 of file ParcelData.java.

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

Definition at line 77 of file ParcelData.java.

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

Definition at line 67 of file ParcelData.java.

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

Definition at line 63 of file ParcelData.java.


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