All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.prowidesoftware.swift.model.mx.dic.ClearingChannel2Code Maven / Gradle / Ivy

The newest version!

package com.prowidesoftware.swift.model.mx.dic;

import jakarta.xml.bind.annotation.XmlEnum;
import jakarta.xml.bind.annotation.XmlType;


/**
 * 

Java class for ClearingChannel2Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "ClearingChannel2Code") @XmlEnum public enum ClearingChannel2Code { /** * Clearing channel is a real-time gross settlement system. * */ RTGS, /** * Clearing channel is a real-time net settlement system. * */ RTNS, /** * Clearing channel is a mass payment net settlement system. * */ MPNS, /** * Payment through internal book transfer. * */ BOOK; public String value() { return name(); } public static ClearingChannel2Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy