GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
List< String > | getShipmentReference () |
String | getIncotermCode () |
void | setIncotermCode (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) |
eu.gls_group.fpcs.v1.common.Shipper | getRequester () |
void | setRequester (eu.gls_group.fpcs.v1.common.Shipper value) |
eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper | getDelivery () |
void | setDelivery (eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper value) |
List< CreatePickupService > | getService () |
List< PickUpShipmentUnit > | getShipmentUnit () |
Protected Attributes | |
List< String > | shipmentReference |
String | incotermCode |
String | identifier |
String | middleware |
String | partnerParcelNumber |
Consignee | pickUp |
eu.gls_group.fpcs.v1.common.Shipper | requester |
eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper | delivery |
List< CreatePickupService > | service |
List< PickUpShipmentUnit > | shipmentUnit |
Shipment attributes
Java class for PickUpShipment complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PickUpShipment"> <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="IncotermCode" type="{http://www.w3.org/2001/XMLSchema}string" 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="Requester" type="{http://fpcs.gls-group.eu/v1/Common}Shipper"/> <element name="Delivery" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Shipper"/> <element name="Service" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}CreatePickupService" maxOccurs="unbounded"/> <element name="ShipmentUnit" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}PickUpShipmentUnit" maxOccurs="unbounded"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 56 of file PickUpShipment.java.
eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getDelivery | ( | ) |
Gets the value of the delivery property.
Definition at line 260 of file PickUpShipment.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getIdentifier | ( | ) |
Gets the value of the identifier property.
Definition at line 140 of file PickUpShipment.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getIncotermCode | ( | ) |
Gets the value of the incotermCode property.
Definition at line 116 of file PickUpShipment.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getMiddleware | ( | ) |
Gets the value of the middleware property.
Definition at line 164 of file PickUpShipment.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getPartnerParcelNumber | ( | ) |
Gets the value of the partnerParcelNumber property.
Definition at line 188 of file PickUpShipment.java.
Consignee eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getPickUp | ( | ) |
Gets the value of the pickUp property.
Definition at line 212 of file PickUpShipment.java.
eu.gls_group.fpcs.v1.common.Shipper eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getRequester | ( | ) |
Gets the value of the requester property.
Definition at line 236 of file PickUpShipment.java.
List<CreatePickupService> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.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 CreatePickupService
Definition at line 298 of file PickUpShipment.java.
List<String> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.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 101 of file PickUpShipment.java.
List<PickUpShipmentUnit> eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.getShipmentUnit | ( | ) |
Gets the value of the shipmentUnit 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 shipmentUnit property.
For example, to add a new item, do as follows:
getShipmentUnit().add(newItem);
Objects of the following type(s) are allowed in the list PickUpShipmentUnit
Definition at line 327 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setDelivery | ( | eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper | value | ) |
Sets the value of the delivery property.
value | allowed object is eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.Shipper |
Definition at line 272 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setIdentifier | ( | String | value | ) |
Sets the value of the identifier property.
value | allowed object is String |
Definition at line 152 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setIncotermCode | ( | String | value | ) |
Sets the value of the incotermCode property.
value | allowed object is String |
Definition at line 128 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setMiddleware | ( | String | value | ) |
Sets the value of the middleware property.
value | allowed object is String |
Definition at line 176 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setPartnerParcelNumber | ( | String | value | ) |
Sets the value of the partnerParcelNumber property.
value | allowed object is String |
Definition at line 200 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setPickUp | ( | Consignee | value | ) |
Sets the value of the pickUp property.
value | allowed object is Consignee |
Definition at line 224 of file PickUpShipment.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PickUpShipment.setRequester | ( | eu.gls_group.fpcs.v1.common.Shipper | value | ) |
Sets the value of the requester property.
value | allowed object is eu.gls_group.fpcs.v1.common.Shipper |
Definition at line 248 of file PickUpShipment.java.
|
protected |
Definition at line 73 of file PickUpShipment.java.
|
protected |
Definition at line 63 of file PickUpShipment.java.
|
protected |
Definition at line 61 of file PickUpShipment.java.
|
protected |
Definition at line 65 of file PickUpShipment.java.
|
protected |
Definition at line 67 of file PickUpShipment.java.
|
protected |
Definition at line 69 of file PickUpShipment.java.
|
protected |
Definition at line 71 of file PickUpShipment.java.
|
protected |
Definition at line 75 of file PickUpShipment.java.
|
protected |
Definition at line 59 of file PickUpShipment.java.
|
protected |
Definition at line 77 of file PickUpShipment.java.