public enum ExcludedEntityEnumType extends Enum<ExcludedEntityEnumType>
Java class for ExcludedEntity_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ExcludedEntity_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1001"/>
<enumeration value="GIR1002"/>
<enumeration value="GIR1003"/>
<enumeration value="GIR1004"/>
<enumeration value="GIR1005"/>
<enumeration value="GIR1006"/>
<enumeration value="GIR1007"/>
<enumeration value="GIR1008"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1001 |
Governmental Entity
|
GIR_1002 |
International Organisation
|
GIR_1003 |
Non-profit Organisation
|
GIR_1004 |
Pension Fund
|
GIR_1005 |
Investment Fund that is an UPE
|
GIR_1006 |
Real Estate Investment Vehicle that is an UPE
|
GIR_1007 |
Entity owned by Excluded Entities under Article 1.5.2(a)
|
GIR_1008 |
Entity owned by Excluded Entities under Article 1.5.2(b)
|
| Modifier and Type | Method | Description |
|---|---|---|
static ExcludedEntityEnumType |
fromValue(String v) |
|
String |
value() |
|
static ExcludedEntityEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static ExcludedEntityEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExcludedEntityEnumType GIR_1001
public static final ExcludedEntityEnumType GIR_1002
public static final ExcludedEntityEnumType GIR_1003
public static final ExcludedEntityEnumType GIR_1004
public static final ExcludedEntityEnumType GIR_1005
public static final ExcludedEntityEnumType GIR_1006
public static final ExcludedEntityEnumType GIR_1007
public static final ExcludedEntityEnumType GIR_1008
public static ExcludedEntityEnumType[] values()
for (ExcludedEntityEnumType c : ExcludedEntityEnumType.values()) System.out.println(c);
public static ExcludedEntityEnumType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String value()
public static ExcludedEntityEnumType fromValue(String v)
Copyright © 2025. All rights reserved.