Enum PreferredContactMethod1Code

java.lang.Object
java.lang.Enum<PreferredContactMethod1Code>
org.kapott.hbci.sepa.jaxb.camt_052_001_09.PreferredContactMethod1Code
All Implemented Interfaces:
Serializable, Comparable<PreferredContactMethod1Code>, java.lang.constant.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>