|
GLS ShipIT
4.0.f3
GLS ShipIT - REST services
|
Public Member Functions | |
| String | getLabelPrinter () |
| void | setLabelPrinter (String value) |
| String | getDocumentPrinter () |
| void | setDocumentPrinter (String value) |
Protected Attributes | |
| String | labelPrinter |
| String | documentPrinter |
Define configured printers for printing labels and shipment documents.
Java class for DefinePrinter complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DefinePrinter">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LabelPrinter" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Printer"/>
<element name="DocumentPrinter" type="{http://fpcs.gls-group.eu/v1/ShipmentProcessing/types}Printer" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Definition at line 39 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.DefinePrinter.getDocumentPrinter | ( | ) |
Gets the value of the documentPrinter property.
Definition at line 78 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.DefinePrinter.getLabelPrinter | ( | ) |
Gets the value of the labelPrinter property.
Definition at line 54 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.DefinePrinter.setDocumentPrinter | ( | String | value | ) |
Sets the value of the documentPrinter property.
| value | allowed object is String |
Definition at line 90 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
| void eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.DefinePrinter.setLabelPrinter | ( | String | value | ) |
Sets the value of the labelPrinter property.
| value | allowed object is String |
Definition at line 66 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
|
protected |
Definition at line 44 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
|
protected |
Definition at line 42 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/DefinePrinter.java.
1.8.13