GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.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)
 
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
 
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="Volume" type="{http://fpcs.gls-group.eu/v1/Common}Volume" minOccurs="0"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 64 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

Member Function Documentation

◆ getFRAlphaParcelReference()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getFRAlphaParcelReference ( )

Gets the value of the frAlphaParcelReference property.

Returns
possible object is String

Definition at line 253 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getNote1()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getNote1 ( )

Gets the value of the note1 property.

Returns
possible object is String

Definition at line 176 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getNote2()

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getNote2 ( )

Gets the value of the note2 property.

Returns
possible object is String

Definition at line 200 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getParcelNumber()

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

Gets the value of the parcelNumber property.

Returns
possible object is String

Definition at line 325 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getPartnerParcelNumber()

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

Gets the value of the partnerParcelNumber property.

Returns
possible object is String

Definition at line 128 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getService()

List<UnitService> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.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 238 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getShipmentUnitReference()

List<String> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.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 113 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getTrackID()

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

Gets the value of the trackID property.

Returns
possible object is String

Definition at line 277 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getVolume()

Volume eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getVolume ( )

Gets the value of the volume property.

Returns
possible object is Volume

Definition at line 349 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ getWeight()

BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getWeight ( )

Gets the value of the weight property.

Returns
possible object is String

Definition at line 152 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ isInjected()

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.isInjected ( )

Gets the value of the injected property.

Returns
possible object is Boolean

Definition at line 301 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setFRAlphaParcelReference()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setFRAlphaParcelReference ( String  value)

Sets the value of the frAlphaParcelReference property.

Parameters
valueallowed object is String

Definition at line 265 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setInjected()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setInjected ( Boolean  value)

Sets the value of the injected property.

Parameters
valueallowed object is Boolean

Definition at line 313 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setNote1()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setNote1 ( String  value)

Sets the value of the note1 property.

Parameters
valueallowed object is String

Definition at line 188 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setNote2()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setNote2 ( String  value)

Sets the value of the note2 property.

Parameters
valueallowed object is String

Definition at line 212 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setParcelNumber()

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

Sets the value of the parcelNumber property.

Parameters
valueallowed object is String

Definition at line 337 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setPartnerParcelNumber()

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

Sets the value of the partnerParcelNumber property.

Parameters
valueallowed object is String

Definition at line 140 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setTrackID()

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

Sets the value of the trackID property.

Parameters
valueallowed object is String

Definition at line 289 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setVolume()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setVolume ( Volume  value)

Sets the value of the volume property.

Parameters
valueallowed object is Volume

Definition at line 361 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

◆ setWeight()

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setWeight ( BigDecimal  value)

Sets the value of the weight property.

Parameters
valueallowed object is String

Definition at line 164 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/ShipmentUnit.java.

Member Data Documentation

◆ frAlphaParcelReference

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.frAlphaParcelReference
protected

◆ injected

Boolean eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.injected
protected

◆ note1

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.note1
protected

◆ note2

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.note2
protected

◆ parcelNumber

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

◆ partnerParcelNumber

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

◆ service

List<UnitService> eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.service
protected

◆ shipmentUnitReference

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

◆ trackID

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

◆ volume

Volume eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.volume
protected

◆ weight

BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.weight
protected

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