public enum RevocationReasonType extends Enum<RevocationReasonType>
Java class for RevocationReasonType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="RevocationReasonType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="keyCompromise"/>
<enumeration value="affiliationChanged"/>
<enumeration value="superseded"/>
<enumeration value="cessationOfOperation"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
AFFILIATION_CHANGED |
CESSATION_OF_OPERATION |
KEY_COMPROMISE |
SUPERSEDED |
| Modifier and Type | Method and Description |
|---|---|
static RevocationReasonType |
fromValue(String v) |
String |
value() |
static RevocationReasonType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RevocationReasonType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevocationReasonType KEY_COMPROMISE
public static final RevocationReasonType AFFILIATION_CHANGED
public static final RevocationReasonType SUPERSEDED
public static final RevocationReasonType CESSATION_OF_OPERATION
public static RevocationReasonType[] values()
for (RevocationReasonType c : RevocationReasonType.values()) System.out.println(c);
public static RevocationReasonType 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 RevocationReasonType fromValue(String v)
Connector Packaging generic 4.4.0 API
Copyright © {inceptionYear}-2023 eHealth. All Rights Reserved.