GLS ShipIT
GLS ShipIT - REST services
 All Classes Namespaces Files Functions Variables Enumerator Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat Enum Reference

Public Member Functions

 LabelFormat (String v)
 
String value ()
 

Static Public Member Functions

static LabelFormat fromValue (String v)
 

Public Attributes

 PDF =("PDF")
 
 XmlEnumValue
 
 PNG =("PNG")
 

Detailed Description

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 30 of file LabelFormat.java.

Constructor & Destructor Documentation

eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.LabelFormat ( String  v)

Definition at line 44 of file LabelFormat.java.

Member Function Documentation

static LabelFormat eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.fromValue ( String  v)
static

Definition at line 52 of file LabelFormat.java.

String eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.value ( )

Definition at line 48 of file LabelFormat.java.

Member Data Documentation

eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.PDF =("PDF")

Definition at line 32 of file LabelFormat.java.

eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.PNG =("PNG")

Definition at line 41 of file LabelFormat.java.

eu.glsgroup.fpcs.datatypes.soap.v1.shipmentprocessing.LabelFormat.XmlEnumValue
Initial value:
=("Zebra")
ZEBRA("Zebra")

Definition at line 33 of file LabelFormat.java.


The documentation for this enum was generated from the following file: