Enum Class Identification3Code

java.lang.Object
java.lang.Enum<Identification3Code>
org.coderic.iso20022.messages.cafm.Identification3Code
All Implemented Interfaces:
Serializable, Comparable<Identification3Code>, Constable

public enum Identification3Code extends Enum<Identification3Code>

Java class for Identification3Code.

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

 <simpleType name="Identification3Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DRID"/>
     <enumeration value="NTID"/>
     <enumeration value="PASS"/>
     <enumeration value="SSYN"/>
     <enumeration value="ARNB"/>
     <enumeration value="OTHP"/>
     <enumeration value="OTHN"/>
     <enumeration value="EMAL"/>
     <enumeration value="PHNB"/>
     <enumeration value="CUID"/>
     <enumeration value="TXID"/>
     <enumeration value="PRXY"/>
   </restriction>
 </simpleType>