|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getGLSHazNo () |
| void | setGLSHazNo (String value) |
| BigDecimal | getWeight () |
| void | setWeight (BigDecimal value) |
Protected Attributes | |
| String | glsHazNo |
| BigDecimal | weight |
Hazardous good item attributes
Java class for HazardousGood complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="HazardousGood">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="GLSHazNo" type="{http://fpcs.gls-group.eu/v1/Common}HazardousNumber"/>
<element name="Weight" type="{http://fpcs.gls-group.eu/v1/Common}Weight"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 43 of file HazardousGood.java.
| String eu.gls_group.fpcs.v1.common.HazardousGood.getGLSHazNo | ( | ) |
Gets the value of the glsHazNo property.
Definition at line 60 of file HazardousGood.java.
| BigDecimal eu.gls_group.fpcs.v1.common.HazardousGood.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 84 of file HazardousGood.java.
| void eu.gls_group.fpcs.v1.common.HazardousGood.setGLSHazNo | ( | String | value | ) |
Sets the value of the glsHazNo property.
| value | allowed object is String |
Definition at line 72 of file HazardousGood.java.
| void eu.gls_group.fpcs.v1.common.HazardousGood.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
| value | allowed object is String |
Definition at line 96 of file HazardousGood.java.
|
protected |
Definition at line 46 of file HazardousGood.java.
|
protected |
Definition at line 50 of file HazardousGood.java.
1.8.13