GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
byte [] | getData () |
void | setData (byte[] value) |
String | getDocumentType () |
void | setDocumentType (String value) |
LabelFormat | getLabelFormat () |
void | setLabelFormat (LabelFormat value) |
Protected Attributes | |
byte [] | data |
String | documentType |
LabelFormat | labelFormat |
Print data being returned from createShipment request
Java class for PrintData complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrintData"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Data" type="{http://www.w3.org/2001/XMLSchema}base64Binary"/> <element name="DocumentType" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="LabelFormat" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}LabelFormat"/> </sequence> </restriction> </complexContent> </complexType>
Definition at line 43 of file PrintData.java.
byte [] eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.getData | ( | ) |
Gets the value of the data property.
Definition at line 60 of file PrintData.java.
String eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.getDocumentType | ( | ) |
Gets the value of the documentType property.
Definition at line 83 of file PrintData.java.
LabelFormat eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.getLabelFormat | ( | ) |
Gets the value of the labelFormat property.
Definition at line 107 of file PrintData.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.setData | ( | byte [] | value | ) |
Sets the value of the data property.
value | allowed object is byte[] |
Definition at line 71 of file PrintData.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.setDocumentType | ( | String | value | ) |
Sets the value of the documentType property.
value | allowed object is String |
Definition at line 95 of file PrintData.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintData.setLabelFormat | ( | LabelFormat | value | ) |
Sets the value of the labelFormat property.
value | allowed object is LabelFormat |
Definition at line 119 of file PrintData.java.
|
protected |
Definition at line 46 of file PrintData.java.
|
protected |
Definition at line 48 of file PrintData.java.
|
protected |
Definition at line 51 of file PrintData.java.