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

Public Member Functions

ReturnLabels getReturnLabels ()
 
void setReturnLabels (ReturnLabels value)
 
String getUseDefault ()
 
void setUseDefault (String value)
 
DefinePrinter getDefinePrinter ()
 
void setDefinePrinter (DefinePrinter value)
 

Protected Attributes

ReturnLabels returnLabels
 
String useDefault
 
DefinePrinter definePrinter
 

Detailed Description

Data to specify in which way labels shall be produced and who should print those labels

Java class for PrintingOptions complex type.

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

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

Definition at line 41 of file PrintingOptions.java.

Member Function Documentation

DefinePrinter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.getDefinePrinter ( )

Gets the value of the definePrinter property.

Returns
possible object is DefinePrinter

Definition at line 106 of file PrintingOptions.java.

ReturnLabels eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.getReturnLabels ( )

Gets the value of the returnLabels property.

Returns
possible object is ReturnLabels

Definition at line 58 of file PrintingOptions.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.getUseDefault ( )

Gets the value of the useDefault property.

Returns
possible object is String

Definition at line 82 of file PrintingOptions.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.setDefinePrinter ( DefinePrinter  value)

Sets the value of the definePrinter property.

Parameters
valueallowed object is DefinePrinter

Definition at line 118 of file PrintingOptions.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.setReturnLabels ( ReturnLabels  value)

Sets the value of the returnLabels property.

Parameters
valueallowed object is ReturnLabels

Definition at line 70 of file PrintingOptions.java.

void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.setUseDefault ( String  value)

Sets the value of the useDefault property.

Parameters
valueallowed object is String

Definition at line 94 of file PrintingOptions.java.

Member Data Documentation

DefinePrinter eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.definePrinter
protected

Definition at line 48 of file PrintingOptions.java.

ReturnLabels eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.returnLabels
protected

Definition at line 44 of file PrintingOptions.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.PrintingOptions.useDefault
protected

Definition at line 46 of file PrintingOptions.java.


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