ee.xtee6.ads.ehakmuut.AdsesitajaKlassifikaator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of xtee6-client-ads Show documentation
Show all versions of xtee6-client-ads Show documentation
Library for XROAD ADS service clints
The newest version!
package ee.xtee6.ads.ehakmuut;
import jakarta.annotation.Generated;
import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;
/**
*
*
* Java class for adsesitajaKlassifikaator
.
*
* The following schema fragment specifies the expected content contained within this class.
* {@code
*
*
*
*
*
*
*
* }
*
*/
@XmlType(name = "adsesitajaKlassifikaator", namespace = "http://www.maaamet.ee")
@XmlEnum
@Generated(value = "com.sun.tools.ws.wscompile.WsimportTool", comments = "XML-WS Tools 4.0.2", date = "2024-11-22T14:09:17+02:00")
public enum AdsesitajaKlassifikaator {
EHR,
KNR,
MIS;
public String value() {
return name();
}
public static AdsesitajaKlassifikaator fromValue(String v) {
return valueOf(v);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy