GLS ShipIT
2.8.11
GLS ShipIT - REST services
|
Public Member Functions | |
String | getContactID () |
void | setContactID (String value) |
Address | getAlternativeShipperAddress () |
void | setAlternativeShipperAddress (Address value) |
String | getFRAlphaCustomerReference () |
void | setFRAlphaCustomerReference (String value) |
Protected Attributes | |
String | contactID |
Address | alternativeShipperAddress |
String | frAlphaCustomerReference |
Shipper attributes - if only contact id is supplied, the system should take the shipping address from database.
Java class for Shipper complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Shipper"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ContactID" type="{http://fpcs.gls-group.eu/v1/Common}Index"/> <element name="AlternativeShipperAddress" type="{http://fpcs.gls-group.eu/v1/Common}Address" minOccurs="0"/> <element name="FRAlphaCustomerReference" type="{http://fpcs.gls-group.eu/v1/Common}FRAlphaCustomerReference" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 40 of file Shipper.java.
Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getAlternativeShipperAddress | ( | ) |
Gets the value of the alternativeShipperAddress property.
Definition at line 81 of file Shipper.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getContactID | ( | ) |
Gets the value of the contactID property.
Definition at line 57 of file Shipper.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.getFRAlphaCustomerReference | ( | ) |
Gets the value of the frAlphaCustomerReference property.
Definition at line 105 of file Shipper.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setAlternativeShipperAddress | ( | Address | value | ) |
Sets the value of the alternativeShipperAddress property.
value | allowed object is Address |
Definition at line 93 of file Shipper.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setContactID | ( | String | value | ) |
Sets the value of the contactID property.
value | allowed object is String |
Definition at line 69 of file Shipper.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Shipper.setFRAlphaCustomerReference | ( | String | value | ) |
Sets the value of the frAlphaCustomerReference property.
value | allowed object is String |
Definition at line 117 of file Shipper.java.
|
protected |
Definition at line 45 of file Shipper.java.
|
protected |
Definition at line 43 of file Shipper.java.
|
protected |
Definition at line 47 of file Shipper.java.