|
GLS ShipIT
5.2.5
GLS ShipIT - REST services
|
Public Member Functions | |
| List< ReturnLabels > | getReturnLabels () |
| String | getUseDefault () |
| void | setUseDefault (String value) |
| DefinePrinter | getDefinePrinter () |
| void | setDefinePrinter (DefinePrinter value) |
Protected Attributes | |
| List< ReturnLabels > | returnLabels |
| String | useDefault |
| DefinePrinter | definePrinter |
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 gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
| DefinePrinter eu.gls_group.fpcs.v1.shipmentprocessing.types.PrintingOptions.getDefinePrinter | ( | ) |
Gets the value of the definePrinter property.
Definition at line 113 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
| List<ReturnLabels> eu.gls_group.fpcs.v1.shipmentprocessing.types.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 gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.PrintingOptions.getUseDefault | ( | ) |
Gets the value of the useDefault property.
Definition at line 89 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.PrintingOptions.setDefinePrinter | ( | DefinePrinter | value | ) |
Sets the value of the definePrinter property.
| value | allowed object is DefinePrinter |
Definition at line 125 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
| void eu.gls_group.fpcs.v1.shipmentprocessing.types.PrintingOptions.setUseDefault | ( | String | value | ) |
Sets the value of the useDefault property.
| value | allowed object is String |
Definition at line 101 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
|
protected |
Definition at line 50 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
|
protected |
Definition at line 46 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
|
protected |
Definition at line 48 of file gls_group/fpcs/v1/shipmentprocessing/types/PrintingOptions.java.
1.8.13