|
GLS ShipIT
3.5.15
GLS ShipIT - REST 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 gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
| byte [] eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.getData | ( | ) |
Gets the value of the data property.
Definition at line 56 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
| LabelFormat eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.getLabelFormat | ( | ) |
Gets the value of the labelFormat property.
Definition at line 79 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.setData | ( | byte [] | value | ) |
Sets the value of the data property.
| value | allowed object is byte[] |
Definition at line 67 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.setLabelFormat | ( | LabelFormat | value | ) |
Sets the value of the labelFormat property.
| value | allowed object is LabelFormat |
Definition at line 91 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
|
protected |
Definition at line 44 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
|
protected |
Definition at line 47 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
1.8.13