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.ReturnLabels Class Reference

Public Member Functions

TemplateSet getTemplateSet ()
 
void setTemplateSet (TemplateSet value)
 
LabelFormat getLabelFormat ()
 
void setLabelFormat (LabelFormat value)
 

Protected Attributes

TemplateSet templateSet
 
LabelFormat labelFormat
 

Detailed Description

The service shall return the labels in the defined format using the defined templates

Java class for ReturnLabels complex type.

The following schema fragment specifies the expected content contained within this class.

<complexType name="ReturnLabels">
  <complexContent>
    <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
      <sequence>
        <element name="TemplateSet" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}TemplateSet"/>
        <element name="LabelFormat" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}LabelFormat"/>
      </sequence>
    </restriction>
  </complexContent>
</complexType>

Definition at line 39 of file ReturnLabels.java.

Member Function Documentation

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

Gets the value of the labelFormat property.

Returns
possible object is LabelFormat

Definition at line 78 of file ReturnLabels.java.

TemplateSet eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReturnLabels.getTemplateSet ( )

Gets the value of the templateSet property.

Returns
possible object is TemplateSet

Definition at line 54 of file ReturnLabels.java.

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

Sets the value of the labelFormat property.

Parameters
valueallowed object is LabelFormat

Definition at line 90 of file ReturnLabels.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReturnLabels.setTemplateSet ( TemplateSet  value)

Sets the value of the templateSet property.

Parameters
valueallowed object is TemplateSet

Definition at line 66 of file ReturnLabels.java.

Member Data Documentation

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

Definition at line 44 of file ReturnLabels.java.

TemplateSet eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.ReturnLabels.templateSet
protected

Definition at line 42 of file ReturnLabels.java.


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