public enum IDTypeRulesEnumType extends Enum<IDTypeRulesEnumType>
Java class for IDTypeRules_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="IDTypeRules_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR201"/>
<enumeration value="GIR202"/>
<enumeration value="GIR203"/>
<enumeration value="GIR204"/>
<enumeration value="GIR205"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_201 |
QIIR applicable to Low-Taxed Constituent Entities located in other jurisdictions only
|
GIR_202 |
QIIR applicable to both Low-Taxed Constituent Entities located in other jurisdictions and in the jurisdiction of the Parent Entity
|
GIR_203 |
QUTPR
|
GIR_204 |
QDMTT
|
GIR_205 |
Not applicable
|
| Modifier and Type | Method | Description |
|---|---|---|
static IDTypeRulesEnumType |
fromValue(String v) |
|
String |
value() |
|
static IDTypeRulesEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static IDTypeRulesEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDTypeRulesEnumType GIR_201
public static final IDTypeRulesEnumType GIR_202
public static final IDTypeRulesEnumType GIR_203
public static final IDTypeRulesEnumType GIR_204
public static final IDTypeRulesEnumType GIR_205
public static IDTypeRulesEnumType[] values()
for (IDTypeRulesEnumType c : IDTypeRulesEnumType.values()) System.out.println(c);
public static IDTypeRulesEnumType 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 IDTypeRulesEnumType fromValue(String v)
Copyright © 2025. All rights reserved.