GLS ShipIT
3.5.15
GLS ShipIT - SOAP services
|
Public Member Functions | |
Labels | getLabels () |
void | setLabels (Labels value) |
Protected Attributes | |
Labels | labels |
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="Labels" type="{http://fpcs.gls-group.eu/v2/ShipmentProcessing/types}Labels"/> </choice> </restriction> </complexContent> </complexType>
Definition at line 37 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PrintingOptions.java.
Labels eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintingOptions.getLabels | ( | ) |
Gets the value of the labels property.
Definition at line 50 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PrintingOptions.java.
void eu.glsgroup.fpcs.datatypes.soap.v2.shipmentprocessing.PrintingOptions.setLabels | ( | Labels | value | ) |
Sets the value of the labels property.
value | allowed object is Labels |
Definition at line 62 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PrintingOptions.java.
|
protected |
Definition at line 40 of file glsgroup/fpcs/datatypes/soap/v2/shipmentprocessing/PrintingOptions.java.