GLS ShipIT
3.3.20
GLS ShipIT - SOAP services
|
Public Member Functions | |
String | getWidth () |
void | setWidth (String value) |
String | getHeight () |
void | setHeight (String value) |
String | getLength () |
void | setLength (String value) |
String | getScannerStation () |
void | setScannerStation (String value) |
VolumeType | getVolumetricType () |
void | setVolumetricType (VolumeType value) |
Protected Attributes | |
String | width |
String | height |
String | length |
String | scannerStation |
VolumeType | volumetricType |
Volumetric data attributes
Java class for Volume complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Volume"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Width" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Height" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="Length" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="ScannerStation" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="VolumetricType" type="{http://fpcs.gls-group.eu/v1/Common}VolumeType"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 45 of file Volume.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.getHeight | ( | ) |
Gets the value of the height property.
Definition at line 91 of file Volume.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.getLength | ( | ) |
Gets the value of the length property.
Definition at line 115 of file Volume.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.getScannerStation | ( | ) |
Gets the value of the scannerStation property.
Definition at line 139 of file Volume.java.
VolumeType eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.getVolumetricType | ( | ) |
Gets the value of the volumetricType property.
Definition at line 163 of file Volume.java.
String eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.getWidth | ( | ) |
Gets the value of the width property.
Definition at line 67 of file Volume.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.setHeight | ( | String | value | ) |
Sets the value of the height property.
value | allowed object is String |
Definition at line 103 of file Volume.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.setLength | ( | String | value | ) |
Sets the value of the length property.
value | allowed object is String |
Definition at line 127 of file Volume.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.setScannerStation | ( | String | value | ) |
Sets the value of the scannerStation property.
value | allowed object is String |
Definition at line 151 of file Volume.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.setVolumetricType | ( | VolumeType | value | ) |
Sets the value of the volumetricType property.
value | allowed object is VolumeType |
Definition at line 175 of file Volume.java.
void eu.glsgroup.fpcs.datatypes.soap.v1.common.Volume.setWidth | ( | String | value | ) |
Sets the value of the width property.
value | allowed object is String |
Definition at line 79 of file Volume.java.
|
protected |
Definition at line 50 of file Volume.java.
|
protected |
Definition at line 52 of file Volume.java.
|
protected |
Definition at line 54 of file Volume.java.
|
protected |
Definition at line 57 of file Volume.java.
|
protected |
Definition at line 48 of file Volume.java.