GLS ShipIT
2.7.11
GLS ShipIT - REST services
|
Public Member Functions | |
String | getConsigneeID () |
void | setConsigneeID (String value) |
String | getCostCenter () |
void | setCostCenter (String value) |
Address | getAddress () |
void | setAddress (Address value) |
Protected Attributes | |
String | consigneeID |
String | costCenter |
Address | address |
Consignee (it's address and custom reference values)
Java class for Consignee complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Consignee"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="ConsigneeID" type="{http://fpcs.gls-group.eu/v1/Common}ConsigneeID" minOccurs="0"/> <element name="CostCenter" type="{http://fpcs.gls-group.eu/v1/Common}CostCenter" minOccurs="0"/> <element name="Address" type="{http://fpcs.gls-group.eu/v1/Common}Address" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 41 of file Consignee.java.
Address eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getAddress | ( | ) |
Gets the value of the address property.
Definition at line 106 of file Consignee.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getConsigneeID | ( | ) |
Gets the value of the consigneeID property.
Definition at line 58 of file Consignee.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.getCostCenter | ( | ) |
Gets the value of the costCenter property.
Definition at line 82 of file Consignee.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setAddress | ( | Address | value | ) |
Sets the value of the address property.
value | allowed object is Address |
Definition at line 118 of file Consignee.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setConsigneeID | ( | String | value | ) |
Sets the value of the consigneeID property.
value | allowed object is String |
Definition at line 70 of file Consignee.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Consignee.setCostCenter | ( | String | value | ) |
Sets the value of the costCenter property.
value | allowed object is String |
Definition at line 94 of file Consignee.java.
|
protected |
Definition at line 48 of file Consignee.java.
|
protected |
Definition at line 44 of file Consignee.java.
|
protected |
Definition at line 46 of file Consignee.java.