GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
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 29 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.

Constructor & Destructor Documentation

◆ LabelFormat()

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

Member Function Documentation

◆ fromValue()

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

◆ value()

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

Member Data Documentation

◆ PDF

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

◆ PNG

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

◆ XmlEnumValue

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

Definition at line 32 of file glsgroup/fpcs/datatypes/soap/v1/shipmentprocessing/LabelFormat.java.


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