Enum Class UndertakingStatus3Code

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

public enum UndertakingStatus3Code extends Enum<UndertakingStatus3Code>

Java class for UndertakingStatus3Code.

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

 <simpleType name="UndertakingStatus3Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="ACCP"/>
     <enumeration value="NCON"/>
     <enumeration value="REJT"/>
     <enumeration value="WTHD"/>
     <enumeration value="AMTC"/>
     <enumeration value="AMTU"/>
   </restriction>
 </simpleType>