|
GLS ShipIT
3.3.20
GLS ShipIT - SOAP services
|
Public Member Functions | |
| byte [] | getData () |
| void | setData (byte[] value) |
| LabelFormat | getLabelFormat () |
| void | setLabelFormat (LabelFormat value) |
Protected Attributes | |
| byte [] | data |
| LabelFormat | labelFormat |
Data being returned from createShipment request
Java class for Document complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Document">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/>
<element name="LabelFormat" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}LabelFormat"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 41 of file Document.java.
| byte [] eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.getData | ( | ) |
Gets the value of the data property.
Definition at line 56 of file Document.java.
| LabelFormat eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.getLabelFormat | ( | ) |
Gets the value of the labelFormat property.
Definition at line 79 of file Document.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.setData | ( | byte [] | value | ) |
Sets the value of the data property.
| value | allowed object is byte[] |
Definition at line 67 of file Document.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.setLabelFormat | ( | LabelFormat | value | ) |
Sets the value of the labelFormat property.
| value | allowed object is LabelFormat |
Definition at line 91 of file Document.java.
|
protected |
Definition at line 44 of file Document.java.
|
protected |
Definition at line 47 of file Document.java.
1.8.13