GLS ShipIT  5.2.5
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

List< ReturnLabelsgetReturnLabels ()
 
String getUseDefault ()
 
void setUseDefault (String value)
 
DefinePrinter getDefinePrinter ()
 
void setDefinePrinter (DefinePrinter value)
 

Protected Attributes

List< ReturnLabelsreturnLabels
 
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" maxOccurs="unbounded"/>
        <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 43 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/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 113 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/PrintingOptions.java.

◆ getReturnLabels()

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

Gets the value of the returnLabels property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the returnLabels property.

For example, to add a new item, do as follows:

   getReturnLabels().add(newItem);

Objects of the following type(s) are allowed in the list ReturnLabels

Definition at line 74 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/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 89 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/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 125 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/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 101 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/PrintingOptions.java.

Member Data Documentation

◆ definePrinter

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

◆ returnLabels

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

◆ useDefault

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

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