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

com.prowidesoftware.swift.model.mx.dic.CounterpartyResponseStatusReason1Code 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 CounterpartyResponseStatusReason1Code. * *

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

{@code
 * 
 *   
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "CounterpartyResponseStatusReason1Code") @XmlEnum public enum CounterpartyResponseStatusReason1Code { /** * Specifies that the response is related to an allegement from the counterparty. * */ CPTR, /** * Specifies that the response is related to the cancellation request of the counterparty. * */ CPCX, /** * Specifies that the response is related to the modification request of the counterparty. * */ CPMD; public String value() { return name(); } public static CounterpartyResponseStatusReason1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy