public enum SafeHarbourEnumType extends Enum<SafeHarbourEnumType>
Java class for SafeHarbour_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="SafeHarbour_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR1201"/>
<enumeration value="GIR1202"/>
<enumeration value="GIR1203"/>
<enumeration value="GIR1204"/>
<enumeration value="GIR1205"/>
<enumeration value="GIR1206"/>
<enumeration value="GIR1207"/>
<enumeration value="GIR1208"/>
<enumeration value="GIR1209"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_1201 |
De minimis Exclusion
|
GIR_1202 |
QDMTT safe harbour
|
GIR_1203 |
Transitional CbCR Safe Harbour – De minimis test
|
GIR_1204 |
Transitional CbCR Safe Harbour – ETR test
|
GIR_1205 |
Transitional CbCR Safe Harbour - Routine profit test
|
GIR_1206 |
Transitional UTPR Safe Harbour
|
GIR_1207 |
Permanent Safe Harbour – De minimis test
|
GIR_1208 |
Permanent Safe Harbour – ETR test
|
GIR_1209 |
Permanent Safe Harbour – Routine profit test
|
| Modifier and Type | Method | Description |
|---|---|---|
static SafeHarbourEnumType |
fromValue(String v) |
|
String |
value() |
|
static SafeHarbourEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SafeHarbourEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SafeHarbourEnumType GIR_1201
public static final SafeHarbourEnumType GIR_1202
public static final SafeHarbourEnumType GIR_1203
public static final SafeHarbourEnumType GIR_1204
public static final SafeHarbourEnumType GIR_1205
public static final SafeHarbourEnumType GIR_1206
public static final SafeHarbourEnumType GIR_1207
public static final SafeHarbourEnumType GIR_1208
public static final SafeHarbourEnumType GIR_1209
public static SafeHarbourEnumType[] values()
for (SafeHarbourEnumType c : SafeHarbourEnumType.values()) System.out.println(c);
public static SafeHarbourEnumType 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 SafeHarbourEnumType fromValue(String v)
Copyright © 2025. All rights reserved.