|
GLS ShipIT
3.3.20
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) |
| List< UnitService > | getService () |
| String | getFRAlphaParcelReference () |
| void | setFRAlphaParcelReference (String value) |
| String | getTrackID () |
| void | setTrackID (String value) |
| String | getParcelNumber () |
| void | setParcelNumber (String value) |
| Volume | getVolume () |
| void | setVolume (Volume value) |
Protected Attributes | |
| List< String > | shipmentUnitReference |
| BigDecimal | weight |
| String | note1 |
| String | note2 |
| List< UnitService > | service |
| String | frAlphaParcelReference |
| String | trackID |
| String | parcelNumber |
| Volume | volume |
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="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="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 60 of file ShipmentUnit.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getFRAlphaParcelReference | ( | ) |
Gets the value of the frAlphaParcelReference property.
Definition at line 221 of file ShipmentUnit.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getNote1 | ( | ) |
Gets the value of the note1 property.
Definition at line 144 of file ShipmentUnit.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getNote2 | ( | ) |
Gets the value of the note2 property.
Definition at line 168 of file ShipmentUnit.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getParcelNumber | ( | ) |
Gets the value of the parcelNumber property.
Definition at line 269 of file ShipmentUnit.java.
| 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 206 of file ShipmentUnit.java.
| 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 105 of file ShipmentUnit.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getTrackID | ( | ) |
Gets the value of the trackID property.
Definition at line 245 of file ShipmentUnit.java.
| Volume eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getVolume | ( | ) |
Gets the value of the volume property.
Definition at line 293 of file ShipmentUnit.java.
| BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 120 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setFRAlphaParcelReference | ( | String | value | ) |
Sets the value of the frAlphaParcelReference property.
| value | allowed object is String |
Definition at line 233 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setNote1 | ( | String | value | ) |
Sets the value of the note1 property.
| value | allowed object is String |
Definition at line 156 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setNote2 | ( | String | value | ) |
Sets the value of the note2 property.
| value | allowed object is String |
Definition at line 180 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setParcelNumber | ( | String | value | ) |
Sets the value of the parcelNumber property.
| value | allowed object is String |
Definition at line 281 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setTrackID | ( | String | value | ) |
Sets the value of the trackID property.
| value | allowed object is String |
Definition at line 257 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setVolume | ( | Volume | value | ) |
Sets the value of the volume property.
| value | allowed object is Volume |
Definition at line 305 of file ShipmentUnit.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ShipmentUnit.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
| value | allowed object is String |
Definition at line 132 of file ShipmentUnit.java.
|
protected |
Definition at line 75 of file ShipmentUnit.java.
|
protected |
Definition at line 69 of file ShipmentUnit.java.
|
protected |
Definition at line 71 of file ShipmentUnit.java.
|
protected |
Definition at line 79 of file ShipmentUnit.java.
|
protected |
Definition at line 73 of file ShipmentUnit.java.
|
protected |
Definition at line 63 of file ShipmentUnit.java.
|
protected |
Definition at line 77 of file ShipmentUnit.java.
|
protected |
Definition at line 81 of file ShipmentUnit.java.
|
protected |
Definition at line 67 of file ShipmentUnit.java.
1.8.13