GLS ShipIT  2.7.11
GLS ShipIT - REST services
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
eu.glsgroup.fpcs.datatypes.soap.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"/>
  </restriction>
</simpleType>

Definition at line 27 of file ProductType.java.

Constructor & Destructor Documentation

◆ ProductType()

eu.glsgroup.fpcs.datatypes.soap.v1.common.ProductType.ProductType ( String  v)

Definition at line 37 of file ProductType.java.

Member Function Documentation

◆ fromValue()

static ProductType eu.glsgroup.fpcs.datatypes.soap.v1.common.ProductType.fromValue ( String  v)
static

Definition at line 45 of file ProductType.java.

◆ value()

String eu.glsgroup.fpcs.datatypes.soap.v1.common.ProductType.value ( )

Definition at line 41 of file ProductType.java.

Member Data Documentation

◆ XmlEnumValue

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

Definition at line 29 of file ProductType.java.


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