|
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 glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
| eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.LabelFormat | ( | String | v | ) |
Definition at line 43 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
|
static |
Definition at line 51 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
| String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.value | ( | ) |
Definition at line 47 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
| eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.PDF =("PDF") |
Definition at line 31 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
| eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.PNG =("PNG") |
Definition at line 40 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
| eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.XmlEnumValue |
Definition at line 32 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.
1.8.13