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

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

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

{@code
 * 
 *   
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *     
 *   
 * 
 * }
* */ @XmlType(name = "InvestorProfileStatus1Code") @XmlEnum public enum InvestorProfileStatus1Code { /** * Status of the investor profile is disabled. * */ DISA, /** * Status of the investor profile is in the process of being disabled. * */ DISG, /** * Status of the investor profile is enabled. * */ ENAB, /** * Status of the investor profile is in the process of being enabled. * */ ENBG, /** * Status of the investor profile is in admission. * */ ADMI, /** * Status of the investor profile is in analysis. * */ ANLY, /** * Status of the investor profile is not approved. * */ NAPP, /** * Status of the investor profile is partially suspended. * */ PSUS, /** * Status of the investor profile is pending approval. * */ PEND, /** * Status of the investor profile is suspended. * */ SUPS; public String value() { return name(); } public static InvestorProfileStatus1Code fromValue(String v) { return valueOf(v); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy