GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit Class Reference

Public Member Functions

List< String > getShipmentUnitReference ()
 
String getPartnerParcelNumber ()
 
void setPartnerParcelNumber (String value)
 
BigDecimal getWeight ()
 
void setWeight (BigDecimal value)
 
String getNote1 ()
 
void setNote1 (String value)
 
String getNote2 ()
 
void setNote2 (String value)
 
List< UnitServicegetService ()
 
String getFRAlphaParcelReference ()
 
void setFRAlphaParcelReference (String value)
 
String getTrackID ()
 
void setTrackID (String value)
 
Boolean isInjected ()
 
void setInjected (Boolean value)
 
String getParcelNumber ()
 
void setParcelNumber (String value)
 
NationalParcelData getNationalParcelData ()
 
void setNationalParcelData (NationalParcelData value)
 
Volume getVolume ()
 
void setVolume (Volume value)
 

Protected Attributes

List< String > shipmentUnitReference
 
String partnerParcelNumber
 
BigDecimal weight
 
String note1
 
String note2
 
List< UnitServiceservice
 
String frAlphaParcelReference
 
String trackID
 
Boolean injected
 
String parcelNumber
 
NationalParcelData nationalParcelData
 
Volume volume
 

Detailed Description

Shipment unit attributes

Java class for ShipmentUnit complex type.

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

<complexType name="ShipmentUnit">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="ShipmentUnitReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
        <element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
        <element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight" minOccurs="0"/>
        <element name="Note1" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Note" minOccurs="0"/>
        <element name="Note2" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Note" minOccurs="0"/>
        <element name="Service" type="{http://fpcs.gls-group.eu/v1/Common}UnitService" maxOccurs="unbounded" minOccurs="0"/>
        <element name="FRAlphaParcelReference" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}FRAlphaParcelReference" minOccurs="0"/>
        <element ref="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}TrackID" minOccurs="0"/>
        <element name="injected" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
        <element name="ParcelNumber" 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="Volume" type="{http://fpcs.gls-group.eu/v1/Common}Volume" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 67 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

Member Function Documentation

◆ getFRAlphaParcelReference()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getFRAlphaParcelReference ( )

Gets the value of the frAlphaParcelReference property.

Returns
possible object is String

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

◆ getNationalParcelData()

NationalParcelData eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getNationalParcelData ( )

Gets the value of the nationalParcelData property.

Returns
possible object is NationalParcelData

Definition at line 354 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getNote1()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getNote1 ( )

Gets the value of the note1 property.

Returns
possible object is String

Definition at line 181 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getNote2()

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getNote2 ( )

Gets the value of the note2 property.

Returns
possible object is String

Definition at line 205 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getParcelNumber()

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

Gets the value of the parcelNumber property.

Returns
possible object is String

Definition at line 330 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getPartnerParcelNumber()

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

Gets the value of the partnerParcelNumber property.

Returns
possible object is String

Definition at line 133 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getService()

List< UnitService > eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getService ( )

Gets the value of the service 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 service property.

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

   getService().add(newItem);

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

Definition at line 243 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getShipmentUnitReference()

List< String > eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.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 118 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getTrackID()

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

Gets the value of the trackID property.

Returns
possible object is String

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

◆ getVolume()

Volume eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getVolume ( )

Gets the value of the volume property.

Returns
possible object is Volume

Definition at line 378 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ getWeight()

BigDecimal eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.getWeight ( )

Gets the value of the weight property.

Returns
possible object is String

Definition at line 157 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ isInjected()

Boolean eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.isInjected ( )

Gets the value of the injected property.

Returns
possible object is Boolean

Definition at line 306 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setFRAlphaParcelReference()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setFRAlphaParcelReference ( String  value)

Sets the value of the frAlphaParcelReference property.

Parameters
valueallowed object is String

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

◆ setInjected()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setInjected ( Boolean  value)

Sets the value of the injected property.

Parameters
valueallowed object is Boolean

Definition at line 318 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setNationalParcelData()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setNationalParcelData ( NationalParcelData  value)

Sets the value of the nationalParcelData property.

Parameters
valueallowed object is NationalParcelData

Definition at line 366 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setNote1()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setNote1 ( String  value)

Sets the value of the note1 property.

Parameters
valueallowed object is String

Definition at line 193 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setNote2()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setNote2 ( String  value)

Sets the value of the note2 property.

Parameters
valueallowed object is String

Definition at line 217 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setParcelNumber()

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

Sets the value of the parcelNumber property.

Parameters
valueallowed object is String

Definition at line 342 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setPartnerParcelNumber()

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

Sets the value of the partnerParcelNumber property.

Parameters
valueallowed object is String

Definition at line 145 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setTrackID()

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

Sets the value of the trackID property.

Parameters
valueallowed object is String

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

◆ setVolume()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setVolume ( Volume  value)

Sets the value of the volume property.

Parameters
valueallowed object is Volume

Definition at line 390 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

◆ setWeight()

void eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.setWeight ( BigDecimal  value)

Sets the value of the weight property.

Parameters
valueallowed object is String

Definition at line 169 of file gls_group/fpcs/v1/shipmentprocessing/types/ShipmentUnit.java.

Member Data Documentation

◆ frAlphaParcelReference

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.frAlphaParcelReference
protected

◆ injected

Boolean eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.injected
protected

◆ nationalParcelData

NationalParcelData eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.nationalParcelData
protected

◆ note1

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.note1
protected

◆ note2

String eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.note2
protected

◆ parcelNumber

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

◆ partnerParcelNumber

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

◆ service

List<UnitService> eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.service
protected

◆ shipmentUnitReference

List<String> eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.shipmentUnitReference
protected

◆ trackID

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

◆ volume

Volume eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.volume
protected

◆ weight

BigDecimal eu.gls_group.fpcs.v1.shipmentprocessing.types.ShipmentUnit.weight
protected

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