|
GLS ShipIT
4.0.f3
GLS ShipIT - SOAP services
|
Public Member Functions | |
| ProductType (String v) | |
| String | value () |
Static Public Member Functions | |
| static ProductType | fromValue (String v) |
Public Attributes | |
| XmlEnumValue | |
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.
| eu.gls_group.fpcs.v1.common.ProductType.ProductType | ( | String | v | ) |
Definition at line 45 of file ProductType.java.
|
static |
Definition at line 53 of file ProductType.java.
| String eu.gls_group.fpcs.v1.common.ProductType.value | ( | ) |
Definition at line 49 of file ProductType.java.
| eu.gls_group.fpcs.v1.common.ProductType.XmlEnumValue |
Definition at line 31 of file ProductType.java.
1.8.13