|
GLS ShipIT
3.5.15
GLS ShipIT - REST services
|
Public Member Functions | |
| LabelFormat (String v) | |
| String | value () |
Static Public Member Functions | |
| static LabelFormat | fromValue (String v) |
Public Attributes | |
| PDF =("PDF") | |
| XmlEnumValue | |
| PNG =("PNG") | |
Java class for LabelFormat.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="LabelFormat">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="PDF"/>
<enumeration value="Zebra"/>
<enumeration value="Intermec"/>
<enumeration value="Datamax"/>
<enumeration value="Toshiba"/>
<enumeration value="PNG"/>
</restriction>
</simpleType>
Definition at line 29 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
| eu.gls_group.fpcs.v1.shipmentprocessing.types.LabelFormat.LabelFormat | ( | String | v | ) |
Definition at line 43 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
|
static |
Definition at line 51 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
| String eu.gls_group.fpcs.v1.shipmentprocessing.types.LabelFormat.value | ( | ) |
Definition at line 47 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
| eu.gls_group.fpcs.v1.shipmentprocessing.types.LabelFormat.PDF =("PDF") |
Definition at line 31 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
| eu.gls_group.fpcs.v1.shipmentprocessing.types.LabelFormat.PNG =("PNG") |
Definition at line 40 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
| eu.gls_group.fpcs.v1.shipmentprocessing.types.LabelFormat.XmlEnumValue |
Definition at line 32 of file gls_group/fpcs/v1/shipmentprocessing/types/LabelFormat.java.
1.8.13