public enum TINEnumType extends Enum<TINEnumType>
Java class for TIN_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="TIN_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR3001"/>
<enumeration value="GIR3002"/>
<enumeration value="GIR3003"/>
<enumeration value="GIR3004"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_3001 |
Tax Identification Number
|
GIR_3002 |
Functionally equivalent number
|
GIR_3003 |
Agreed GIR designated number
|
GIR_3004 |
Not required to be reported
|
| Modifier and Type | Method | Description |
|---|---|---|
static TINEnumType |
fromValue(String v) |
|
String |
value() |
|
static TINEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static TINEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TINEnumType GIR_3001
public static final TINEnumType GIR_3002
public static final TINEnumType GIR_3003
public static final TINEnumType GIR_3004
public static TINEnumType[] values()
for (TINEnumType c : TINEnumType.values()) System.out.println(c);
public static TINEnumType 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 TINEnumType fromValue(String v)
Copyright © 2025. All rights reserved.