GLS ShipIT
2.8.11
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 41 of file LimitedQuantitiesService.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.LimitedQuantitiesService.getServiceName | ( | ) |
Gets the value of the serviceName property.
Definition at line 57 of file LimitedQuantitiesService.java.
BigDecimal eu.glsgroup.fpcs.datatypes.soap.v1.common.LimitedQuantitiesService.getWeight | ( | ) |
Gets the value of the weight property.
Definition at line 81 of file LimitedQuantitiesService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.LimitedQuantitiesService.setServiceName | ( | String | value | ) |
Sets the value of the serviceName property.
value | allowed object is String |
Definition at line 69 of file LimitedQuantitiesService.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.LimitedQuantitiesService.setWeight | ( | BigDecimal | value | ) |
Sets the value of the weight property.
value | allowed object is String |
Definition at line 93 of file LimitedQuantitiesService.java.
|
protected |
Definition at line 44 of file LimitedQuantitiesService.java.
|
protected |
Definition at line 47 of file LimitedQuantitiesService.java.