Enum Class InputCommand1Code

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

public enum InputCommand1Code extends Enum<InputCommand1Code>

Java class for InputCommand1Code.

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

 <simpleType name="InputCommand1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="DCSG"/>
     <enumeration value="DGSG"/>
     <enumeration value="GAKY"/>
     <enumeration value="GCNF"/>
     <enumeration value="GFKY"/>
     <enumeration value="GMNE"/>
     <enumeration value="PSWD"/>
     <enumeration value="SITE"/>
     <enumeration value="TXSG"/>
     <enumeration value="HTML"/>
     <enumeration value="SIGN"/>
   </restriction>
 </simpleType>