GLS ShipIT 4.0.f2
GLS ShipIT - SOAP services
Loading...
Searching...
No Matches
gls_group/fpcs/v1/shipmentprocessing/types/QRFormat.java
Go to the documentation of this file.
1
2package eu.gls_group.fpcs.v1.shipmentprocessing.types;
3
4import javax.xml.bind.annotation.XmlEnum;
5import javax.xml.bind.annotation.XmlType;
6
7
23@XmlType(name = "QRFormat")
24@XmlEnum
25public enum QRFormat {
26
30
31 public String value() {
32 return name();
33 }
34
35 public static QRFormat fromValue(String v) {
36 return valueOf(v);
37 }
38
39}