Enum Class OrigMsgName

java.lang.Object
java.lang.Enum<OrigMsgName>
iso.std.iso._20022.tech.xsd.camt_029_001.OrigMsgName
All Implemented Interfaces:
Serializable, Comparable<OrigMsgName>, Constable

public enum OrigMsgName extends Enum<OrigMsgName>

Java class for OrigMsgName.

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

 <simpleType name="OrigMsgName">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="camt.056.001.05"/>
     <enumeration value="camt.056.001.08"/>
     <minLength value="1"/>
     <maxLength value="35"/>
   </restriction>
 </simpleType>
 
  • Enum Constant Details

    • CAMT_056_001_05

      public static final OrigMsgName CAMT_056_001_05
    • CAMT_056_001_08

      public static final OrigMsgName CAMT_056_001_08
  • Method Details

    • values

      public static OrigMsgName[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static OrigMsgName valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static OrigMsgName fromValue(String v)