Enum Class OECDDocTypeIndicEnumType

java.lang.Object
java.lang.Enum<OECDDocTypeIndicEnumType>
software.xdev.bzst.dip.client.xmldocument.model.OECDDocTypeIndicEnumType
All Implemented Interfaces:
Serializable, Comparable<OECDDocTypeIndicEnumType>, Constable

public enum OECDDocTypeIndicEnumType extends Enum<OECDDocTypeIndicEnumType>

Java class for OECDDocTypeIndic_EnumType.

The following schema fragment specifies the expected content contained within this class.

 <simpleType name="OECDDocTypeIndic_EnumType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="OECD0"/>
     <enumeration value="OECD1"/>
     <enumeration value="OECD2"/>
     <enumeration value="OECD3"/>
     <enumeration value="OECD10"/>
     <enumeration value="OECD11"/>
     <enumeration value="OECD12"/>
     <enumeration value="OECD13"/>
   </restriction>
 </simpleType>