|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| List< String > | getShipmentReference () |
| String | getNote1 () |
| void | setNote1 (String value) |
| String | getNote2 () |
| void | setNote2 (String value) |
| String | getIdentifier () |
| void | setIdentifier (String value) |
| String | getMiddleware () |
| void | setMiddleware (String value) |
| String | getPartnerParcelNumber () |
| void | setPartnerParcelNumber (String value) |
| Consignee | getPickUp () |
| void | setPickUp (Consignee value) |
| Shipper | getDelivery () |
| void | setDelivery (Shipper value) |
| Return | getReturn () |
| void | setReturn (Return value) |
| List< CreateReturnService > | getService () |
Protected Attributes | |
| List< String > | shipmentReference |
| String | note1 |
| String | note2 |
| String | identifier |
| String | middleware |
| String | partnerParcelNumber |
| Consignee | pickUp |
| Shipper | delivery |
| Return | _return |
| List< CreateReturnService > | service |
Shipment attributes
Java class for ReturnShipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ReturnShipment">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ShipmentReference" type="{http://fpcs.gls-group.eu/v1/Common}CustomerReferenceNumber" maxOccurs="unbounded" minOccurs="0"/>
<element name="Note1" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Note" minOccurs="0"/>
<element name="Note2" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Note" minOccurs="0"/>
<element name="Identifier" type="{http://fpcs.gls-group.eu/v1/Common}ShipmentIdentifier" minOccurs="0"/>
<element name="Middleware" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="PartnerParcelNumber" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PickUp" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Consignee" minOccurs="0"/>
<element name="Delivery" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Shipper"/>
<element name="Return" type="{http://fpcs.gls-group.eu/v1/Common}Return" minOccurs="0"/>
<element name="Service" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}CreateReturnService" maxOccurs="unbounded"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 57 of file ReturnShipment.java.
| Shipper eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getDelivery | ( | ) |
Gets the value of the delivery property.
Definition at line 261 of file ReturnShipment.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getIdentifier | ( | ) |
Gets the value of the identifier property.
Definition at line 165 of file ReturnShipment.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getMiddleware | ( | ) |
Gets the value of the middleware property.
Definition at line 189 of file ReturnShipment.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getNote1 | ( | ) |
Gets the value of the note1 property.
Definition at line 117 of file ReturnShipment.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getNote2 | ( | ) |
Gets the value of the note2 property.
Definition at line 141 of file ReturnShipment.java.
| String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 213 of file ReturnShipment.java.
| Consignee eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getPickUp | ( | ) |
Gets the value of the pickUp property.
Definition at line 237 of file ReturnShipment.java.
| Return eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getReturn | ( | ) |
Gets the value of the return property.
Definition at line 285 of file ReturnShipment.java.
| List<CreateReturnService> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.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 CreateReturnService
Definition at line 323 of file ReturnShipment.java.
| List<String> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.getShipmentReference | ( | ) |
Gets the value of the shipmentReference 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 shipmentReference property.
For example, to add a new item, do as follows:
getShipmentReference().add(newItem);
Objects of the following type(s) are allowed in the list String
Definition at line 102 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setDelivery | ( | Shipper | value | ) |
Sets the value of the delivery property.
| value | allowed object is Shipper |
Definition at line 273 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setIdentifier | ( | String | value | ) |
Sets the value of the identifier property.
| value | allowed object is String |
Definition at line 177 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setMiddleware | ( | String | value | ) |
Sets the value of the middleware property.
| value | allowed object is String |
Definition at line 201 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setNote1 | ( | String | value | ) |
Sets the value of the note1 property.
| value | allowed object is String |
Definition at line 129 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setNote2 | ( | String | value | ) |
Sets the value of the note2 property.
| value | allowed object is String |
Definition at line 153 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
| value | allowed object is String |
Definition at line 225 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setPickUp | ( | Consignee | value | ) |
Sets the value of the pickUp property.
| value | allowed object is Consignee |
Definition at line 249 of file ReturnShipment.java.
| void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.ReturnShipment.setReturn | ( | Return | value | ) |
Sets the value of the return property.
| value | allowed object is Return |
Definition at line 297 of file ReturnShipment.java.
|
protected |
Definition at line 76 of file ReturnShipment.java.
|
protected |
Definition at line 74 of file ReturnShipment.java.
|
protected |
Definition at line 66 of file ReturnShipment.java.
|
protected |
Definition at line 68 of file ReturnShipment.java.
|
protected |
Definition at line 62 of file ReturnShipment.java.
|
protected |
Definition at line 64 of file ReturnShipment.java.
|
protected |
Definition at line 70 of file ReturnShipment.java.
|
protected |
Definition at line 72 of file ReturnShipment.java.
|
protected |
Definition at line 78 of file ReturnShipment.java.
|
protected |
Definition at line 60 of file ReturnShipment.java.
1.8.13