GLS ShipIT  3.5.15
GLS ShipIT - SOAP services
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"/>
  </restriction>
</simpleType>

Definition at line 28 of file ProductType.java.

Constructor & Destructor Documentation

◆ ProductType()

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

Definition at line 42 of file ProductType.java.

Member Function Documentation

◆ fromValue()

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

Definition at line 50 of file ProductType.java.

◆ value()

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

Definition at line 46 of file ProductType.java.

Member Data Documentation

◆ XmlEnumValue

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

Definition at line 30 of file ProductType.java.


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