GLS ShipIT 4.0.f2
GLS ShipIT - REST services
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
eu.gls_group.fpcs.v1.common.ProductType Enum Reference

Public Member Functions

 ProductType (String v)
 
String value ()
 

Static Public Member Functions

static ProductType fromValue (String v)
 

Public Attributes

 XmlEnumValue
 

Detailed Description

Java class for ProductType.

The following schema fragment specifies the expected content contained within this class.

<simpleType name="ProductType">
  <restriction base="{http://www.w3.org/2001/XMLSchema}string">
    <enumeration value="Parcel"/>
    <enumeration value="Express"/>
    <enumeration value="Freight"/>
    <enumeration value="Pharma"/>
    <enumeration value="Pharmaplus"/>
    <enumeration value="Economy"/>
  </restriction>
</simpleType>

Definition at line 29 of file ProductType.java.

Constructor & Destructor Documentation

◆ ProductType()

eu.gls_group.fpcs.v1.common.ProductType.ProductType ( String  v)

Definition at line 45 of file ProductType.java.

Member Function Documentation

◆ fromValue()

static ProductType eu.gls_group.fpcs.v1.common.ProductType.fromValue ( String  v)
static

Definition at line 53 of file ProductType.java.

◆ value()

String eu.gls_group.fpcs.v1.common.ProductType.value ( )

Definition at line 49 of file ProductType.java.

Member Data Documentation

◆ XmlEnumValue

eu.gls_group.fpcs.v1.common.ProductType.XmlEnumValue
Initial value:
=("Parcel")
PARCEL("Parcel")

Definition at line 32 of file ProductType.java.


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