|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ResultMinorEnum>
org.apache.cxf.xkms.model.xkms.ResultMinorEnum
public enum ResultMinorEnum
Java class for ResultMinorEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="ResultMinorEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}anyURI">
<enumeration value="http://www.w3.org/2002/03/xkms#NoMatch"/>
<enumeration value="http://www.w3.org/2002/03/xkms#TooManyResponses"/>
<enumeration value="http://www.w3.org/2002/03/xkms#Incomplete"/>
<enumeration value="http://www.w3.org/2002/03/xkms#Failure"/>
<enumeration value="http://www.w3.org/2002/03/xkms#Refused"/>
<enumeration value="http://www.w3.org/2002/03/xkms#NoAuthentication"/>
<enumeration value="http://www.w3.org/2002/03/xkms#MessageNotSupported"/>
<enumeration value="http://www.w3.org/2002/03/xkms#UnknownResponseId"/>
<enumeration value="http://www.w3.org/2002/03/xkms#RepresentRequired"/>
<enumeration value="http://www.w3.org/2002/03/xkms#NotSynchronous"/>
<enumeration value="http://www.w3.org/2002/03/xkms#OptionalElementNotSupported"/>
<enumeration value="http://www.w3.org/2002/03/xkms#ProofOfPossessionRequired"/>
<enumeration value="http://www.w3.org/2002/03/xkms#TimeInstantNotSupported"/>
<enumeration value="http://www.w3.org/2002/03/xkms#TimeInstantOutOfRange"/>
</restriction>
</simpleType>
| Method Summary | |
|---|---|
static ResultMinorEnum |
fromValue(String v)
|
String |
value()
|
static ResultMinorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ResultMinorEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_NO_MATCH
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_TOO_MANY_RESPONSES
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_INCOMPLETE
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_FAILURE
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_REFUSED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_NO_AUTHENTICATION
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_MESSAGE_NOT_SUPPORTED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_UNKNOWN_RESPONSE_ID
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_REPRESENT_REQUIRED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_NOT_SYNCHRONOUS
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_OPTIONAL_ELEMENT_NOT_SUPPORTED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_PROOF_OF_POSSESSION_REQUIRED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_TIME_INSTANT_NOT_SUPPORTED
public static final ResultMinorEnum HTTP_WWW_W_3_ORG_2002_03_XKMS_TIME_INSTANT_OUT_OF_RANGE
| Method Detail |
|---|
public static ResultMinorEnum[] values()
for (ResultMinorEnum c : ResultMinorEnum.values()) System.out.println(c);
public static ResultMinorEnum valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static ResultMinorEnum fromValue(String v)
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||