Definition at line 11 of file RevocationSource.java.
Public Member Functions | |
RevocationSource (long cPtr, boolean cMemoryOwn) | |
synchronized void | delete () |
RevocationSource () | |
void | setM_sourceType (int value) |
int | getM_sourceType () |
void | setM_sourceInfo (IPKIFRevSourceInfoPtr value) |
IPKIFRevSourceInfoPtr | getM_sourceInfo () |
void | setM_status (RevocationStatus value) |
RevocationStatus | getM_status () |
void | setM_errorCode (int value) |
int | getM_errorCode () |
Static Public Member Functions | |
static long | getCPtr (RevocationSource obj) |
Protected Member Functions | |
void | finalize () |
Protected Attributes | |
boolean | swigCMemOwn |
com::orionsec::jpkif::RevocationSource::RevocationSource | ( | long | cPtr, | |
boolean | cMemoryOwn | |||
) | [inline] |
com::orionsec::jpkif::RevocationSource::RevocationSource | ( | ) | [inline] |
Definition at line 38 of file RevocationSource.java.
static long com::orionsec::jpkif::RevocationSource::getCPtr | ( | RevocationSource | obj | ) | [inline, static] |
void com::orionsec::jpkif::RevocationSource::finalize | ( | ) | [inline, protected] |
Definition at line 24 of file RevocationSource.java.
synchronized void com::orionsec::jpkif::RevocationSource::delete | ( | ) | [inline] |
void com::orionsec::jpkif::RevocationSource::setM_sourceType | ( | int | value | ) | [inline] |
Definition at line 42 of file RevocationSource.java.
int com::orionsec::jpkif::RevocationSource::getM_sourceType | ( | ) | [inline] |
Definition at line 46 of file RevocationSource.java.
void com::orionsec::jpkif::RevocationSource::setM_sourceInfo | ( | IPKIFRevSourceInfoPtr | value | ) | [inline] |
Definition at line 50 of file RevocationSource.java.
IPKIFRevSourceInfoPtr com::orionsec::jpkif::RevocationSource::getM_sourceInfo | ( | ) | [inline] |
Definition at line 54 of file RevocationSource.java.
void com::orionsec::jpkif::RevocationSource::setM_status | ( | RevocationStatus | value | ) | [inline] |
Definition at line 59 of file RevocationSource.java.
References com::orionsec::jpkif::RevocationStatus::swigValue.
RevocationStatus com::orionsec::jpkif::RevocationSource::getM_status | ( | ) | [inline] |
Definition at line 63 of file RevocationSource.java.
References com::orionsec::jpkif::RevocationStatus::swigToEnum().
void com::orionsec::jpkif::RevocationSource::setM_errorCode | ( | int | value | ) | [inline] |
Definition at line 67 of file RevocationSource.java.
int com::orionsec::jpkif::RevocationSource::getM_errorCode | ( | ) | [inline] |
Definition at line 71 of file RevocationSource.java.
boolean com::orionsec::jpkif::RevocationSource::swigCMemOwn [protected] |
Definition at line 13 of file RevocationSource.java.
Referenced by delete(), and RevocationSource().