GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Protected Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document Class Reference

Public Member Functions

byte[] getData ()
 
void setData (byte[] value)
 
LabelFormat getLabelFormat ()
 
void setLabelFormat (LabelFormat value)
 

Protected Attributes

byte[] data
 
LabelFormat labelFormat
 

Detailed Description

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 40 of file Document.java.

Member Function Documentation

byte [] eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.getData ( )

Gets the value of the data property.

Returns
possible object is byte[]

Definition at line 54 of file Document.java.

LabelFormat eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.getLabelFormat ( )

Gets the value of the labelFormat property.

Returns
possible object is LabelFormat

Definition at line 77 of file Document.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.setData ( byte[]  value)

Sets the value of the data property.

Parameters
valueallowed object is byte[]

Definition at line 65 of file Document.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.setLabelFormat ( LabelFormat  value)

Sets the value of the labelFormat property.

Parameters
valueallowed object is LabelFormat

Definition at line 89 of file Document.java.

Member Data Documentation

byte [] eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.data
protected

Definition at line 43 of file Document.java.

LabelFormat eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.Document.labelFormat
protected

Definition at line 45 of file Document.java.


The documentation for this class was generated from the following file: