com.isode.x400api
Class Recip
java.lang.Object
com.isode.x400api.Recip
public class Recip
- extends Object
Provides the Recip class used by the X.400 class.
Hold message recipient information to pass across the API
in an opaque manner.
|
Constructor Summary |
Recip()
|
|
Method Summary |
int |
GetIntValue()
Returns the integer value from a call to the most recent
GetIntParam interface call. |
int |
GetType()
Returns the type from a call to the most recent
GetIntParam interface call. |
static void |
main(String[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Recip
public Recip()
GetType
public int GetType()
- Returns the type from a call to the most recent
GetIntParam interface call.
GetIntValue
public int GetIntValue()
- Returns the integer value from a call to the most recent
GetIntParam interface call.
main
public static void main(String[] args)