Class Recip


  • public class Recip
    extends java.lang.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

      Constructors 
      Constructor Description
      Recip()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Recip

        public Recip()
    • Method Detail

      • 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.