|
GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getServiceName () |
| void | setServiceName (String value) |
| Address | getAddress () |
| void | setAddress (Address value) |
| BigDecimal | getExpectedWeight () |
| void | setExpectedWeight (BigDecimal value) |
Protected Attributes | |
| String | serviceName |
| Address | address |
| BigDecimal | expectedWeight |
Exchange service attributes
Java class for ExchangeService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ExchangeService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="ServiceName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Address" type="{http://fpcs.gls-group.eu/v1/Common}Address"/>
<element name="ExpectedWeight" type="{http://fpcs.gls-group.eu/v1/Common}Weight" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 45 of file ExchangeService.java.
| Address eu.gls_group.fpcs.v1.common.ExchangeService.getAddress | ( | ) |
Gets the value of the address property.
Definition at line 88 of file ExchangeService.java.
| BigDecimal eu.gls_group.fpcs.v1.common.ExchangeService.getExpectedWeight | ( | ) |
Gets the value of the expectedWeight property.
Definition at line 112 of file ExchangeService.java.
| String eu.gls_group.fpcs.v1.common.ExchangeService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 64 of file ExchangeService.java.
| void eu.gls_group.fpcs.v1.common.ExchangeService.setAddress | ( | Address | value | ) |
Sets the value of the address property.
| value | allowed object is Address |
Definition at line 100 of file ExchangeService.java.
| void eu.gls_group.fpcs.v1.common.ExchangeService.setExpectedWeight | ( | BigDecimal | value | ) |
Sets the value of the expectedWeight property.
| value | allowed object is String |
Definition at line 124 of file ExchangeService.java.
| void eu.gls_group.fpcs.v1.common.ExchangeService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
| value | allowed object is String |
Definition at line 76 of file ExchangeService.java.
|
protected |
Definition at line 50 of file ExchangeService.java.
|
protected |
Definition at line 54 of file ExchangeService.java.
|
protected |
Definition at line 48 of file ExchangeService.java.
1.8.13