Enum Class TerminalIntegrationCategory1Code

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

public enum TerminalIntegrationCategory1Code extends Enum<TerminalIntegrationCategory1Code>

Java class for TerminalIntegrationCategory1Code.

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

 <simpleType name="TerminalIntegrationCategory1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MPOI"/>
     <enumeration value="MSLE"/>
     <enumeration value="SSLE"/>
   </restriction>
 </simpleType>