Enum Class OECDLegalAddressTypeEnumType

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

public enum OECDLegalAddressTypeEnumType extends Enum<OECDLegalAddressTypeEnumType>

Java class for OECDLegalAddressType_EnumType.

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

 <simpleType name="OECDLegalAddressType_EnumType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}token">
     <enumeration value="OECD301"/>
     <enumeration value="OECD302"/>
     <enumeration value="OECD303"/>
     <enumeration value="OECD304"/>
     <enumeration value="OECD305"/>
   </restriction>
 </simpleType>