GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
List< String > | getShipmentUnitReference () |
BigDecimal | getWeight () |
void | setWeight (BigDecimal value) |
String | getNote1 () |
void | setNote1 (String value) |
String | getNote2 () |
void | setNote2 (String value) |
Protected Attributes | |
List< String > | shipmentUnitReference |
BigDecimal | weight |
String | note1 |
String | note2 |
Shipment attributes
Java class for PickUpShipmentUnit complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickUpShipmentUnit"> <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="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/> <element name="Note1" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Note"/> <element name="Note2" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Note"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 48 of file PickUpShipmentUnit.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.getNote1 | ( | ) |
Gets the value of the note1 property.
Definition at line 122 of file PickUpShipmentUnit.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.getNote2 | ( | ) |
Gets the value of the note2 property.
Definition at line 146 of file PickUpShipmentUnit.java.
List<String> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.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 83 of file PickUpShipmentUnit.java.
BigDecimal eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 98 of file PickUpShipmentUnit.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.setNote1 | ( | String | value | ) |
Sets the value of the note1 property.
value | allowed object is String |
Definition at line 134 of file PickUpShipmentUnit.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.setNote2 | ( | String | value | ) |
Sets the value of the note2 property.
value | allowed object is String |
Definition at line 158 of file PickUpShipmentUnit.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipmentUnit.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
value | allowed object is String |
Definition at line 110 of file PickUpShipmentUnit.java.
|
protected |
Definition at line 57 of file PickUpShipmentUnit.java.
|
protected |
Definition at line 59 of file PickUpShipmentUnit.java.
|
protected |
Definition at line 51 of file PickUpShipmentUnit.java.
|
protected |
Definition at line 55 of file PickUpShipmentUnit.java.