GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
|
Public Member Functions | |
byte[] | getData () |
void | setData (byte[] value) |
LabelFormat | getLabelFormat () |
void | setLabelFormat (LabelFormat value) |
QRFormat | getQRFormat () |
void | setQRFormat (QRFormat value) |
Protected Attributes | |
byte[] | data |
LabelFormat | labelFormat |
QRFormat | qrFormat |
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" minOccurs="0"/> <element name="QRFormat" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}QRFormat" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 43 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 61 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.
LabelFormat
Definition at line 84 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
QRFormat eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.getQRFormat | ( | ) |
Gets the value of the qrFormat property.
QRFormat
Definition at line 108 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 72 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 96 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
void eu.gls_group.fpcs.v1.shipmentprocessing.types.Document.setQRFormat | ( | QRFormat | value | ) |
Sets the value of the qrFormat property.
value | allowed object is QRFormat |
Definition at line 120 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
|
protected |
Definition at line 46 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
|
protected |
Definition at line 49 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.
|
protected |
Definition at line 52 of file gls_group/fpcs/v1/shipmentprocessing/types/Document.java.