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