public static enum OSCIExceptionCodes.OSCIWarnings extends java.lang.Enum<OSCIExceptionCodes.OSCIWarnings> implements OSCIExceptionCodes.OSCIExceptionCodesI
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOSCICode()
Liefert die Eingestellte OSCI Warnung
|
OSCIExceptionCodes.OSCIFeedBackTypes |
getOSCIFeedBackTypes()
Returns the type of the Error code from the type OSCIFeedBackTypes
|
static OSCIExceptionCodes.OSCIWarnings |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OSCIExceptionCodes.OSCIWarnings[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSCIExceptionCodes.OSCIWarnings EncCertClientOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings EncCertCheckNotCompleted
public static final OSCIExceptionCodes.OSCIWarnings SigCertClientOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings SigCertAuthorOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings SignatureOfAuthorSigCertInvalid
public static final OSCIExceptionCodes.OSCIWarnings SigCertAuthorRevoked
public static final OSCIExceptionCodes.OSCIWarnings EncCertAuthorOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings EncCertRecipientOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings EncCertReaderOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings CertificateCheckNotCompleted
public static final OSCIExceptionCodes.OSCIWarnings SigCerRecipientOutOfTimeRange
public static final OSCIExceptionCodes.OSCIWarnings FurtherDeliveriesPresent
public static final OSCIExceptionCodes.OSCIWarnings FurtherProcessCardsPresent
public static final OSCIExceptionCodes.OSCIWarnings SignatureOfForwardingMsgRspMissing
public static final OSCIExceptionCodes.OSCIWarnings UnencryptedResponseMessage
public static final OSCIExceptionCodes.OSCIWarnings ContainingInsideFeedbackWarning
public static final OSCIExceptionCodes.OSCIWarnings ChunkMessageTimeOutExceeded
public static final OSCIExceptionCodes.OSCIWarnings PartialMessageInProcessing
public static OSCIExceptionCodes.OSCIWarnings[] values()
for (OSCIExceptionCodes.OSCIWarnings c : OSCIExceptionCodes.OSCIWarnings.values()) System.out.println(c);
public static OSCIExceptionCodes.OSCIWarnings valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getOSCICode()
getOSCICode
in interface OSCIExceptionCodes.OSCIExceptionCodesI
public OSCIExceptionCodes.OSCIFeedBackTypes getOSCIFeedBackTypes()
getOSCIFeedBackTypes
in interface OSCIExceptionCodes.OSCIExceptionCodesI
Copyright © 2017. All Rights Reserved.