Enum Class LocationCategory3Code

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

public enum LocationCategory3Code extends Enum<LocationCategory3Code>

Java class for LocationCategory3Code.

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

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