GLS ShipIT  2.8.11
GLS ShipIT - SOAP services
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 39 of file PrintingOptions.java.

Member Function Documentation

◆ getDefinePrinter()

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 104 of file PrintingOptions.java.

◆ getReturnLabels()

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 56 of file PrintingOptions.java.

◆ getUseDefault()

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 80 of file PrintingOptions.java.

◆ setDefinePrinter()

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 116 of file PrintingOptions.java.

◆ setReturnLabels()

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 68 of file PrintingOptions.java.

◆ setUseDefault()

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 92 of file PrintingOptions.java.

Member Data Documentation

◆ definePrinter

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

Definition at line 46 of file PrintingOptions.java.

◆ returnLabels

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

Definition at line 42 of file PrintingOptions.java.

◆ useDefault

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

Definition at line 44 of file PrintingOptions.java.


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