|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| CashService | getCash () |
| void | setCash (CashService value) |
| AddOnLiabilityService | getAddonLiability () |
| void | setAddonLiability (AddOnLiabilityService value) |
| HazardousGoodsService | getHazardousGoods () |
| void | setHazardousGoods (HazardousGoodsService value) |
| ExWorksService | getExWorks () |
| void | setExWorks (ExWorksService value) |
| LimitedQuantitiesService | getLimitedQuantities () |
| void | setLimitedQuantities (LimitedQuantitiesService value) |
Protected Attributes | |
| CashService | cash |
| AddOnLiabilityService | addonLiability |
| HazardousGoodsService | hazardousGoods |
| ExWorksService | exWorks |
| LimitedQuantitiesService | limitedQuantities |
Abstract unit service container covers the available services on unit level
Java class for UnitService complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="UnitService">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element name="Cash" type="{http://fpcs.gls-group.eu/v1/Common}CashService"/>
<element name="AddonLiability" type="{http://fpcs.gls-group.eu/v1/Common}AddOnLiabilityService"/>
<element name="HazardousGoods" type="{http://fpcs.gls-group.eu/v1/Common}HazardousGoodsService"/>
<element name="ExWorks" type="{http://fpcs.gls-group.eu/v1/Common}ExWorksService"/>
<element name="LimitedQuantities" type="{http://fpcs.gls-group.eu/v1/Common}LimitedQuantitiesService"/>
</choice>
</restriction>
</complexContent>
</complexType>
Definition at line 46 of file UnitService.java.
| AddOnLiabilityService eu.gls_group.fpcs.v1.common.UnitService.getAddonLiability | ( | ) |
Gets the value of the addonLiability property.
Definition at line 91 of file UnitService.java.
| CashService eu.gls_group.fpcs.v1.common.UnitService.getCash | ( | ) |
Gets the value of the cash property.
Definition at line 67 of file UnitService.java.
| ExWorksService eu.gls_group.fpcs.v1.common.UnitService.getExWorks | ( | ) |
Gets the value of the exWorks property.
Definition at line 139 of file UnitService.java.
| HazardousGoodsService eu.gls_group.fpcs.v1.common.UnitService.getHazardousGoods | ( | ) |
Gets the value of the hazardousGoods property.
Definition at line 115 of file UnitService.java.
| LimitedQuantitiesService eu.gls_group.fpcs.v1.common.UnitService.getLimitedQuantities | ( | ) |
Gets the value of the limitedQuantities property.
Definition at line 163 of file UnitService.java.
| void eu.gls_group.fpcs.v1.common.UnitService.setAddonLiability | ( | AddOnLiabilityService | value | ) |
Sets the value of the addonLiability property.
| value | allowed object is AddOnLiabilityService |
Definition at line 103 of file UnitService.java.
| void eu.gls_group.fpcs.v1.common.UnitService.setCash | ( | CashService | value | ) |
Sets the value of the cash property.
| value | allowed object is CashService |
Definition at line 79 of file UnitService.java.
| void eu.gls_group.fpcs.v1.common.UnitService.setExWorks | ( | ExWorksService | value | ) |
Sets the value of the exWorks property.
| value | allowed object is ExWorksService |
Definition at line 151 of file UnitService.java.
| void eu.gls_group.fpcs.v1.common.UnitService.setHazardousGoods | ( | HazardousGoodsService | value | ) |
Sets the value of the hazardousGoods property.
| value | allowed object is HazardousGoodsService |
Definition at line 127 of file UnitService.java.
| void eu.gls_group.fpcs.v1.common.UnitService.setLimitedQuantities | ( | LimitedQuantitiesService | value | ) |
Sets the value of the limitedQuantities property.
| value | allowed object is LimitedQuantitiesService |
Definition at line 175 of file UnitService.java.
|
protected |
Definition at line 51 of file UnitService.java.
|
protected |
Definition at line 49 of file UnitService.java.
|
protected |
Definition at line 55 of file UnitService.java.
|
protected |
Definition at line 53 of file UnitService.java.
|
protected |
Definition at line 57 of file UnitService.java.
1.8.13