Enum Class PreferredContactMethod1Code

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

public enum PreferredContactMethod1Code extends Enum<PreferredContactMethod1Code>

Java class for PreferredContactMethod1Code.

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

 <simpleType name="PreferredContactMethod1Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="LETT"/>
     <enumeration value="MAIL"/>
     <enumeration value="PHON"/>
     <enumeration value="FAXX"/>
     <enumeration value="CELL"/>
   </restriction>
 </simpleType>