Enum Class InvestigationLocationMethod1Code

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

public enum InvestigationLocationMethod1Code extends Enum<InvestigationLocationMethod1Code>

Java class for InvestigationLocationMethod1Code.

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

 <simpleType name="InvestigationLocationMethod1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="EDIC"/>
     <enumeration value="EMAL"/>
     <enumeration value="FAXI"/>
     <enumeration value="POST"/>
     <enumeration value="SMSM"/>
     <enumeration value="URID"/>
   </restriction>
 </simpleType>