public enum MessageTypeIndicEnumType extends Enum<MessageTypeIndicEnumType>
Java class for MessageTypeIndic_EnumType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="MessageTypeIndic_EnumType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="GIR101"/>
<enumeration value="GIR102"/>
<enumeration value="GIR103"/>
</restriction>
</simpleType>
| Enum Constant | Description |
|---|---|
GIR_101 |
The message contains new information
|
GIR_102 |
The message contains corrections for previously sent information
|
GIR_103 |
The message advises there is no data to report
|
| Modifier and Type | Method | Description |
|---|---|---|
static MessageTypeIndicEnumType |
fromValue(String v) |
|
String |
value() |
|
static MessageTypeIndicEnumType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MessageTypeIndicEnumType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessageTypeIndicEnumType GIR_101
public static final MessageTypeIndicEnumType GIR_102
public static final MessageTypeIndicEnumType GIR_103
public static MessageTypeIndicEnumType[] values()
for (MessageTypeIndicEnumType c : MessageTypeIndicEnumType.values()) System.out.println(c);
public static MessageTypeIndicEnumType 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 MessageTypeIndicEnumType fromValue(String v)
Copyright © 2025. All rights reserved.