Enum Class PreferredContactMethod2Code

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

public enum PreferredContactMethod2Code extends Enum<PreferredContactMethod2Code>

Java class for PreferredContactMethod2Code.

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

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