Enum Class StorageLocation1Code

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

public enum StorageLocation1Code extends Enum<StorageLocation1Code>

Java class for StorageLocation1Code.

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

 <simpleType name="StorageLocation1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="CAWL"/>
     <enumeration value="DVCE"/>
     <enumeration value="ISWL"/>
     <enumeration value="ONFL"/>
     <enumeration value="OTHN"/>
     <enumeration value="OTHP"/>
     <enumeration value="TPWL"/>
   </restriction>
 </simpleType>