Enum Class OutputFormat5Code

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

public enum OutputFormat5Code extends Enum<OutputFormat5Code>

Java class for OutputFormat5Code.

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

 <simpleType name="OutputFormat5Code">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="OTHN"/>
     <enumeration value="OTHP"/>
     <enumeration value="TEXT"/>
     <enumeration value="URLI"/>
     <enumeration value="HTML"/>
     <enumeration value="PLIN"/>
     <enumeration value="JSON"/>
     <enumeration value="XMLF"/>
     <enumeration value="EDIF"/>
     <enumeration value="CSVF"/>
     <enumeration value="JPEG"/>
     <enumeration value="PDFF"/>
     <enumeration value="PNGF"/>
     <enumeration value="SVGF"/>
   </restriction>
 </simpleType>